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.h38 LLVM_ABI bool isELFInitializerSection(StringRef SecName);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DObjectFormats.cpp41 bool isELFInitializerSection(StringRef SecName) { in isELFInitializerSection() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLinkGraphLayer.cpp32 if (IsElf && isELFInitializerSection(Sec.getName())) in hasInitializerSection()
H A DObjectFileInterface.cpp140 if (isELFInitializerSection(*SecName)) { in getELFObjectFileSymbolInfo()
H A DELFNixPlatform.cpp873 if (!isELFInitializerSection(InitSection.getName()) || in preserveInitSections()
907 if (isELFInitializerSection(Sec.getName())) in registerInitSections()