Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DGlobalValue.h46 DLLExportLinkage, ///< Function to be accessible from DLL. enumerator
158 return Linkage == DLLExportLinkage; in isDLLExportLinkage()
/external/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp147 case GlobalValue::DLLExportLinkage: in EmitGlobalVariable()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp500 return llvm::Function::DLLExportLinkage; in getFunctionLinkage()
1843 return llvm::Function::DLLExportLinkage; in GetLLVMLinkageVarDefinition()
2139 GA->setLinkage(llvm::Function::DLLExportLinkage); in EmitAliasDefinition()
2141 GA->setLinkage(llvm::Function::DLLExportLinkage); in EmitAliasDefinition()
/external/llvm/lib/IR/
DCore.cpp1125 case GlobalValue::DLLExportLinkage: in LLVMGetLinkage()
1180 GV->setLinkage(GlobalValue::DLLExportLinkage); in LLVMSetLinkage()
DAsmWriter.cpp1454 case GlobalValue::DLLExportLinkage: Out << "dllexport "; break; in PrintLinkage()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp238 case GlobalValue::DLLExportLinkage: in EmitLinkage()
/external/llvm/lib/AsmParser/
DLLParser.cpp1264 case lltok::kw_dllexport: Res = GlobalValue::DLLExportLinkage; break; in ParseOptionalLinkage()
2917 case GlobalValue::DLLExportLinkage: in ParseFunctionHeader()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp306 case GlobalValue::DLLExportLinkage: in printLinkageType()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp401 case GlobalValue::DLLExportLinkage: return 6; in getEncodedLinkage()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp81 case 6: return GlobalValue::DLLExportLinkage; in GetDecodedLinkage()