Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DMachO.h53 if (auto *TextSec = G.findSectionByName(orc::MachOTextTextSectionName)) in getMachODefaultTextSection()
55 return G.createSection(orc::MachOTextTextSectionName, in getMachODefaultTextSection()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DMachOObjectFormat.cpp45 StringRef MachOTextTextSectionName = "__TEXT,__text"; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DMachOObjectFormat.h53 LLVM_ABI extern StringRef MachOTextTextSectionName;