Home
last modified time | relevance | path

Searched refs:isELFInitializerSection (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DObjectFormats.h74 bool isELFInitializerSection(StringRef SecName);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DObjectFormats.cpp99 bool isELFInitializerSection(StringRef SecName) { in isELFInitializerSection() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp142 if (isELFInitializerSection(*SecName)) { in getELFObjectFileSymbolInfo()
H A DELFNixPlatform.cpp743 if (!isELFInitializerSection(InitSection.getName())) in preserveInitSections()
781 if (isELFInitializerSection(Sec.getName())) { in registerInitSections()
H A DObjectLinkingLayer.cpp37 if (IsElf && isELFInitializerSection(Sec.getName())) in hasInitializerSection()