Home
last modified time | relevance | path

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

12345

/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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp76 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getTextSection()); in beginAssembly()
79 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection()); in beginAssembly()
103 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getTextSection()); in finishAssembly()
106 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()
112 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()
DDwarfDebug.cpp586 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoDWOSection()); in getOrCreateDwarfCompileUnit()
588 NewCU.setSection(Asm->getObjFileLowering().getDwarfInfoSection()); in getOrCreateDwarfCompileUnit()
754 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in finalizeModuleInfo()
1509 Holder.emitAbbrevs(Asm->getObjFileLowering().getDwarfAbbrevSection()); in emitAbbreviations()
1515 *Asm, Asm->getObjFileLowering().getDwarfStrOffSection(), in emitStringOffsetsTableHeader()
1534 Asm->getObjFileLowering().getDwarfDebugNamesSection()); in emitAccelDebugNames()
1540 emitAccel(AccelNames, Asm->getObjFileLowering().getDwarfAccelNamesSection(), in emitAccelNames()
1547 emitAccel(AccelObjC, Asm->getObjFileLowering().getDwarfAccelObjCSection(), in emitAccelObjC()
1554 Asm->getObjFileLowering().getDwarfAccelNamespaceSection(), in emitAccelNamespaces()
1560 emitAccel(AccelTypes, Asm->getObjFileLowering().getDwarfAccelTypesSection(), in emitAccelTypes()
[all …]
DDwarfCFIException.cpp68 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in endModule()
100 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginFunction()
155 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginFragment()
DAsmPrinter.cpp209 const TargetLoweringObjectFile &AsmPrinter::getObjFileLowering() const { in getObjFileLowering() function in AsmPrinter
210 return *TM.getObjFileLowering(); in getObjFileLowering()
249 const_cast<TargetLoweringObjectFile&>(getObjFileLowering()) in doInitialization()
424 TM.getNameWithPrefix(Name, GV, getObjFileLowering().getMangler()); in getNameWithPrefix()
501 if (!getObjFileLowering().getCommDirectiveSupportsAlignment()) in EmitGlobalVariable()
510 MCSection *TheSection = getObjFileLowering().SectionForGlobal(GV, GVKind, TM); in EmitGlobalVariable()
528 getObjFileLowering().getBSSSection() == TheSection) { in EmitGlobalVariable()
545 if (!getObjFileLowering().getCommDirectiveSupportsAlignment()) in EmitGlobalVariable()
571 TheSection = getObjFileLowering().getTLSBSSSection(); in EmitGlobalVariable()
586 MCSection *TLVSect = getObjFileLowering().getTLSExtraDataSection(); in EmitGlobalVariable()
[all …]
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DTargetMachine.cpp252 const TargetLoweringObjectFile *TLOF = getObjFileLowering(); in getNameWithPrefix()
257 const TargetLoweringObjectFile *TLOF = getObjFileLowering(); in getSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVTargetMachine.h40 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/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFTargetMachine.h38 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/external/llvm/lib/Target/XCore/
DXCoreTargetMachine.h41 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430TargetMachine.h42 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function
/external/llvm/lib/Target/Lanai/
DLanaiTargetMachine.h49 TargetLoweringObjectFile *getObjFileLowering() const override { in getObjFileLowering() function

12345