Home
last modified time | relevance | path

Searched refs:MachOModInitFuncSectionName (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DObjectFormats.cpp23 StringRef MachOModInitFuncSectionName = "__DATA,__mod_init_func"; variable
50 MachOModInitFuncSectionName, MachOObjCCatListSectionName,
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DObjectFormats.h28 extern StringRef MachOModInitFuncSectionName;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1367 StringRef PlatformSections[] = {MachOModInitFuncSectionName, in registerObjectPlatformSections()