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

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCMachOSymbolFlags.h 39 SF_WeakReference = 0x0040,
  /external/llvm/include/llvm/MC/
MCSymbolMachO.h 34 SF_WeakReference = 0x0040,
73 return getFlags() & SF_WeakReference;
76 modifyFlags(SF_WeakReference, SF_WeakReference);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSymbolMachO.h 34 SF_WeakReference = 0x0040,
73 return getFlags() & SF_WeakReference;
76 modifyFlags(SF_WeakReference, SF_WeakReference);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCSymbolMachO.h 34 SF_WeakReference = 0x0040,
73 return getFlags() & SF_WeakReference;
76 modifyFlags(SF_WeakReference, SF_WeakReference);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCSymbolMachO.h 34 SF_WeakReference = 0x0040,
73 return getFlags() & SF_WeakReference;
76 modifyFlags(SF_WeakReference, SF_WeakReference);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCSymbolMachO.h 34 SF_WeakReference = 0x0040,
73 return getFlags() & SF_WeakReference;
76 modifyFlags(SF_WeakReference, SF_WeakReference);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCSymbolMachO.h 34 SF_WeakReference = 0x0040,
73 return getFlags() & SF_WeakReference;
76 modifyFlags(SF_WeakReference, SF_WeakReference);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCSymbolMachO.h 34 SF_WeakReference = 0x0040,
73 return getFlags() & SF_WeakReference;
76 modifyFlags(SF_WeakReference, SF_WeakReference);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCSymbolMachO.h 34 SF_WeakReference = 0x0040,
73 return getFlags() & SF_WeakReference;
76 modifyFlags(SF_WeakReference, SF_WeakReference);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSymbolMachO.h 34 SF_WeakReference = 0x0040,
73 return getFlags() & SF_WeakReference;
76 modifyFlags(SF_WeakReference, SF_WeakReference);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCSymbolMachO.h 34 SF_WeakReference = 0x0040,
73 return getFlags() & SF_WeakReference;
76 modifyFlags(SF_WeakReference, SF_WeakReference);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCSymbolMachO.h 34 SF_WeakReference = 0x0040,
73 return getFlags() & SF_WeakReference;
76 modifyFlags(SF_WeakReference, SF_WeakReference);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCSymbolMachO.h 34 SF_WeakReference = 0x0040,
73 return getFlags() & SF_WeakReference;
76 modifyFlags(SF_WeakReference, SF_WeakReference);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCSymbolMachO.h 34 SF_WeakReference = 0x0040,
73 return getFlags() & SF_WeakReference;
76 modifyFlags(SF_WeakReference, SF_WeakReference);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCSymbolMachO.h 34 SF_WeakReference = 0x0040,
73 return getFlags() & SF_WeakReference;
76 modifyFlags(SF_WeakReference, SF_WeakReference);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCSymbolMachO.h 34 SF_WeakReference = 0x0040,
73 return getFlags() & SF_WeakReference;
76 modifyFlags(SF_WeakReference, SF_WeakReference);
  /external/swiftshader/third_party/LLVM/lib/MC/
MCMachOStreamer.cpp 258 SD.setFlags(SD.getFlags() | SF_WeakReference);
268 SD.setFlags(SD.getFlags() | SF_WeakDefinition | SF_WeakReference);

Completed in 3363 milliseconds