HomeSort by relevance Sort by last modified time
    Searched refs:N_WEAK_DEF (Results 1 - 3 of 3) sorted by null

  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 275 NDesc |= MachO::N_WEAK_DEF;
387 if ((NDesc & MachO::N_WEAK_DEF) == MachO::N_WEAK_DEF)
393 (NDesc & MachO::N_WEAK_DEF) == MachO::N_WEAK_DEF) {
394 if ((NDesc & (MachO::N_WEAK_REF | MachO::N_WEAK_DEF)) ==
395 (MachO::N_WEAK_REF | MachO::N_WEAK_DEF))
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 380 N_WEAK_DEF = 0x0080u,
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 439 if (MachOFlags & (MachO::N_WEAK_REF | MachO::N_WEAK_DEF))
    [all...]

Completed in 388 milliseconds