Home
last modified time | relevance | path

Searched refs:getObjectFileType (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp988 switch (Ctx->getObjectFileType()) { in initMCObjectFileInfo()
1030 if (Ctx->getObjectFileType() != MCContext::IsELF) in getStackSizesSection()
1048 if (Ctx->getObjectFileType() != MCContext::IsELF) in getBBAddrMapSection()
1068 if (Ctx->getObjectFileType() == MCContext::IsELF) { in getPseudoProbeSection()
1084 if (Ctx->getObjectFileType() == MCContext::IsELF) { in getPseudoProbeDescSection()
H A DMCContext.cpp229 switch (getObjectFileType()) { in createSymbolImpl()
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp498 if (Opts.EmbedBitcode && Ctx.getObjectFileType() == MCContext::IsMachO) { in ExecuteAssemblerImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h404 Environment getObjectFileType() const { return Env; } in getObjectFileType() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6359 switch (getContext().getObjectFileType()) { in parsePrefix()
11004 const MCContext::Environment Format = getContext().getObjectFileType(); in ParseDirective()
11144 const auto Format = getContext().getObjectFileType(); in parseDirectiveThumbFunc()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp771 switch (Ctx.getObjectFileType()) { in AsmParser()
H A DMasmParser.cpp1032 switch (Ctx.getObjectFileType()) { in MasmParser()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp5270 const MCContext::Environment Format = getContext().getObjectFileType(); in ParseDirective()