Searched refs:TLOF (Results 26 - 50 of 65) sorted by relevance

123

/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.h37 std::unique_ptr<TargetLoweringObjectFile> TLOF; member in class:llvm::ARMBaseTargetMachine
62 return TLOF.get();
/freebsd-current/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.h29 std::unique_ptr<TargetLoweringObjectFile> TLOF; member in class:llvm::NVPTXTargetMachine
63 return TLOF.get();
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaTargetMachine.cpp55 TLOF(std::make_unique<TargetLoweringObjectFileELF>()) {
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.h31 std::unique_ptr<TargetLoweringObjectFile> TLOF; member in class:llvm::AMDGPUTargetMachine
51 return TLOF.get();
/freebsd-current/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp50 TLOF(std::make_unique<TargetLoweringObjectFileELF>()),
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCTargetMachine.cpp41 TLOF(std::make_unique<TargetLoweringObjectFileELF>()),
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp56 this->TLOF = std::make_unique<AVRTargetObjectFile>();
H A DAVRAsmPrinter.cpp236 const TargetLoweringObjectFile &TLOF = getObjFileLowering(); local
253 auto *Section = cast<MCSectionELF>(TLOF.SectionForGlobal(&GO, TM));
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetMachine.cpp69 TLOF(new LanaiTargetObjectFile()) {
H A DLanaiISelLowering.cpp1132 const LanaiTargetObjectFile *TLOF = local
1139 TLOF->isConstantInSmallSection(DAG.getDataLayout(), C)) {
1166 const LanaiTargetObjectFile *TLOF = local
1173 if (TLOF->isGlobalInSmallSection(GO, getTargetMachine())) {
/freebsd-current/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYTargetMachine.cpp60 TLOF(std::make_unique<CSKYELFTargetObjectFile>()) {
/freebsd-current/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetMachine.cpp95 TLOF(createTLOF()),
/freebsd-current/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp55 TLOF(std::make_unique<XCoreTargetObjectFile>()),
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp123 const TargetLoweringObjectFile &TLOF = getObjFileLowering(); local
126 TLOF.getTTypeGlobalReference(GV, Encoding, TM, MMI, *OutStreamer);
H A DDwarfCompileUnit.cpp426 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); local
428 LineTableStartSym = TLOF.getDwarfLineSection()->getBeginSymbol();
440 TLOF.getDwarfLineSection()->getBeginSymbol());
444 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); local
446 TLOF.getDwarfLineSection()->getBeginSymbol());
625 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); local
627 TLOF.getDwarfRangesSection()->getBeginSymbol();
1667 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); local
1672 Label, TLOF.getDwarfAddrSection()->getBeginSymbol());
H A DWinException.cpp74 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); local
75 unsigned PerEncoding = TLOF.getPersonalityEncoding();
92 unsigned LSDAEncoding = TLOF.getLSDAEncoding();
222 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); local
229 TLOF.getCFIPersonalitySymbol(PerFn, Asm->TM, MMI);
H A DDwarfUnit.cpp1769 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); local
1774 TLOF.getDwarfAbbrevSection()->getBeginSymbol(), false);
1836 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); local
1839 TLOF.getDwarfStrOffSection()->getBeginSymbol());
1845 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); local
1848 TLOF.getDwarfRnglistsSection()->getBeginSymbol());
/freebsd-current/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kTargetMachine.cpp108 TLOF(std::make_unique<M68kELFTargetObjectFile>()),
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVTargetMachine.cpp80 TLOF(std::make_unique<SPIRVTargetObjectFile>()),
/freebsd-current/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchTargetMachine.cpp85 TLOF(std::make_unique<TargetLoweringObjectFileELF>()) {
/freebsd-current/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDirectXTargetMachine.cpp96 TLOF(std::make_unique<DXILTargetObjectFile>()),
/freebsd-current/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetMachine.cpp75 TLOF(std::make_unique<TargetLoweringObjectFileELF>()),
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp110 TLOF(std::make_unique<SparcELFTargetObjectFile>()), is64Bit(is64bit) {
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp152 TLOF(createTLOF(getTargetTriple())) {
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp131 isLittle(isLittle), TLOF(std::make_unique<MipsTargetObjectFile>()),

Completed in 313 milliseconds

123