Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
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()
DDwarfDebug.cpp902 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoDWOSection()); in getOrCreateDwarfCompileUnit()
905 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoSection()); in getOrCreateDwarfCompileUnit()
1081 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in finalizeModuleInfo()
1964 Holder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevSection()); in emitAbbreviations()
1970 *Asm, Asm->getObjFileLowering().getDwarfStrOffSection(), in emitStringOffsetsTableHeader()
1993 emitAccel(AccelNames, Asm->getObjFileLowering().getDwarfAccelNamesSection(), in emitAccelNames()
2000 emitAccel(AccelObjC, Asm->getObjFileLowering().getDwarfAccelObjCSection(), in emitAccelObjC()
2007 Asm->getObjFileLowering().getDwarfAccelNamespaceSection(), in emitAccelNamespaces()
2013 emitAccel(AccelTypes, Asm->getObjFileLowering().getDwarfAccelTypesSection(), in emitAccelTypes()
2097 GnuStyle ? Asm->getObjFileLowering().getDwarfGnuPubNamesSection() in emitDebugPubSections()
[all …]
DDwarfCFIException.cpp68 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in endModule()
100 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginFunction()
157 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginFragment()
DAsmPrinter.cpp214 const TargetLoweringObjectFile &AsmPrinter::getObjFileLowering() const { in getObjFileLowering() function in AsmPrinter
215 return *TM.getObjFileLowering(); in getObjFileLowering()
263 const_cast<TargetLoweringObjectFile&>(getObjFileLowering()) in doInitialization()
266 const_cast<TargetLoweringObjectFile &>(getObjFileLowering()) in doInitialization()
446 TM.getNameWithPrefix(Name, GV, getObjFileLowering().getMangler()); in getNameWithPrefix()
524 getObjFileLowering().getCommDirectiveSupportsAlignment(); in EmitGlobalVariable()
531 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in EmitGlobalVariable()
548 getObjFileLowering().getBSSSection() == TheSection) { in EmitGlobalVariable()
568 getObjFileLowering().getCommDirectiveSupportsAlignment(); in EmitGlobalVariable()
590 TheSection = getObjFileLowering().getTLSBSSSection(); in EmitGlobalVariable()
[all …]
DEHStreamer.cpp382 Asm->getObjFileLowering().getCallSiteEncoding(); in emitExceptionTable()
386 MCSection *LSDASection = Asm->getObjFileLowering().getLSDASection(); in emitExceptionTable()
421 TTypeEncoding = Asm->getObjFileLowering().getTTypeEncoding(); in emitExceptionTable()
DAddressPool.cpp69 ? Asm.getObjFileLowering().getDebugThreadLocalSymbol(I.first) in emit()
DErlangGCPrinter.cpp51 AP.getObjFileLowering().getContext().getELFSection(".note.gc", in finishAssembly()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachine.cpp255 const TargetLoweringObjectFile *TLOF = getObjFileLowering(); in getNameWithPrefix()
260 const TargetLoweringObjectFile *TLOF = getObjFileLowering(); in getSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRTargetMachine.h39 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430TargetMachine.h41 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFTargetMachine.h37 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreTargetMachine.h47 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiTargetMachine.h49 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetMachine.h48 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVTargetMachine.h41 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCTargetMachine.h43 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetMachine.h43 HexagonTargetObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetMachine.h52 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
DVETargetMachine.h46 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetMachine.h53 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetMachine.h44 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineModuleInfo.cpp226 MMI.TM.getObjFileLowering(), nullptr, nullptr, false) { in MachineModuleInfo()
239 TM->getObjFileLowering(), nullptr, nullptr, false) { in MachineModuleInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64TargetMachine.h48 TargetLoweringObjectFile* getObjFileLowering() const override { in getObjFileLowering() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsTargetMachine.h62 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcTargetMachine.h39 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function

123