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

  /external/llvm/include/llvm/IR/
GlobalValue.h 50 CommonLinkage ///< Tentative definitions.
234 return Linkage == CommonLinkage;
249 Linkage == CommonLinkage || Linkage == ExternalWeakLinkage;
259 Linkage == CommonLinkage || Linkage == ExternalWeakLinkage;
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 137 case GlobalValue::CommonLinkage:
  /external/llvm/lib/Linker/
LinkModules.cpp 325 case GlobalValue::CommonLinkage:
  /external/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.cpp 119 case GlobalValue::CommonLinkage:
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
CGOpenMPRuntime.cpp     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
AsmWriter.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 295 case GlobalValue::CommonLinkage:
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 305 case GlobalValue::CommonLinkage:
306 Out << "GlobalValue::CommonLinkage"; break;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 358 case GlobalValue::CommonLinkage:
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 356 case GlobalValue::CommonLinkage:
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 358 case GlobalValue::CommonLinkage:
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 513 case GlobalValue::CommonLinkage:
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 451 return GlobalValue::CommonLinkage;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 688 return GlobalValue::CommonLinkage;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 662 return GlobalValue::CommonLinkage;
    [all...]

Completed in 1074 milliseconds