Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp70 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getTextSection()); in beginAssembly()
73 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection()); in beginAssembly()
96 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getTextSection()); in finishAssembly()
99 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()
105 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()
DWin64Exception.cpp63 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in BeginFunction()
103 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in EndFunction()
DDwarfCFIException.cpp58 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in EndModule()
102 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in BeginFunction()
DAsmPrinter.cpp128 const TargetLoweringObjectFile &AsmPrinter::getObjFileLowering() const { in getObjFileLowering() function in AsmPrinter
129 return TM.getTargetLowering()->getObjFileLowering(); in getObjFileLowering()
159 const_cast<TargetLoweringObjectFile&>(getObjFileLowering()) in doInitialization()
297 if (!getObjFileLowering().getCommDirectiveSupportsAlignment()) in EmitGlobalVariable()
308 getObjFileLowering().SectionForGlobal(GV, GVKind, Mang, TM); in EmitGlobalVariable()
321 if (!getObjFileLowering().getCommDirectiveSupportsAlignment()) in EmitGlobalVariable()
332 getObjFileLowering().SectionForGlobal(GV, GVKind, Mang, TM); in EmitGlobalVariable()
376 = getObjFileLowering().getTLSExtraDataSection(); in EmitGlobalVariable()
422 OutStreamer.SwitchSection(getObjFileLowering().SectionForGlobal(F, Mang, TM)); in EmitFunctionHeader()
980 const MCSection *S = getObjFileLowering().getSectionForConstant(Kind); in EmitConstantPool()
[all …]
DAsmPrinterDwarf.cpp155 const TargetLoweringObjectFile &TLOF = getObjFileLowering(); in EmitReference()
163 const TargetLoweringObjectFile &TLOF = getObjFileLowering(); in EmitReference()
DDwarfDebug.cpp650 SectionMap.insert(Asm->getObjFileLowering().getTextSection()); in beginModule()
710 Asm->OutStreamer.SwitchSection(Asm->getObjFileLowering().getTextSection()); in endModule()
712 Asm->OutStreamer.SwitchSection(Asm->getObjFileLowering().getDataSection()); in endModule()
1472 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in EmitSectionLabels()
1594 Asm->getObjFileLowering().getDwarfInfoSection()); in emitDebugInfo()
1632 Asm->getObjFileLowering().getDwarfAbbrevSection()); in emitAbbreviations()
1689 Asm->getObjFileLowering().getDwarfPubNamesSection()); in emitDebugPubNames()
1738 Asm->getObjFileLowering().getDwarfPubTypesSection()); in emitDebugPubTypes()
1787 Asm->getObjFileLowering().getDwarfStrSection()); in emitDebugStr()
1825 Asm->getObjFileLowering().getDwarfLocSection()); in emitDebugLoc()
[all …]
/external/llvm/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp71 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getTextSection()); in beginAssembly()
74 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection()); in beginAssembly()
98 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getTextSection()); in finishAssembly()
101 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()
107 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()
DDwarfDebug.cpp438 NewCU.initSection(Asm->getObjFileLowering().getDwarfInfoDWOSection()); in constructDwarfCompileUnit()
440 NewCU.initSection(Asm->getObjFileLowering().getDwarfInfoSection()); in constructDwarfCompileUnit()
535 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in finalizeModuleInfo()
652 AddrPool.emit(*Asm, Asm->getObjFileLowering().getDwarfAddrSection()); in endModule()
1208 Holder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevSection()); in emitAbbreviations()
1222 emitAccel(AccelNames, Asm->getObjFileLowering().getDwarfAccelNamesSection(), in emitAccelNames()
1229 emitAccel(AccelObjC, Asm->getObjFileLowering().getDwarfAccelObjCSection(), in emitAccelObjC()
1236 Asm->getObjFileLowering().getDwarfAccelNamespaceSection(), in emitAccelNamespaces()
1242 emitAccel(AccelTypes, Asm->getObjFileLowering().getDwarfAccelTypesSection(), in emitAccelTypes()
1305 ? Asm->getObjFileLowering().getDwarfGnuPubNamesSection() in emitDebugPubNames()
[all …]
DDwarfCFIException.cpp76 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in endModule()
112 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginFunction()
160 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginFragment()
DAsmPrinter.cpp137 const TargetLoweringObjectFile &AsmPrinter::getObjFileLowering() const { in getObjFileLowering() function in AsmPrinter
138 return *TM.getObjFileLowering(); in getObjFileLowering()
182 const_cast<TargetLoweringObjectFile&>(getObjFileLowering()) in doInitialization()
418 if (!getObjFileLowering().getCommDirectiveSupportsAlignment()) in EmitGlobalVariable()
428 getObjFileLowering().SectionForGlobal(GV, GVKind, *Mang, TM); in EmitGlobalVariable()
446 getObjFileLowering().getBSSSection() == TheSection) { in EmitGlobalVariable()
463 if (!getObjFileLowering().getCommDirectiveSupportsAlignment()) in EmitGlobalVariable()
489 TheSection = getObjFileLowering().getTLSBSSSection(); in EmitGlobalVariable()
504 MCSection *TLVSect = getObjFileLowering().getTLSExtraDataSection(); in EmitGlobalVariable()
554 getObjFileLowering().SectionForGlobal(F, *Mang, TM)); in EmitFunctionHeader()
[all …]
DAddressPool.cpp40 ? Asm.getObjFileLowering().getDebugThreadLocalSymbol(I.first) in emit()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCAsmPrinter.cpp449 static_cast<const TargetLoweringObjectFileMachO &>(getObjFileLowering()); in EmitStartOfAsmFile()
464 OutStreamer.SwitchSection(getObjFileLowering().getTextSection()); in EmitStartOfAsmFile()
486 static_cast<const TargetLoweringObjectFileMachO &>(getObjFileLowering()); in EmitFunctionStubs()
582 static_cast<const TargetLoweringObjectFileMachO &>(getObjFileLowering()); in doFinalization()
642 OutStreamer.SwitchSection(getObjFileLowering().getDataSection()); in doFinalization()
/external/llvm/lib/Target/
DTargetMachine.cpp200 const TargetLoweringObjectFile *TLOF = getObjFileLowering(); in getNameWithPrefix()
207 const TargetLoweringObjectFile *TLOF = getObjFileLowering(); in getSymbol()
/external/llvm/lib/Target/MSP430/
DMSP430TargetMachine.h42 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/external/llvm/lib/Target/BPF/
DBPFTargetMachine.h38 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/external/llvm/lib/Target/AVR/
DAVRTargetMachine.h38 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/external/llvm/lib/Target/XCore/
DXCoreTargetMachine.h41 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/external/llvm/lib/Target/Lanai/
DLanaiTargetMachine.h49 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/external/llvm/lib/Target/SystemZ/
DSystemZTargetMachine.h43 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetMachine.h41 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/external/llvm/lib/Target/Hexagon/
DHexagonTargetMachine.h43 HexagonTargetObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/external/llvm/lib/Target/X86/
DX86TargetMachine.h43 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86AsmPrinter.cpp478 OutStreamer.SwitchSection(getObjFileLowering().getTextSection()); in EmitStartOfAsmFile()
553 OutStreamer.SwitchSection(getObjFileLowering().getDataSection()); in EmitEndOfAsmFile()
604 static_cast<const TargetLoweringObjectFileCOFF&>(getObjFileLowering()); in EmitEndOfAsmFile()
645 static_cast<const TargetLoweringObjectFileELF &>(getObjFileLowering()); in EmitEndOfAsmFile()
/external/llvm/lib/Target/AArch64/
DAArch64TargetMachine.h44 TargetLoweringObjectFile* getObjFileLowering() const override { in getObjFileLowering() function
/external/llvm/lib/Target/PowerPC/
DPPCTargetMachine.h51 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function

123