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

  /external/swiftshader/third_party/LLVM/include/llvm/
GlobalValue.h 46 DLLImportLinkage, ///< Function to be imported from DLL
156 return Linkage == DLLImportLinkage;
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreAsmPrinter.cpp 145 case GlobalValue::DLLImportLinkage:
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp 669 if (!HasLinkage || (Linkage != GlobalValue::DLLImportLinkage &&
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Core.cpp     [all...]
AsmWriter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitcodeWriter.cpp 359 case GlobalValue::DLLImportLinkage: return 5;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp 291 case GlobalValue::DLLImportLinkage:
292 Out << "GlobalValue::DLLImportLinkage"; break;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp 70 case 5: return GlobalValue::DLLImportLinkage;
    [all...]

Completed in 185 milliseconds