Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp351 static unsigned getEncodedLinkage(const GlobalValue *GV) { in getEncodedLinkage() function
483 Vals.push_back(getEncodedLinkage(GV)); in WriteModuleInfo()
507 Vals.push_back(getEncodedLinkage(F)); in WriteModuleInfo()
525 Vals.push_back(getEncodedLinkage(AI)); in WriteModuleInfo()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp910 static unsigned getEncodedLinkage(const GlobalValue::LinkageTypes Linkage) { in getEncodedLinkage() function
938 static unsigned getEncodedLinkage(const GlobalValue &GV) { in getEncodedLinkage() function
939 return getEncodedLinkage(GV.getLinkage()); in getEncodedLinkage()
1166 Vals.push_back(getEncodedLinkage(GV)); in writeModuleInfo()
1197 Vals.push_back(getEncodedLinkage(F)); in writeModuleInfo()
1225 Vals.push_back(getEncodedLinkage(A)); in writeModuleInfo()
1241 Vals.push_back(getEncodedLinkage(I)); in writeModuleInfo()