Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h99 MCSection *getStaticCtorSection(unsigned Priority,
180 MCSection *getStaticCtorSection(unsigned Priority,
216 MCSection *getStaticCtorSection(unsigned Priority,
244 MCSection *getStaticCtorSection(unsigned Priority,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h174 virtual MCSection *getStaticCtorSection(unsigned Priority, in getStaticCtorSection() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1065 MCSection *TargetLoweringObjectFileELF::getStaticCtorSection( in getStaticCtorSection() function in TargetLoweringObjectFileELF
1889 MCSection *TargetLoweringObjectFileCOFF::getStaticCtorSection( in getStaticCtorSection() function in TargetLoweringObjectFileCOFF
2159 MCSection *TargetLoweringObjectFileWasm::getStaticCtorSection( in getStaticCtorSection() function in TargetLoweringObjectFileWasm
2436 MCSection *TargetLoweringObjectFileXCOFF::getStaticCtorSection( in getStaticCtorSection() function in TargetLoweringObjectFileXCOFF
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2349 (IsCtor ? Obj.getStaticCtorSection(S.Priority, KeySym) in emitXXStructorList()