Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h117 MCSection *getStaticDtorSection(unsigned Priority,
140 MCSection *getStaticDtorSection(unsigned Priority,
213 MCSection *getStaticDtorSection(unsigned Priority,
250 MCSection *getStaticDtorSection(unsigned Priority,
274 MCSection *getStaticDtorSection(unsigned Priority,
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h201 virtual MCSection *getStaticDtorSection(unsigned Priority, in getStaticDtorSection() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1185 MCSection *TargetLoweringObjectFileELF::getStaticDtorSection( in getStaticDtorSection() function in TargetLoweringObjectFileELF
1292 MCSection *TargetLoweringObjectFileMachO::getStaticDtorSection( in getStaticDtorSection() function in TargetLoweringObjectFileMachO
2061 MCSection *TargetLoweringObjectFileCOFF::getStaticDtorSection( in getStaticDtorSection() function in TargetLoweringObjectFileCOFF
2334 MCSection *TargetLoweringObjectFileWasm::getStaticDtorSection( in getStaticDtorSection() function in TargetLoweringObjectFileWasm
2639 MCSection *TargetLoweringObjectFileXCOFF::getStaticDtorSection( in getStaticDtorSection() function in TargetLoweringObjectFileXCOFF
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3323 : Obj.getStaticDtorSection(S.Priority, KeySym)); in emitXXStructorList()