Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h99 MCSection *getStaticCtorSection(unsigned Priority,
180 MCSection *getStaticCtorSection(unsigned Priority,
216 MCSection *getStaticCtorSection(unsigned Priority,
243 MCSection *getStaticCtorSection(unsigned Priority,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h174 virtual MCSection *getStaticCtorSection(unsigned Priority, in getStaticCtorSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1044 MCSection *TargetLoweringObjectFileELF::getStaticCtorSection( in getStaticCtorSection() function in TargetLoweringObjectFileELF
1869 MCSection *TargetLoweringObjectFileCOFF::getStaticCtorSection( in getStaticCtorSection() function in TargetLoweringObjectFileCOFF
2139 MCSection *TargetLoweringObjectFileWasm::getStaticCtorSection( in getStaticCtorSection() function in TargetLoweringObjectFileWasm
2405 MCSection *TargetLoweringObjectFileXCOFF::getStaticCtorSection( in getStaticCtorSection() function in TargetLoweringObjectFileXCOFF
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2324 (IsCtor ? Obj.getStaticCtorSection(S.Priority, KeySym) in emitXXStructorList()