Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp482 static unsigned getEncodedLinkage(const GlobalValue &GV) { in getEncodedLinkage() function
666 Vals.push_back(getEncodedLinkage(GV)); in WriteModuleInfo()
696 Vals.push_back(getEncodedLinkage(F)); in WriteModuleInfo()
720 Vals.push_back(getEncodedLinkage(A)); in WriteModuleInfo()