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

  /external/llvm/include/llvm/
GlobalValue.h 49 CommonLinkage ///< Tentative definitions.
165 return Linkage == CommonLinkage;
174 Linkage == CommonLinkage ||
190 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 362 case GlobalValue::CommonLinkage: return 8;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 219 case GlobalValue::CommonLinkage:
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 297 case GlobalValue::CommonLinkage:
298 Out << "GlobalValue::CommonLinkage"; break;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 403 case GlobalValue::CommonLinkage: return 8;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 73 case 8: return GlobalValue::CommonLinkage;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 86 case 8: return GlobalValue::CommonLinkage;
    [all...]

Completed in 2100 milliseconds