HomeSort by relevance Sort by last modified time
    Searched defs:isCommon (Results 1 - 25 of 62) sorted by null

1 2 3

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
JITSymbol.h 60 bool isCommon() const {
65 return !isWeak() && !isCommon();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/
JITSymbol.h 60 bool isCommon() const {
65 return !isWeak() && !isCommon();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/
JITSymbol.h 60 bool isCommon() const {
65 return !isWeak() && !isCommon();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
JITSymbol.h 60 bool isCommon() const {
65 return !isWeak() && !isCommon();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/
JITSymbol.h 60 bool isCommon() const {
65 return !isWeak() && !isCommon();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/
JITSymbol.h 60 bool isCommon() const {
65 return !isWeak() && !isCommon();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/
JITSymbol.h 76 bool isCommon() const {
82 return !isWeak() && !isCommon();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/
JITSymbol.h 76 bool isCommon() const {
82 return !isWeak() && !isCommon();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/
JITSymbol.h 76 bool isCommon() const {
82 return !isWeak() && !isCommon();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/
JITSymbol.h 76 bool isCommon() const {
82 return !isWeak() && !isCommon();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/
JITSymbol.h 76 bool isCommon() const {
82 return !isWeak() && !isCommon();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/
JITSymbol.h 76 bool isCommon() const {
82 return !isWeak() && !isCommon();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/
JITSymbol.h 76 bool isCommon() const {
82 return !isWeak() && !isCommon();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/
JITSymbol.h 76 bool isCommon() const {
82 return !isWeak() && !isCommon();
  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 146 bool ResolveInfo::isCommon() const {
229 (isGlobal() || isWeak()) && (isDefine() || isCommon()))
  /external/llvm/include/llvm/MC/
SectionKind.h 151 return isBSS() || isCommon() || isData() || isReadOnlyWithRel();
158 bool isCommon() const { return K == Common; }
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
SectionKind.h 173 return isBSS() || isCommon() || isDataRel() || isReadOnlyWithRel();
180 bool isCommon() const { return K == Common; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 157 return isBSS() || isCommon() || isData() || isReadOnlyWithRel();
164 bool isCommon() const { return K == Common; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
SectionKind.h 157 return isBSS() || isCommon() || isData() || isReadOnlyWithRel();
164 bool isCommon() const { return K == Common; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
SectionKind.h 157 return isBSS() || isCommon() || isData() || isReadOnlyWithRel();
164 bool isCommon() const { return K == Common; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
SectionKind.h 157 return isBSS() || isCommon() || isData() || isReadOnlyWithRel();
164 bool isCommon() const { return K == Common; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
SectionKind.h 157 return isBSS() || isCommon() || isData() || isReadOnlyWithRel();
164 bool isCommon() const { return K == Common; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
SectionKind.h 157 return isBSS() || isCommon() || isData() || isReadOnlyWithRel();
164 bool isCommon() const { return K == Common; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
SectionKind.h 157 return isBSS() || isCommon() || isData() || isReadOnlyWithRel();
164 bool isCommon() const { return K == Common; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 157 return isBSS() || isCommon() || isData() || isReadOnlyWithRel();
164 bool isCommon() const { return K == Common; }

Completed in 672 milliseconds

1 2 3