Home
last modified time | relevance | path

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

/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp344 static unsigned getEncodedLinkage(const GlobalValue &GV) { in getEncodedLinkage() function
477 Vals.push_back(getEncodedLinkage(GV)); in WriteModuleInfo()
501 Vals.push_back(getEncodedLinkage(F)); in WriteModuleInfo()
518 Vals.push_back(getEncodedLinkage(A)); in WriteModuleInfo()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp342 static unsigned getEncodedLinkage(const GlobalValue &GV) { in getEncodedLinkage() function
475 Vals.push_back(getEncodedLinkage(GV)); in WriteModuleInfo()
499 Vals.push_back(getEncodedLinkage(F)); in WriteModuleInfo()
516 Vals.push_back(getEncodedLinkage(A)); in WriteModuleInfo()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp344 static unsigned getEncodedLinkage(const GlobalValue &GV) { in getEncodedLinkage() function
488 Vals.push_back(getEncodedLinkage(GV)); in WriteModuleInfo()
514 Vals.push_back(getEncodedLinkage(F)); in WriteModuleInfo()
532 Vals.push_back(getEncodedLinkage(A)); in WriteModuleInfo()