Home
last modified time | relevance | path

Searched refs:DLLExportLinkage (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DGlobalValue.h47 DLLExportLinkage, ///< Function to be accessible from DLL. enumerator
159 return Linkage == DLLExportLinkage; in isDLLExportLinkage()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreAsmPrinter.cpp147 case GlobalValue::DLLExportLinkage: in EmitGlobalVariable()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1071 case GlobalValue::DLLExportLinkage: in LLVMGetLinkage()
1129 GV->setLinkage(GlobalValue::DLLExportLinkage); in LLVMSetLinkage()
DAsmWriter.cpp1333 case GlobalValue::DLLExportLinkage: Out << "dllexport "; break; in PrintLinkage()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp238 case GlobalValue::DLLExportLinkage: in EmitLinkage()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp988 case lltok::kw_dllexport: Res = GlobalValue::DLLExportLinkage; break; in ParseOptionalLinkage()
2618 case GlobalValue::DLLExportLinkage: in ParseFunctionHeader()
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
DCPPBackend.cpp293 case GlobalValue::DLLExportLinkage: in printLinkageType()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp360 case GlobalValue::DLLExportLinkage: return 6; in getEncodedLinkage()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp71 case 6: return GlobalValue::DLLExportLinkage; in GetDecodedLinkage()