| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| D | OcamlGCPrinter.cpp | 75 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()
|
| D | DwarfCFIException.cpp | 42 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in endModule() 68 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginFunction() 128 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginBasicBlockSection()
|
| D | DwarfDebug.cpp | 1121 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 …]
|
| D | AsmPrinter.cpp | 371 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 …]
|
| D | AddressPool.cpp | 64 ? Asm.getObjFileLowering().getDebugThreadLocalSymbol(I.first) in emit()
|
| D | AIXException.cpp | 40 cast<MCSectionXCOFF>(Asm->getObjFileLowering().getCompactUnwindSection()); in emitExceptionInfoTable()
|
| D | DwarfCompileUnit.cpp | 236 !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()
|
| D | ErlangGCPrinter.cpp | 48 OS.switchSection(AP.getObjFileLowering().getContext().getELFSection( in finishAssembly()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | MachineModuleInfo.cpp | 63 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/ |
| D | TargetMachine.cpp | 200 const TargetLoweringObjectFile *TLOF = getObjFileLowering(); in getNameWithPrefix() 205 const TargetLoweringObjectFile *TLOF = getObjFileLowering(); in getSymbol()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/BPF/ |
| D | BPFTargetMachine.h | 41 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/ |
| D | MSP430TargetMachine.h | 43 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AVR/ |
| D | AVRTargetMachine.h | 41 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Lanai/ |
| D | LanaiTargetMachine.h | 47 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARC/ |
| D | ARCTargetMachine.h | 45 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/XCore/ |
| D | XCoreTargetMachine.h | 48 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| D | SystemZTargetMachine.h | 50 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| D | HexagonTargetMachine.h | 45 HexagonTargetObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86TargetMachine.h | 53 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/VE/ |
| D | VETargetMachine.h | 48 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/ |
| D | RISCVTargetMachine.h | 43 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyTargetMachine.h | 46 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | PPCTargetMachine.h | 58 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| D | PPCAsmPrinter.cpp | 1681 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/ |
| D | SparcTargetMachine.h | 42 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|