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

  /external/llvm/include/llvm/
GlobalValue.h 49 CommonLinkage ///< Tentative definitions.
164 return Linkage == CommonLinkage;
173 Linkage == CommonLinkage ||
189 Linkage == CommonLinkage ||
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/VMCore/
Core.cpp     [all...]
AsmWriter.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 369 case GlobalValue::CommonLinkage: return 8;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 220 case GlobalValue::CommonLinkage:
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 309 case GlobalValue::CommonLinkage:
310 Out << "GlobalValue::CommonLinkage"; break;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 411 case GlobalValue::CommonLinkage: return 8;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 364 case GlobalValue::CommonLinkage: return 8;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 81 case 8: return GlobalValue::CommonLinkage;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 138 case 8: return GlobalValue::CommonLinkage;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 379 case 8: return GlobalValue::CommonLinkage;
    [all...]

Completed in 2638 milliseconds