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

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp53 this->TLOF = std::make_unique<AVRTargetObjectFile>();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetMachine.cpp77 TLOF(createTLOF()),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp56 TLOF(std::make_unique<XCoreTargetObjectFile>()),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetMachine.cpp66 TLOF(std::make_unique<TargetLoweringObjectFileELF>()),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp143 const TargetLoweringObjectFile &TLOF = getObjFileLowering(); local
146 TLOF.getTTypeGlobalReference(GV, Encoding, TM, MMI, *OutStreamer);
H A DDwarfCompileUnit.cpp356 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); local
358 LineTableStartSym = TLOF.getDwarfLineSection()->getBeginSymbol();
370 TLOF.getDwarfLineSection()->getBeginSymbol());
374 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); local
376 TLOF.getDwarfLineSection()->getBeginSymbol());
554 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); local
556 TLOF.getDwarfRangesSection()->getBeginSymbol();
1417 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); local
1422 Label, TLOF.getDwarfAddrSection()->getBeginSymbol());
H A DWinException.cpp71 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); local
72 unsigned PerEncoding = TLOF.getPersonalityEncoding();
89 unsigned LSDAEncoding = TLOF.getLSDAEncoding();
221 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); local
228 TLOF.getCFIPersonalitySymbol(PerFn, Asm->TM, MMI);
H A DAsmPrinter.cpp585 // TODO: This should become an "emit thread local global" method on TLOF.
588 // TLOF class. This will also make it more obvious that stuff like
1494 const TargetLoweringObjectFile &TLOF = getObjFileLowering(); local
1519 MCSymbol *FnEntryPointSym = TLOF.getFunctionEntryPointSymbol(&F, TM);
1534 TLOF.emitModuleMetadata(*OutStreamer, M);
1542 OutStreamer->SwitchSection(TLOF.getDataSection());
1673 const auto &TLOF = getObjFileLowering(); local
1678 TLOF.emitLinkerFlagsForGlobal(OS, &GV);
1681 OutStreamer->SwitchSection(TLOF.getDrectveSection());
1703 TLOF
1910 const TargetLoweringObjectFile &TLOF = getObjFileLowering(); local
[all...]
H A DDwarfUnit.cpp1695 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); local
1700 TLOF.getDwarfAbbrevSection()->getBeginSymbol(), false);
1765 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); local
1768 TLOF.getDwarfStrOffSection()->getBeginSymbol());
1774 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); local
1777 TLOF.getDwarfRnglistsSection()->getBeginSymbol());
H A DDwarfDebug.cpp1254 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering();
1307 const MCSymbol *Sym = TLOF.getDwarfRangesSection()->getBeginSymbol();
1348 TLOF.getDwarfLoclistsSection()->getBeginSymbol());
1360 TLOF.getDwarfMacroDWOSection()->getBeginSymbol());
1364 TLOF.getDwarfMacroSection()->getBeginSymbol());
1370 TLOF.getDwarfMacinfoDWOSection()->getBeginSymbol());
1374 TLOF.getDwarfMacinfoSection()->getBeginSymbol());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp68 TLOF(std::make_unique<RISCVELFTargetObjectFile>()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp121 isLittle(isLittle), TLOF(std::make_unique<MipsTargetObjectFile>()),
H A DMipsISelLowering.cpp2086 const MipsTargetObjectFile *TLOF = local
2090 if (GO && TLOF->IsGlobalInSmallSection(GO, getTargetMachine()))
2240 const MipsTargetObjectFile *TLOF = local
2244 if (TLOF->IsConstantInSmallSection(DAG.getDataLayout(), N->getConstVal(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp119 TLOF(std::make_unique<NVPTXTargetObjectFile>()),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp101 TLOF(std::make_unique<SparcELFTargetObjectFile>()),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp163 TLOF(std::make_unique<TargetLoweringObjectFileELF>()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp126 TLOF(new WebAssemblyTargetObjectFile()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp775 const TargetLoweringObjectFile &TLOF = getObjFileLowering(); local
778 !TLOF.shouldPutJumpTableInFunctionSection(
783 MCSection *ReadOnlySec = TLOF.getSectionForJumpTable(F, TM);
H A DAArch64TargetMachine.cpp279 TLOF(createTLOF(getTargetTriple())), isLittle(LittleEndian) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp218 TLOF(createTLOF(getTargetTriple())), isLittle(isLittle) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp221 TLOF(std::make_unique<HexagonTargetObjectFile>()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1130 const LanaiTargetObjectFile *TLOF = local
1137 TLOF->isConstantInSmallSection(DAG.getDataLayout(), C)) {
1164 const LanaiTargetObjectFile *TLOF = local
1171 if (TLOF->isGlobalInSmallSection(GO, getTargetMachine())) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp312 TLOF(createTLOF(getTargetTriple())),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.cpp221 TLOF(createTLOF(getTargetTriple())), IsJIT(JIT) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp387 TLOF(createTLOF(getTargetTriple())) {

Completed in 382 milliseconds

12