Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h102 MCSection *getStaticDtorSection(unsigned Priority,
122 MCSection *getStaticDtorSection(unsigned Priority,
191 MCSection *getStaticDtorSection(unsigned Priority,
230 MCSection *getStaticDtorSection(unsigned Priority,
258 MCSection *getStaticDtorSection(unsigned Priority,
/src/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h181 virtual MCSection *getStaticDtorSection(unsigned Priority, in getStaticDtorSection() function
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1122 MCSection *TargetLoweringObjectFileELF::getStaticDtorSection( in getStaticDtorSection() function in TargetLoweringObjectFileELF
1221 MCSection *TargetLoweringObjectFileMachO::getStaticDtorSection( in getStaticDtorSection() function in TargetLoweringObjectFileMachO
2001 MCSection *TargetLoweringObjectFileCOFF::getStaticDtorSection( in getStaticDtorSection() function in TargetLoweringObjectFileCOFF
2287 MCSection *TargetLoweringObjectFileWasm::getStaticDtorSection( in getStaticDtorSection() function in TargetLoweringObjectFileWasm
2592 MCSection *TargetLoweringObjectFileXCOFF::getStaticDtorSection( in getStaticDtorSection() function in TargetLoweringObjectFileXCOFF
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2987 : Obj.getStaticDtorSection(S.Priority, KeySym)); in emitXXStructorList()