Home
last modified time | relevance | path

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

/external/llvm/include/llvm/
DGlobalValue.h47 DLLExportLinkage, ///< Function to be accessible from DLL. enumerator
159 return Linkage == DLLExportLinkage; in isDLLExportLinkage()
/external/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp144 case GlobalValue::DLLExportLinkage: in EmitGlobalVariable()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp407 return llvm::Function::DLLExportLinkage; in getFunctionLinkage()
1357 return llvm::Function::DLLExportLinkage; in GetLLVMLinkageVarDefinition()
1585 GA->setLinkage(llvm::Function::DLLExportLinkage); in EmitAliasDefinition()
1587 GA->setLinkage(llvm::Function::DLLExportLinkage); in EmitAliasDefinition()
/external/llvm/lib/VMCore/
DCore.cpp1000 case GlobalValue::DLLExportLinkage: in LLVMGetLinkage()
1058 GV->setLinkage(GlobalValue::DLLExportLinkage); in LLVMSetLinkage()
DAsmWriter.cpp1283 case GlobalValue::DLLExportLinkage: Out << "dllexport "; break; in PrintLinkage()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp245 case GlobalValue::DLLExportLinkage: in EmitLinkage()
/external/llvm/lib/AsmParser/
DLLParser.cpp985 case lltok::kw_dllexport: Res = GlobalValue::DLLExportLinkage; break; in ParseOptionalLinkage()
2594 case GlobalValue::DLLExportLinkage: in ParseFunctionHeader()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp303 case GlobalValue::DLLExportLinkage: in printLinkageType()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp324 case GlobalValue::DLLExportLinkage: return 6; in getEncodedLinkage()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp71 case 6: return GlobalValue::DLLExportLinkage; in GetDecodedLinkage()