Home
last modified time | relevance | path

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

123

/freebsd-13.1/contrib/llvm-project/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 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 DDwarfDebug.cpp2286 *Asm, Asm->getObjFileLowering().getDwarfStrOffSection(), in emitStringOffsetsTableHeader()
2846 ? Asm->getObjFileLowering().getDwarfLoclistsSection() in emitDebugLoc()
2847 : Asm->getObjFileLowering().getDwarfLocSection()); in emitDebugLoc()
2854 Asm->getObjFileLowering().getDwarfLoclistsDWOSection()); in emitDebugLocDWO()
2861 Asm->getObjFileLowering().getDwarfLocDWOSection()); in emitDebugLocDWO()
2968 Asm->getObjFileLowering().getDwarfARangesSection()); in emitDebugARanges()
3231 auto &ObjLower = Asm->getObjFileLowering(); in emitDebugMacinfo()
3238 auto &ObjLower = Asm->getObjFileLowering(); in emitDebugMacinfoDWO()
3293 Asm->getObjFileLowering().getDwarfLineDWOSection()); in emitDebugLineDWO()
3299 *Asm, Asm->getObjFileLowering().getDwarfStrOffDWOSection(), in emitStringOffsetsTableHeaderDWO()
[all …]
H A DAsmPrinter.cpp225 return *TM.getObjFileLowering(); in getObjFileLowering()
272 const_cast<TargetLoweringObjectFile&>(getObjFileLowering()) in doInitialization()
275 const_cast<TargetLoweringObjectFile &>(getObjFileLowering()) in doInitialization()
608 getObjFileLowering().getBSSSection() == TheSection) { in emitGlobalVariable()
650 TheSection = getObjFileLowering().getTLSBSSSection(); in emitGlobalVariable()
1580 if (!getObjFileLowering().supportIndirectSymViaGOTPCRel()) in computeGlobalGOTEquivs()
1597 if (!getObjFileLowering().supportIndirectSymViaGOTPCRel()) in emitGlobalGOTEquivs()
1732 const TargetLoweringObjectFile &TLOF = getObjFileLowering(); in doFinalization()
2037 MCSection *S = getObjFileLowering().getSectionForConstant( in emitConstantPool()
2107 const TargetLoweringObjectFile &TLOF = getObjFileLowering(); in emitJumpTableInfo()
[all …]
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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp215 const TargetLoweringObjectFile *TLOF = getObjFileLowering(); in getNameWithPrefix()
220 const TargetLoweringObjectFile *TLOF = getObjFileLowering(); in getSymbol()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYTargetMachine.h32 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.h41 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRTargetMachine.h39 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetMachine.h46 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.h47 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCTargetMachine.h43 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.h41 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kTargetMachine.h50 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetMachine.h39 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.h49 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.h44 HexagonTargetObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetMachine.h52 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetMachine.h46 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1561 OutStreamer->SwitchSection(getObjFileLowering().getTextSection()); in emitStartOfAsmFile()
2270 cast<MCSectionXCOFF>(getObjFileLowering().getTOCBaseSection()) in emitTracebackTable()
2332 SectionKind GVKind = getObjFileLowering().getKindForGlobal(GV, TM); in emitGlobalVariableHelper()
2348 getObjFileLowering().SectionForGlobal(GV, GVKind, TM)); in emitGlobalVariableHelper()
2410 cast<MCSectionXCOFF>(getObjFileLowering().getTOCBaseSection()) in emitFunctionDescriptor()
2430 getObjFileLowering().getFunctionEntryPointSymbol(Alias, TM)); in emitFunctionEntryLabel()
2441 OutStreamer->SwitchSection(getObjFileLowering().getTOCBaseSection()); in emitEndOfAsmFile()
2458 getObjFileLowering().getSectionForTOCEntry(S, TM)); in emitEndOfAsmFile()
2482 SectionKind GOKind = getObjFileLowering().getKindForGlobal(GO, TM); in doInitialization()
2484 getObjFileLowering().SectionForGlobal(GO, GOKind, TM)); in doInitialization()
[all …]
H A DPPCTargetMachine.h56 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.h45 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function

123