| /freebsd-13.1/contrib/llvm-project/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 | 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 | DwarfDebug.cpp | 2286 *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 D | AsmPrinter.cpp | 225 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 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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 215 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 D | CSKYTargetMachine.h | 32 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430TargetMachine.h | 41 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRTargetMachine.h | 39 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiTargetMachine.h | 46 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreTargetMachine.h | 47 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCTargetMachine.h | 43 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetMachine.h | 41 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kTargetMachine.h | 50 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFTargetMachine.h | 39 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetMachine.h | 49 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetMachine.h | 44 HexagonTargetObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetMachine.h | 52 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VETargetMachine.h | 46 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCAsmPrinter.cpp | 1561 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 D | PPCTargetMachine.h | 56 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetMachine.h | 45 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
|