Home
last modified time | relevance | path

Searched refs:MCObjectFileInfo (Results 1 – 19 of 19) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp51 void MCObjectFileInfo::initMachOMCObjectFileInfo(const Triple &T) { in initMachOMCObjectFileInfo()
508 void MCObjectFileInfo::initGOFFMCObjectFileInfo(const Triple &T) { in initGOFFMCObjectFileInfo()
513 void MCObjectFileInfo::initCOFFMCObjectFileInfo(const Triple &T) { in initCOFFMCObjectFileInfo()
794 void MCObjectFileInfo::initWasmMCObjectFileInfo(const Triple &T) { in initWasmMCObjectFileInfo()
880 void MCObjectFileInfo::initXCOFFMCObjectFileInfo(const Triple &T) { in initXCOFFMCObjectFileInfo()
971 void MCObjectFileInfo::initMCObjectFileInfo(MCContext &MCCtx, bool PIC, in initMCObjectFileInfo()
1016 MCSection *MCObjectFileInfo::getDwarfComdatSection(const char *Name, in getDwarfComdatSection()
1038 MCObjectFileInfo::getStackSizesSection(const MCSection &TextSec) const { in getStackSizesSection()
1056 MCObjectFileInfo::getBBAddrMapSection(const MCSection &TextSec) const { in getBBAddrMapSection()
1076 MCObjectFileInfo::getPseudoProbeSection(const MCSection *TextSec) const { in getPseudoProbeSection()
[all …]
H A DMCDwarf.cpp1461 const MCObjectFileInfo *MOFI = Context.getObjectFileInfo(); in EmitCompactUnwind()
1540 const MCObjectFileInfo *MOFI = context.getObjectFileInfo(); in EmitCIE()
1670 const MCObjectFileInfo *MOFI = context.getObjectFileInfo(); in EmitFDE()
1821 const MCObjectFileInfo *MOFI = Context.getObjectFileInfo(); in Emit()
1847 IsEH ? *const_cast<MCObjectFileInfo *>(MOFI)->getEHFrameSection() in Emit()
H A DMCWinCOFFStreamer.cpp284 const MCObjectFileInfo *MFI = getContext().getObjectFileInfo(); in emitCommonSymbol()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp42 static bool isDwarfSection(const MCObjectFileInfo *FI, in isDwarfSection()
88 const MCObjectFileInfo *FI = getStreamer().getContext().getObjectFileInfo(); in changeSection()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h50 class MCObjectFileInfo; variable
102 const MCObjectFileInfo *MOFI;
421 void setObjectFileInfo(const MCObjectFileInfo *Mofi) { MOFI = Mofi; } in setObjectFileInfo()
427 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; } in getObjectFileInfo()
H A DMCObjectFileInfo.h26 class MCObjectFileInfo {
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetRegistry.h134 using MCObjectFileInfoCtorFnTy = MCObjectFileInfo *(*)(MCContext &Ctx,
363 MCObjectFileInfo *createMCObjectFileInfo(MCContext &Ctx, bool PIC,
366 MCObjectFileInfo *MOFI = new MCObjectFileInfo();
1041 static MCObjectFileInfo *Allocator(MCContext &Ctx, bool PIC,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFStreamer.h176 std::unique_ptr<MCObjectFileInfo> MOFI;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h43 class TargetLoweringObjectFile : public MCObjectFileInfo {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp107 std::unique_ptr<MCObjectFileInfo> MOFI( in initializeRecordStreamer()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp152 std::unique_ptr<MCObjectFileInfo> MOFI( in main()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp432 std::unique_ptr<MCObjectFileInfo> MOFI( in main()
/freebsd-13.1/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp409 std::unique_ptr<MCObjectFileInfo> MOFI( in ExecuteAssemblerImpl()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp421 std::unique_ptr<MCObjectFileInfo> MOFI( in main()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp592 std::unique_ptr<llvm::MCObjectFileInfo> MOFI( in ParseMicrosoftAsmStatement()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp878 const MCObjectFileInfo &OFI = *MCA.getContext().getObjectFileInfo(); in finish()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp250 const MCObjectFileInfo *MOFI = Parser.getContext().getObjectFileInfo(); in RISCVAsmParser()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1667 std::unique_ptr<MCObjectFileInfo> MOFI( in disassembleObject()
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile782 SRCS_MIN+= MC/MCObjectFileInfo.cpp