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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp917 static GlobalValue::LinkageTypes getDecodedLinkage(unsigned Val) { function
974 // like getDecodedLinkage() above. Any future change to the linkage enum and
975 // to getDecodedLinkage() will need to be taken into account here as above.
3162 GlobalValue::LinkageTypes Linkage = getDecodedLinkage(RawLinkage);
3278 Func->setLinkage(getDecodedLinkage(RawLinkage));
3404 NewGA = GlobalAlias::create(Ty, AddrSpace, getDecodedLinkage(Linkage), Name,
3407 NewGA = GlobalIFunc::create(Ty, AddrSpace, getDecodedLinkage(Linkage), Name,
5726 GlobalValue::LinkageTypes Linkage = getDecodedLinkage(RawLinkage);

Completed in 113 milliseconds