Home
last modified time | relevance | path

Searched refs:TLOF (Results 1 – 25 of 33) sorted by relevance

12

/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp57 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in endModule() local
59 unsigned PerEncoding = TLOF.getPersonalityEncoding(); in endModule()
70 TLOF.emitPersonalityValue(Asm->OutStreamer, Asm->TM, Sym); in endModule()
91 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginFunction() local
92 unsigned PerEncoding = TLOF.getPersonalityEncoding(); in beginFunction()
98 unsigned LSDAEncoding = TLOF.getLSDAEncoding(); in beginFunction()
112 TLOF.getCFIPersonalitySymbol(Per, *Asm->Mang, Asm->TM, MMI); in beginFunction()
H A DWin64Exception.cpp61 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginFunction() local
62 unsigned PerEncoding = TLOF.getPersonalityEncoding(); in beginFunction()
68 unsigned LSDAEncoding = TLOF.getLSDAEncoding(); in beginFunction()
81 TLOF.getCFIPersonalitySymbol(Per, *Asm->Mang, Asm->TM, MMI); in beginFunction()
H A DDwarfDebug.cpp1351 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in emitSectionLabels() local
1355 emitSectionSym(Asm, TLOF.getDwarfInfoSection(), "section_info"); in emitSectionLabels()
1366 Asm, TLOF.getDwarfAbbrevDWOSection(), "section_abbrev_dwo"); in emitSectionLabels()
1368 emitSectionSym(Asm, TLOF.getDwarfARangesSection()); in emitSectionLabels()
1371 emitSectionSym(Asm, TLOF.getDwarfLineSection(), "section_line"); in emitSectionLabels()
1374 emitSectionSym(Asm, TLOF.getDwarfGnuPubNamesSection()); in emitSectionLabels()
1376 emitSectionSym(Asm, TLOF.getDwarfGnuPubTypesSection()); in emitSectionLabels()
1378 emitSectionSym(Asm, TLOF.getDwarfPubNamesSection()); in emitSectionLabels()
1379 emitSectionSym(Asm, TLOF.getDwarfPubTypesSection()); in emitSectionLabels()
1383 emitSectionSym(Asm, TLOF.getDwarfStrSection(), "info_string"); in emitSectionLabels()
[all …]
H A DAsmPrinterDwarf.cpp166 const TargetLoweringObjectFile &TLOF = getObjFileLowering(); in EmitTTypeReference() local
169 TLOF.getTTypeGlobalReference(GV, Encoding, *Mang, TM, MMI, OutStreamer); in EmitTTypeReference()
/minix/external/bsd/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.h27 std::unique_ptr<TargetLoweringObjectFile> TLOF; variable
43 return TLOF.get(); in getObjFileLowering()
H A DMSP430TargetMachine.cpp34 TLOF(make_unique<TargetLoweringObjectFileELF>()), in MSP430TargetMachine()
/minix/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.h26 std::unique_ptr<TargetLoweringObjectFile> TLOF; variable
43 return TLOF.get(); in getObjFileLowering()
H A DSystemZTargetMachine.cpp29 TLOF(make_unique<TargetLoweringObjectFileELF>()), in SystemZTargetMachine()
/minix/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.h23 std::unique_ptr<TargetLoweringObjectFile> TLOF; variable
39 return TLOF.get(); in getObjFileLowering()
H A DXCoreTargetMachine.cpp30 TLOF(make_unique<XCoreTargetObjectFile>()), in XCoreTargetMachine()
/minix/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.h26 std::unique_ptr<TargetLoweringObjectFile> TLOF; variable
44 return TLOF.get(); in getObjFileLowering()
H A DHexagonSplitConst32AndConst64.cpp70 const HexagonTargetObjectFile &TLOF = in runOnMachineFunction() local
74 if (TLOF.IsSmallDataEnabled()) in runOnMachineFunction()
H A DHexagonTargetMachine.cpp73 TLOF(make_unique<HexagonTargetObjectFile>()), in HexagonTargetMachine()
/minix/external/bsd/llvm/dist/llvm/lib/Target/
H A DTargetMachine.cpp196 const TargetLoweringObjectFile &TLOF = in getNameWithPrefix() local
198 const MCSection *TheSection = TLOF.SectionForGlobal(GV, GVKind, Mang, *this); in getNameWithPrefix()
206 const TargetLoweringObjectFile &TLOF = in getSymbol() local
208 return TLOF.getContext().GetOrCreateSymbol(NameStr.str()); in getSymbol()
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetMachine.h26 std::unique_ptr<TargetLoweringObjectFile> TLOF; variable
47 return TLOF.get(); in getObjFileLowering()
H A DX86TargetMachine.cpp57 TLOF(createTLOF(Triple(getTargetTriple()))), in X86TargetMachine()
/minix/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DAMDGPUTargetMachine.h33 TargetLoweringObjectFile *TLOF;
53 return TLOF; in getObjFileLowering()
H A DAMDGPUTargetMachine.cpp59 TLOF(new TargetLoweringObjectFileELF()), in AMDGPUTargetMachine()
66 delete TLOF; in ~AMDGPUTargetMachine()
/minix/external/bsd/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.h24 std::unique_ptr<TargetLoweringObjectFile> TLOF; variable
38 return TLOF.get(); in getObjFileLowering()
H A DSparcTargetMachine.cpp36 TLOF(make_unique<SparcELFTargetObjectFile>()), in SparcTargetMachine()
/minix/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.h26 std::unique_ptr<TargetLoweringObjectFile> TLOF;
50 return TLOF.get(); in getObjFileLowering()
/minix/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.h28 std::unique_ptr<TargetLoweringObjectFile> TLOF; variable
55 return TLOF.get(); in getObjFileLowering()
/minix/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.h27 std::unique_ptr<TargetLoweringObjectFile> TLOF; variable
49 return TLOF.get(); in getObjFileLowering()
/minix/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsTargetMachine.h29 std::unique_ptr<TargetLoweringObjectFile> TLOF; variable
60 return TLOF.get(); in getObjFileLowering()
/minix/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetMachine.h33 std::unique_ptr<TargetLoweringObjectFile> TLOF;
57 return TLOF.get(); in getObjFileLowering()

12