Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DGlobalValue.h45 DLLImportLinkage, ///< Function to be imported from DLL enumerator
155 return Linkage == DLLImportLinkage; in isDLLImportLinkage()
/external/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp145 case GlobalValue::DLLImportLinkage: in EmitGlobalVariable()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp693 F->setLinkage(llvm::Function::DLLImportLinkage); in SetFunctionAttributes()
1452 GV->setLinkage(llvm::GlobalValue::DLLImportLinkage); in GetOrCreateLLVMGlobal()
1841 return llvm::Function::DLLImportLinkage; in GetLLVMLinkageVarDefinition()
/external/llvm/lib/AsmParser/
DLLParser.cpp728 if (!HasLinkage || (Linkage != GlobalValue::DLLImportLinkage && in ParseGlobal()
1266 case lltok::kw_dllimport: Res = GlobalValue::DLLImportLinkage; break; in ParseOptionalLinkage()
2902 case GlobalValue::DLLImportLinkage: in ParseFunctionHeader()
/external/llvm/lib/IR/
DCore.cpp1123 case GlobalValue::DLLImportLinkage: in LLVMGetLinkage()
1177 GV->setLinkage(GlobalValue::DLLImportLinkage); in LLVMSetLinkage()
DAsmWriter.cpp1453 case GlobalValue::DLLImportLinkage: Out << "dllimport "; break; in PrintLinkage()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp304 case GlobalValue::DLLImportLinkage: in printLinkageType()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp400 case GlobalValue::DLLImportLinkage: return 5; in getEncodedLinkage()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp80 case 5: return GlobalValue::DLLImportLinkage; in GetDecodedLinkage()