Home
last modified time | relevance | path

Searched refs:MachOCompactUnwindSectionName (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEHFrameRegistrationPlugin.cpp44 if (auto *CUSec = G.findSectionByName(MachOCompactUnwindSectionName)) in modifyPassConfig()
H A DMachOPlatform.cpp827 if (auto *CUSec = LG.findSectionByName(MachOCompactUnwindSectionName)) in modifyPassConfig()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DMachOObjectFormat.cpp21 StringRef MachOCompactUnwindSectionName = "__LD,__compact_unwind"; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DMachOObjectFormat.h29 LLVM_ABI extern StringRef MachOCompactUnwindSectionName;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp549 orc::MachOCompactUnwindSectionName, orc::MachOUnwindInfoSectionName, in link_MachO_x86_64()
H A DMachO_arm64.cpp671 orc::MachOCompactUnwindSectionName, orc::MachOUnwindInfoSectionName, in link_MachO_arm64()