Home
last modified time | relevance | path

Searched refs:MH_DYLIB_IN_CACHE (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h88 MH_DYLIB_IN_CACHE = 0x80000000u, enumerator
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1141 return m_header.flags & MH_DYLIB_IN_CACHE; in IsSharedCacheBinary()