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 DMachOObjectFormat.cpp23 StringRef MachOModInitFuncSectionName = "__DATA,__mod_init_func"; variable
52 MachOModInitFuncSectionName, MachOObjCCatListSectionName,
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DMachOObjectFormat.h31 LLVM_ABI extern StringRef MachOModInitFuncSectionName;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1395 StringRef PlatformSections[] = {MachOModInitFuncSectionName, in registerObjectPlatformSections()