Home
last modified time | relevance | path

Searched refs:getObjFileLowering (Results 1 – 25 of 57) sorted by relevance

123

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp75 AP.OutStreamer->switchSection(AP.getObjFileLowering().getTextSection()); in beginAssembly()
78 AP.OutStreamer->switchSection(AP.getObjFileLowering().getDataSection()); in beginAssembly()
102 AP.OutStreamer->switchSection(AP.getObjFileLowering().getTextSection()); in finishAssembly()
105 AP.OutStreamer->switchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()
111 AP.OutStreamer->switchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()
DDwarfCFIException.cpp42 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in endModule()
68 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginFunction()
128 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginBasicBlockSection()
DDwarfDebug.cpp1121 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoDWOSection()); in getOrCreateDwarfCompileUnit()
1124 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoSection()); in getOrCreateDwarfCompileUnit()
1290 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in finalizeModuleInfo()
2338 Holder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevSection()); in emitAbbreviations()
2344 *Asm, Asm->getObjFileLowering().getDwarfStrOffSection(), in emitStringOffsetsTableHeader()
2367 emitAccel(AccelNames, Asm->getObjFileLowering().getDwarfAccelNamesSection(), in emitAccelNames()
2374 emitAccel(AccelObjC, Asm->getObjFileLowering().getDwarfAccelObjCSection(), in emitAccelObjC()
2381 Asm->getObjFileLowering().getDwarfAccelNamespaceSection(), in emitAccelNamespaces()
2387 emitAccel(AccelTypes, Asm->getObjFileLowering().getDwarfAccelTypesSection(), in emitAccelTypes()
2471 GnuStyle ? Asm->getObjFileLowering().getDwarfGnuPubNamesSection() in emitDebugPubSections()
[all …]
DAsmPrinter.cpp371 const TargetLoweringObjectFile &AsmPrinter::getObjFileLowering() const { in getObjFileLowering() function in AsmPrinter
372 return *TM.getObjFileLowering(); in getObjFileLowering()
428 const_cast<TargetLoweringObjectFile&>(getObjFileLowering()) in doInitialization()
431 const_cast<TargetLoweringObjectFile &>(getObjFileLowering()) in doInitialization()
640 TM.getNameWithPrefix(Name, GV, getObjFileLowering().getMangler()); in getNameWithPrefix()
749 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in emitGlobalVariable()
766 getObjFileLowering().getBSSSection() == TheSection) { in emitGlobalVariable()
805 TheSection = getObjFileLowering().getTLSBSSSection(); in emitGlobalVariable()
820 MCSection *TLVSect = getObjFileLowering().getTLSExtraDataSection(); in emitGlobalVariable()
890 MF->setSection(getObjFileLowering().getUniqueSectionForFunction(F, TM)); in emitFunctionHeader()
[all …]
DAddressPool.cpp64 ? Asm.getObjFileLowering().getDebugThreadLocalSymbol(I.first) in emit()
DAIXException.cpp40 cast<MCSectionXCOFF>(Asm->getObjFileLowering().getCompactUnwindSection()); in emitExceptionInfoTable()
DDwarfCompileUnit.cpp236 !Asm->getObjFileLowering().supportDebugThreadLocalLocation()) in addLocationAttribute()
293 Asm->getObjFileLowering().getDebugThreadLocalSymbol(Sym)); in addLocationAttribute()
306 !Asm->getObjFileLowering() in addLocationAttribute()
314 Asm->getObjFileLowering().getIndirectSymViaRWPI(Sym)); in addLocationAttribute()
316 Register BaseReg = Asm->getObjFileLowering().getStaticBase(); in addLocationAttribute()
406 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in initStmtList()
424 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in applyStmtList()
594 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in addScopeRangeList()
1569 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in addAddrTableBase()
DErlangGCPrinter.cpp48 OS.switchSection(AP.getObjFileLowering().getContext().getELFSection( in finishAssembly()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineModuleInfo.cpp63 Context.setObjectFileInfo(MMI.TM.getObjFileLowering()); in MachineModuleInfo()
74 Context.setObjectFileInfo(TM->getObjFileLowering()); in MachineModuleInfo()
84 Context.setObjectFileInfo(TM->getObjFileLowering()); in MachineModuleInfo()
/openbsd/src/gnu/llvm/llvm/lib/Target/
DTargetMachine.cpp200 const TargetLoweringObjectFile *TLOF = getObjFileLowering(); in getNameWithPrefix()
205 const TargetLoweringObjectFile *TLOF = getObjFileLowering(); in getSymbol()
/openbsd/src/gnu/llvm/llvm/lib/Target/BPF/
DBPFTargetMachine.h41 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/
DMSP430TargetMachine.h43 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/openbsd/src/gnu/llvm/llvm/lib/Target/AVR/
DAVRTargetMachine.h41 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/openbsd/src/gnu/llvm/llvm/lib/Target/Lanai/
DLanaiTargetMachine.h47 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/openbsd/src/gnu/llvm/llvm/lib/Target/ARC/
DARCTargetMachine.h45 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/openbsd/src/gnu/llvm/llvm/lib/Target/XCore/
DXCoreTargetMachine.h48 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZTargetMachine.h50 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonTargetMachine.h45 HexagonTargetObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86TargetMachine.h53 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/openbsd/src/gnu/llvm/llvm/lib/Target/VE/
DVETargetMachine.h48 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVTargetMachine.h43 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetMachine.h46 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCTargetMachine.h58 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
DPPCAsmPrinter.cpp1681 OutStreamer->switchSection(getObjFileLowering().getTextSection()); in emitStartOfAsmFile()
2000 cast<MCSectionXCOFF>(getObjFileLowering().getSectionForFunctionDescriptor( in SetupMachineFunction()
2040 OutStreamer->switchSection(getObjFileLowering().getCompactUnwindSection()); in emitFunctionBodyEnd()
2295 MCSymbol *FuncSectSym = getObjFileLowering().getFunctionEntryPointSymbol( in emitTracebackTable()
2395 cast<MCSectionXCOFF>(getObjFileLowering().getTOCBaseSection()) in emitTracebackTable()
2475 SectionKind GVKind = getObjFileLowering().getKindForGlobal(GV, TM); in emitGlobalVariableHelper()
2491 getObjFileLowering().SectionForGlobal(GV, GVKind, TM)); in emitGlobalVariableHelper()
2564 cast<MCSectionXCOFF>(getObjFileLowering().getTOCBaseSection()) in emitFunctionDescriptor()
2583 getObjFileLowering().getFunctionEntryPointSymbol(Alias, TM)); in emitFunctionEntryLabel()
2620 OutStreamer->switchSection(getObjFileLowering().getTOCBaseSection()); in emitEndOfAsmFile()
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/
DSparcTargetMachine.h42 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function

123