Home
last modified time | relevance | path

Searched refs:getStaticCtorSection (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h169 const MCSection *getStaticCtorSection() const { return StaticCtorSection; } in getStaticCtorSection() function
/external/llvm/lib/CodeGen/
DELFWriter.cpp204 const MCSectionELF *Ctor = (const MCSectionELF *)TLOF.getStaticCtorSection(); in getCtorSection()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1203 OutStreamer.SwitchSection(getObjFileLowering().getStaticCtorSection()); in EmitSpecialLLVMGlobal()