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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp982 static unsigned getEncodedLinkage(const GlobalValue::LinkageTypes Linkage) { function
1010 static unsigned getEncodedLinkage(const GlobalValue &GV) { function
1011 return getEncodedLinkage(GV.getLinkage());
1035 // change to the getEncodedLinkage() function will need to be taken into
1289 Vals.push_back(getEncodedLinkage(GV));
1334 Vals.push_back(getEncodedLinkage(F));
1371 Vals.push_back(getEncodedLinkage(A));
1394 Vals.push_back(getEncodedLinkage(I));
4626 Vals.push_back(getEncodedLinkage(GV));
4640 Vals.push_back(getEncodedLinkage(
[all...]

Completed in 103 milliseconds