/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A 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()
|
H A D | AsmPrinter.cpp | 223 const TargetLoweringObjectFile &AsmPrinter::getObjFileLowering() const { in getObjFileLowering() function in AsmPrinter 224 return *TM.getObjFileLowering(); in getObjFileLowering() 271 const_cast<TargetLoweringObjectFile&>(getObjFileLowering()) in doInitialization() 274 const_cast<TargetLoweringObjectFile &>(getObjFileLowering()) in doInitialization() 475 TM.getNameWithPrefix(Name, GV, getObjFileLowering().getMangler()); in getNameWithPrefix() 570 getObjFileLowering().getCommDirectiveSupportsAlignment(); in emitGlobalVariable() 577 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in emitGlobalVariable() 594 getObjFileLowering().getBSSSection() == TheSection) { in emitGlobalVariable() 614 getObjFileLowering().getCommDirectiveSupportsAlignment(); in emitGlobalVariable() 636 TheSection = getObjFileLowering().getTLSBSSSection(); in emitGlobalVariable() [all …]
|
H A D | DwarfDebug.cpp | 1116 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoDWOSection()); in getOrCreateDwarfCompileUnit() 1119 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoSection()); in getOrCreateDwarfCompileUnit() 1286 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in finalizeModuleInfo() 2230 Holder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevSection()); in emitAbbreviations() 2236 *Asm, Asm->getObjFileLowering().getDwarfStrOffSection(), in emitStringOffsetsTableHeader() 2259 emitAccel(AccelNames, Asm->getObjFileLowering().getDwarfAccelNamesSection(), in emitAccelNames() 2266 emitAccel(AccelObjC, Asm->getObjFileLowering().getDwarfAccelObjCSection(), in emitAccelObjC() 2273 Asm->getObjFileLowering().getDwarfAccelNamespaceSection(), in emitAccelNamespaces() 2279 emitAccel(AccelTypes, Asm->getObjFileLowering().getDwarfAccelTypesSection(), in emitAccelTypes() 2363 GnuStyle ? Asm->getObjFileLowering().getDwarfGnuPubNamesSection() in emitDebugPubSections() [all …]
|
H A D | DwarfCFIException.cpp | 67 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in endModule() 99 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginFunction() 165 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginFragment()
|
H A D | AIXException.cpp | 40 Asm->getObjFileLowering().getCompactUnwindSection()); in emitExceptionInfoTable()
|
H A D | AddressPool.cpp | 64 ? Asm.getObjFileLowering().getDebugThreadLocalSymbol(I.first) in emit()
|
H A D | ErlangGCPrinter.cpp | 50 AP.getObjFileLowering().getContext().getELFSection(".note.gc", in finishAssembly()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ |
H A D | TargetMachine.cpp | 215 const TargetLoweringObjectFile *TLOF = getObjFileLowering(); in getNameWithPrefix() 220 const TargetLoweringObjectFile *TLOF = getObjFileLowering(); in getSymbol()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCAsmPrinter.cpp | 1531 OutStreamer->SwitchSection(getObjFileLowering().getTextSection()); in emitStartOfAsmFile() 1846 cast<MCSectionXCOFF>(getObjFileLowering().getSectionForFunctionDescriptor( in SetupMachineFunction() 2073 MCSymbol *FuncSectSym = getObjFileLowering().getFunctionEntryPointSymbol( in emitTracebackTable() 2117 cast<MCSectionXCOFF>(getObjFileLowering().getTOCBaseSection()) in emitTracebackTable() 2180 SectionKind GVKind = getObjFileLowering().getKindForGlobal(GV, TM); in emitGlobalVariableHelper() 2196 getObjFileLowering().SectionForGlobal(GV, GVKind, TM)); in emitGlobalVariableHelper() 2258 cast<MCSectionXCOFF>(getObjFileLowering().getTOCBaseSection()) in emitFunctionDescriptor() 2278 getObjFileLowering().getFunctionEntryPointSymbol(Alias, TM)); in emitFunctionEntryLabel() 2289 OutStreamer->SwitchSection(getObjFileLowering().getTOCBaseSection()); in emitEndOfAsmFile() 2306 getObjFileLowering().getSectionForTOCEntry(S, TM)); in emitEndOfAsmFile() [all …]
|
H A D | PPCTargetMachine.h | 56 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineModuleInfo.cpp | 224 Context.setObjectFileInfo(MMI.TM.getObjFileLowering()); in MachineModuleInfo() 240 Context.setObjectFileInfo(TM->getObjFileLowering()); in MachineModuleInfo() 250 Context.setObjectFileInfo(TM->getObjFileLowering()); in MachineModuleInfo()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/ |
H A D | CSKYTargetMachine.h | 32 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/ |
H A D | MSP430TargetMachine.h | 41 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
H A D | AVRTargetMachine.h | 39 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/ |
H A D | XCoreTargetMachine.h | 47 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
H A D | LanaiTargetMachine.h | 46 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/ |
H A D | ARCTargetMachine.h | 43 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
H A D | M68kTargetMachine.h | 50 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetMachine.h | 41 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetMachine.h | 49 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
H A D | BPFTargetMachine.h | 39 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86TargetMachine.h | 52 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetMachine.h | 44 HexagonTargetObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
H A D | VETargetMachine.h | 46 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyTargetMachine.h | 45 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|