Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h101 MCSection *getStaticDtorSection(unsigned Priority,
182 MCSection *getStaticDtorSection(unsigned Priority,
218 MCSection *getStaticDtorSection(unsigned Priority,
246 MCSection *getStaticDtorSection(unsigned Priority,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h179 virtual MCSection *getStaticDtorSection(unsigned Priority, in getStaticDtorSection() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1071 MCSection *TargetLoweringObjectFileELF::getStaticDtorSection( in getStaticDtorSection() function in TargetLoweringObjectFileELF
1896 MCSection *TargetLoweringObjectFileCOFF::getStaticDtorSection( in getStaticDtorSection() function in TargetLoweringObjectFileCOFF
2167 MCSection *TargetLoweringObjectFileWasm::getStaticDtorSection( in getStaticDtorSection() function in TargetLoweringObjectFileWasm
2441 MCSection *TargetLoweringObjectFileXCOFF::getStaticDtorSection( in getStaticDtorSection() function in TargetLoweringObjectFileXCOFF
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2350 : Obj.getStaticDtorSection(S.Priority, KeySym)); in emitXXStructorList()