Searched refs:MH_NO_REEXPORTED_DYLIBS (Results 1 - 4 of 4) sorted by relevance

/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp207 LLVM_READOBJ_ENUM_ENT(MachO, MH_NO_REEXPORTED_DYLIBS),
/external/llvm/include/llvm/Support/
H A DMachO.h76 MH_NO_REEXPORTED_DYLIBS = 0x00100000u, enumerator in enum:llvm::MachO::__anon12509
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h76 MH_NO_REEXPORTED_DYLIBS = 0x00100000u, enumerator in enum:llvm::MachO::__anon20555
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp7638 if (f & MachO::MH_NO_REEXPORTED_DYLIBS) {
7640 f &= ~MachO::MH_NO_REEXPORTED_DYLIBS;

Completed in 1004 milliseconds