Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DTargetLoweringObjectFileImpl.h83 const MCSection *getStaticDtorSection(unsigned Priority,
171 const MCSection *getStaticDtorSection(unsigned Priority,
/external/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h158 virtual const MCSection *getStaticDtorSection(unsigned Priority, in getStaticDtorSection() function
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp420 const MCSection *TargetLoweringObjectFileELF::getStaticDtorSection( in getStaticDtorSection() function in TargetLoweringObjectFileELF
1049 const MCSection *TargetLoweringObjectFileCOFF::getStaticDtorSection( in getStaticDtorSection() function in TargetLoweringObjectFileCOFF
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1543 : Obj.getStaticDtorSection(S.Priority, KeySym)); in EmitXXStructorList()