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

  /external/llvm/include/llvm/IR/
GlobalValue.h 47 DLLExportLinkage, ///< Function to be accessible from DLL.
159 return Linkage == DLLExportLinkage;
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 141 case GlobalValue::DLLExportLinkage:
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 528 return llvm::Function::DLLExportLinkage;
    [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
AsmWriter.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 484 case GlobalValue::DLLExportLinkage: return 6;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 243 case GlobalValue::DLLExportLinkage:
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 306 case GlobalValue::DLLExportLinkage:
307 Out << "GlobalValue::DLLExportLinkage"; break;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 398 case GlobalValue::DLLExportLinkage: return 6;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 352 case GlobalValue::DLLExportLinkage: return 6;
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 357 case GlobalValue::DLLExportLinkage: return 6;
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 83 case 6: return GlobalValue::DLLExportLinkage;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 135 case 6: return GlobalValue::DLLExportLinkage;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 377 case 6: return GlobalValue::DLLExportLinkage;
    [all...]

Completed in 532 milliseconds