Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1053 switch (Ctx->getObjectFileType()) { in initMCObjectFileInfo()
1106 if (Ctx->getObjectFileType() != MCContext::IsELF) in getStackSizesSection()
1124 if (Ctx->getObjectFileType() != MCContext::IsELF) in getBBAddrMapSection()
1144 if (Ctx->getObjectFileType() == MCContext::IsELF) { in getPseudoProbeSection()
1160 if (Ctx->getObjectFileType() == MCContext::IsELF) { in getPseudoProbeDescSection()
H A DMCContext.cpp249 switch (getObjectFileType()) { in createSymbolImpl()
/llvm-project-15.0.7/clang/tools/driver/
H A Dcc1as_main.cpp519 if (Opts.EmbedBitcode && Ctx.getObjectFileType() == MCContext::IsMachO) { in ExecuteAssemblerImpl()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCContext.h430 Environment getObjectFileType() const { return Env; } in getObjectFileType() function
/llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6390 switch (getContext().getObjectFileType()) { in parsePrefix()
11033 const MCContext::Environment Format = getContext().getObjectFileType(); in ParseDirective()
11204 const auto Format = getContext().getObjectFileType(); in parseDirectiveThumbFunc()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp782 switch (Ctx.getObjectFileType()) { in AsmParser()
H A DMasmParser.cpp1085 switch (Ctx.getObjectFileType()) { in MasmParser()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp6020 const MCContext::Environment Format = getContext().getObjectFileType(); in ParseDirective()