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

  /external/swiftshader/third_party/LLVM/include/llvm/
GlobalValue.h 47 DLLExportLinkage, ///< Function to be accessible from DLL.
159 return Linkage == DLLExportLinkage;
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreAsmPrinter.cpp 147 case GlobalValue::DLLExportLinkage:
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Core.cpp     [all...]
AsmWriter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitcodeWriter.cpp 360 case GlobalValue::DLLExportLinkage: return 6;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 238 case GlobalValue::DLLExportLinkage:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp 293 case GlobalValue::DLLExportLinkage:
294 Out << "GlobalValue::DLLExportLinkage"; break;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp 71 case 6: return GlobalValue::DLLExportLinkage;
    [all...]

Completed in 748 milliseconds