Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1034 static GlobalValue::LinkageTypes getDecodedLinkage(unsigned Val) { in getDecodedLinkage() function
3840 GlobalValue::LinkageTypes Linkage = getDecodedLinkage(RawLinkage); in parseGlobalVarRecord()
3975 Func->setLinkage(getDecodedLinkage(RawLinkage)); in parseFunctionRecord()
4149 NewGA = GlobalAlias::create(Ty, AddrSpace, getDecodedLinkage(Linkage), Name, in parseGlobalIndirectSymbolRecord()
4152 NewGA = GlobalIFunc::create(Ty, AddrSpace, getDecodedLinkage(Linkage), Name, in parseGlobalIndirectSymbolRecord()
6989 GlobalValue::LinkageTypes Linkage = getDecodedLinkage(RawLinkage); in parseModule()