Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h100 MCSection *getStaticCtorSection(unsigned Priority,
184 MCSection *getStaticCtorSection(unsigned Priority,
220 MCSection *getStaticCtorSection(unsigned Priority,
248 MCSection *getStaticCtorSection(unsigned Priority,
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h176 virtual MCSection *getStaticCtorSection(unsigned Priority, in getStaticCtorSection() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1079 MCSection *TargetLoweringObjectFileELF::getStaticCtorSection( in getStaticCtorSection() function in TargetLoweringObjectFileELF
1915 MCSection *TargetLoweringObjectFileCOFF::getStaticCtorSection( in getStaticCtorSection() function in TargetLoweringObjectFileCOFF
2185 MCSection *TargetLoweringObjectFileWasm::getStaticCtorSection( in getStaticCtorSection() function in TargetLoweringObjectFileWasm
2474 MCSection *TargetLoweringObjectFileXCOFF::getStaticCtorSection( in getStaticCtorSection() function in TargetLoweringObjectFileXCOFF
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2579 (IsCtor ? Obj.getStaticCtorSection(S.Priority, KeySym) in emitXXStructorList()