Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h81 const MCSection *getStaticCtorSection(unsigned Priority,
169 const MCSection *getStaticCtorSection(unsigned Priority,
/external/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h153 virtual const MCSection *getStaticCtorSection(unsigned Priority, in getStaticCtorSection() function
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp414 const MCSection *TargetLoweringObjectFileELF::getStaticCtorSection( in getStaticCtorSection() function in TargetLoweringObjectFileELF
1043 const MCSection *TargetLoweringObjectFileCOFF::getStaticCtorSection( in getStaticCtorSection() function in TargetLoweringObjectFileCOFF
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1542 (isCtor ? Obj.getStaticCtorSection(S.Priority, KeySym) in EmitXXStructorList()