Home
last modified time | relevance | path

Searched refs:getDataSection (Results 1 – 10 of 10) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DOcamlGCPrinter.cpp77 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection()); in beginAssembly()
105 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()
111 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getDataSection()); in finishAssembly()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp70 StringRef getDataSection() const { in getDataSection() function in __anon61b08d7e0111::InstrProfiling
235 Data->setSection(getDataSection()); in getOrCreateRegionCounters()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h219 const MCSection *getDataSection() const { return DataSection; } in getDataSection() function
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DWinCOFFStreamer.cpp71 SwitchSection(getContext().getObjectFileInfo()->getDataSection()); in InitSections()
H A DMCELFStreamer.cpp49 SwitchSection(Ctx.getObjectFileInfo()->getDataSection()); in InitSections()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp452 OutStreamer.SwitchSection(TLOFELF.getDataSection()); in EmitEndOfAsmFile()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp419 MCA.getOrCreateSectionData(*OFI.getDataSection()); in finish()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1071 OutStreamer.SwitchSection(getObjFileLowering().getDataSection()); in doFinalization()
1443 OutStreamer.SwitchSection(getObjFileLowering().getDataSection()); in doFinalization()
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DGarbageCollection.rst929 OS.SwitchSection(AP.getObjFileLowering().getDataSection());
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp4500 return getDataSection(); in SelectSectionForGlobal()