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

  /external/llvm/include/llvm/IR/
GlobalValue.h 48 CommonLinkage ///< Tentative definitions.
164 return Linkage == CommonLinkage;
179 Linkage == CommonLinkage ||
195 Linkage == CommonLinkage ||
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
AsmWriter.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 403 case GlobalValue::CommonLinkage: return 8;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 212 case GlobalValue::CommonLinkage:
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 310 case GlobalValue::CommonLinkage:
311 Out << "GlobalValue::CommonLinkage"; break;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 396 case GlobalValue::CommonLinkage: return 8;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 350 case GlobalValue::CommonLinkage: return 8;
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 359 case GlobalValue::CommonLinkage: return 8;
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 83 case 8: return GlobalValue::CommonLinkage;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 137 case 8: return GlobalValue::CommonLinkage;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 379 case 8: return GlobalValue::CommonLinkage;
    [all...]

Completed in 300 milliseconds