Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h102 MCSection *getStaticDtorSection(unsigned Priority,
122 MCSection *getStaticDtorSection(unsigned Priority,
186 MCSection *getStaticDtorSection(unsigned Priority,
222 MCSection *getStaticDtorSection(unsigned Priority,
250 MCSection *getStaticDtorSection(unsigned Priority,
/openbsd/gnu/llvm/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h181 virtual MCSection *getStaticDtorSection(unsigned Priority, in getStaticDtorSection() function
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1119 MCSection *TargetLoweringObjectFileELF::getStaticDtorSection( in getStaticDtorSection() function in TargetLoweringObjectFileELF
1218 MCSection *TargetLoweringObjectFileMachO::getStaticDtorSection( in getStaticDtorSection() function in TargetLoweringObjectFileMachO
1969 MCSection *TargetLoweringObjectFileCOFF::getStaticDtorSection( in getStaticDtorSection() function in TargetLoweringObjectFileCOFF
2240 MCSection *TargetLoweringObjectFileWasm::getStaticDtorSection( in getStaticDtorSection() function in TargetLoweringObjectFileWasm
2537 MCSection *TargetLoweringObjectFileXCOFF::getStaticDtorSection( in getStaticDtorSection() function in TargetLoweringObjectFileXCOFF
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2731 : Obj.getStaticDtorSection(S.Priority, KeySym)); in emitXXStructorList()