Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A 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()
H A DAsmPrinter.cpp223 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 DDwarfDebug.cpp1116 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 DDwarfCFIException.cpp67 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 DAIXException.cpp40 Asm->getObjFileLowering().getCompactUnwindSection()); in emitExceptionInfoTable()
H A DAddressPool.cpp64 ? Asm.getObjFileLowering().getDebugThreadLocalSymbol(I.first) in emit()
H A DErlangGCPrinter.cpp50 AP.getObjFileLowering().getContext().getELFSection(".note.gc", in finishAssembly()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetMachine.cpp215 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 DPPCAsmPrinter.cpp1531 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 DPPCTargetMachine.h56 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp224 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 DCSKYTargetMachine.h32 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.h41 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRTargetMachine.h39 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.h47 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiTargetMachine.h46 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCTargetMachine.h43 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kTargetMachine.h50 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.h41 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.h49 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFTargetMachine.h39 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetMachine.h52 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.h44 HexagonTargetObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVETargetMachine.h46 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.h45 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function

123