Home
last modified time | relevance | path

Searched refs:DLLImportLinkage (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DGlobalValue.h46 DLLImportLinkage, ///< Function to be imported from DLL enumerator
156 return Linkage == DLLImportLinkage; in isDLLImportLinkage()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreAsmPrinter.cpp145 case GlobalValue::DLLImportLinkage: in EmitGlobalVariable()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp669 if (!HasLinkage || (Linkage != GlobalValue::DLLImportLinkage && in ParseGlobal()
990 case lltok::kw_dllimport: Res = GlobalValue::DLLImportLinkage; break; in ParseOptionalLinkage()
2603 case GlobalValue::DLLImportLinkage: in ParseFunctionHeader()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1069 case GlobalValue::DLLImportLinkage: in LLVMGetLinkage()
1126 GV->setLinkage(GlobalValue::DLLImportLinkage); in LLVMSetLinkage()
DAsmWriter.cpp1332 case GlobalValue::DLLImportLinkage: Out << "dllimport "; break; in PrintLinkage()
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
DCPPBackend.cpp291 case GlobalValue::DLLImportLinkage: in printLinkageType()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp359 case GlobalValue::DLLImportLinkage: return 5; in getEncodedLinkage()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp70 case 5: return GlobalValue::DLLImportLinkage; in GetDecodedLinkage()