Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1072 switch (Ctx->getObjectFileType()) { in initMCObjectFileInfo()
1125 if ((Ctx->getObjectFileType() != MCContext::IsELF) || in getStackSizesSection()
1144 if (Ctx->getObjectFileType() != MCContext::IsELF) in getBBAddrMapSection()
1164 if (Ctx->getObjectFileType() != MCContext::IsELF) in getKCFITrapSection()
1183 if (Ctx->getObjectFileType() != MCContext::IsELF) in getPseudoProbeSection()
1201 if (Ctx->getObjectFileType() == MCContext::IsELF) { in getPseudoProbeDescSection()
1229 if (Ctx->getObjectFileType() != MCContext::IsELF) in getPCSection()
H A DMCContext.cpp301 switch (getObjectFileType()) { in createSymbolImpl()
327 switch (getObjectFileType()) { in cloneSymbol()
H A DMCAsmStreamer.cpp572 getContext().getObjectFileType() != MCContext::IsCOFF) in emitLabel()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVTargetStreamer.cpp78 assert(Ctx.getObjectFileType() == MCContext::Environment::IsELF); in emitNoteGnuPropertySection()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp592 if (Opts.EmbedBitcode && Ctx.getObjectFileType() == MCContext::IsMachO) { in ExecuteAssemblerImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h395 Environment getObjectFileType() const { return Env; } in getObjectFileType() function
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp439 bool IsMachO = getContext().getObjectFileType() == MCContext::IsMachO; in adjustFixupValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6525 switch (getContext().getObjectFileType()) { in parsePrefix()
11522 const MCContext::Environment Format = getContext().getObjectFileType(); in ParseDirective()
11695 const auto Format = getContext().getObjectFileType(); in parseDirectiveThumbFunc()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp774 switch (Ctx.getObjectFileType()) { in AsmParser()
H A DMasmParser.cpp988 switch (Ctx.getObjectFileType()) { in MasmParser()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp7010 const MCContext::Environment Format = getContext().getObjectFileType(); in ParseDirective()