Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1079 switch (Ctx->getObjectFileType()) { in initMCObjectFileInfo()
1132 if ((Ctx->getObjectFileType() != MCContext::IsELF) || in getStackSizesSection()
1151 if (Ctx->getObjectFileType() != MCContext::IsELF) in getBBAddrMapSection()
1171 if (Ctx->getObjectFileType() != MCContext::IsELF) in getKCFITrapSection()
1190 if (Ctx->getObjectFileType() != MCContext::IsELF) in getPseudoProbeSection()
1208 if (Ctx->getObjectFileType() == MCContext::IsELF) { in getPseudoProbeDescSection()
1236 if (Ctx->getObjectFileType() != MCContext::IsELF) in getPCSection()
H A DMCContext.cpp242 switch (getObjectFileType()) { in createSymbolImpl()
/freebsd-14.2/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp554 if (Opts.EmbedBitcode && Ctx.getObjectFileType() == MCContext::IsMachO) { in ExecuteAssemblerImpl()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h429 Environment getObjectFileType() const { return Env; } in getObjectFileType() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6236 switch (getContext().getObjectFileType()) { in parsePrefix()
11205 const MCContext::Environment Format = getContext().getObjectFileType(); in ParseDirective()
11378 const auto Format = getContext().getObjectFileType(); in parseDirectiveThumbFunc()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp787 switch (Ctx.getObjectFileType()) { in AsmParser()
H A DMasmParser.cpp1106 switch (Ctx.getObjectFileType()) { in MasmParser()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp6715 const MCContext::Environment Format = getContext().getObjectFileType(); in ParseDirective()