Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h115 MCSection *getStaticCtorSection(unsigned Priority,
211 MCSection *getStaticCtorSection(unsigned Priority,
248 MCSection *getStaticCtorSection(unsigned Priority,
272 MCSection *getStaticCtorSection(unsigned Priority,
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h196 virtual MCSection *getStaticCtorSection(unsigned Priority, in getStaticCtorSection() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1179 MCSection *TargetLoweringObjectFileELF::getStaticCtorSection( in getStaticCtorSection() function in TargetLoweringObjectFileELF
2054 MCSection *TargetLoweringObjectFileCOFF::getStaticCtorSection( in getStaticCtorSection() function in TargetLoweringObjectFileCOFF
2326 MCSection *TargetLoweringObjectFileWasm::getStaticCtorSection( in getStaticCtorSection() function in TargetLoweringObjectFileWasm
2634 MCSection *TargetLoweringObjectFileXCOFF::getStaticCtorSection( in getStaticCtorSection() function in TargetLoweringObjectFileXCOFF
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3322 (IsCtor ? Obj.getStaticCtorSection(S.Priority, KeySym) in emitXXStructorList()