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

  /external/llvm/include/llvm/MC/
MCSymbol.h 96 mutable unsigned IsPrivateExtern : 1;
151 IsRegistered(false), IsExternal(false), IsPrivateExtern(false),
389 bool isPrivateExtern() const { return IsPrivateExtern; }
390 void setPrivateExtern(bool Value) { IsPrivateExtern = Value; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCSymbol.h 100 mutable unsigned IsPrivateExtern : 1;
155 IsRegistered(false), IsExternal(false), IsPrivateExtern(false),
395 bool isPrivateExtern() const { return IsPrivateExtern; }
396 void setPrivateExtern(bool Value) { IsPrivateExtern = Value; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCSymbol.h 100 mutable unsigned IsPrivateExtern : 1;
155 IsRegistered(false), IsExternal(false), IsPrivateExtern(false),
395 bool isPrivateExtern() const { return IsPrivateExtern; }
396 void setPrivateExtern(bool Value) { IsPrivateExtern = Value; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCSymbol.h 100 mutable unsigned IsPrivateExtern : 1;
155 IsRegistered(false), IsExternal(false), IsPrivateExtern(false),
395 bool isPrivateExtern() const { return IsPrivateExtern; }
396 void setPrivateExtern(bool Value) { IsPrivateExtern = Value; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSymbol.h 100 mutable unsigned IsPrivateExtern : 1;
155 IsRegistered(false), IsExternal(false), IsPrivateExtern(false),
395 bool isPrivateExtern() const { return IsPrivateExtern; }
396 void setPrivateExtern(bool Value) { IsPrivateExtern = Value; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCSymbol.h 100 mutable unsigned IsPrivateExtern : 1;
155 IsRegistered(false), IsExternal(false), IsPrivateExtern(false),
395 bool isPrivateExtern() const { return IsPrivateExtern; }
396 void setPrivateExtern(bool Value) { IsPrivateExtern = Value; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCSymbol.h 100 mutable unsigned IsPrivateExtern : 1;
155 IsRegistered(false), IsExternal(false), IsPrivateExtern(false),
395 bool isPrivateExtern() const { return IsPrivateExtern; }
396 void setPrivateExtern(bool Value) { IsPrivateExtern = Value; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCSymbol.h 100 mutable unsigned IsPrivateExtern : 1;
155 IsRegistered(false), IsExternal(false), IsPrivateExtern(false),
395 bool isPrivateExtern() const { return IsPrivateExtern; }
396 void setPrivateExtern(bool Value) { IsPrivateExtern = Value; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSymbol.h 100 mutable unsigned IsPrivateExtern : 1;
155 IsRegistered(false), IsExternal(false), IsPrivateExtern(false),
395 bool isPrivateExtern() const { return IsPrivateExtern; }
396 void setPrivateExtern(bool Value) { IsPrivateExtern = Value; }
  /external/swiftshader/third_party/LLVM/lib/MC/
MCMachOStreamer.cpp 114 if (SD.isPrivateExtern())
MCAssembler.cpp 187 IsExternal(false), IsPrivateExtern(false),
955 if (isPrivateExtern())
MachObjectWriter.cpp 308 if (Data.isPrivateExtern())
  /external/llvm/lib/MC/
MCMachOStreamer.cpp 179 if (Symbol->isPrivateExtern())
MachObjectWriter.cpp 354 if (Data.isPrivateExtern())
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAssembler.h 527 /// IsPrivateExtern - True if this symbol is private extern.
528 unsigned IsPrivateExtern : 1;
576 bool isPrivateExtern() const { return IsPrivateExtern; }
577 void setPrivateExtern(bool Value) { IsPrivateExtern = Value; }

Completed in 408 milliseconds