Home
last modified time | relevance | path

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

/minix3/minix/llvm/passes/hello/
H A Dhello.cpp43 PassUtil::getStringGlobalVariable(M, fmt, ".fmtStr", "", &strConstFmt, false); in runOnModule()
44 PassUtil::getStringGlobalVariable(M, msg, ".helloworld", "", &strConstMsg, false); in runOnModule()
/minix3/minix/llvm/passes/include/common/
H A Dpass_common.h178 …static GlobalVariable* getStringGlobalVariable(Module &M, const std::string &string, const std::st…
824 inline GlobalVariable* PassUtil::getStringGlobalVariable(Module &M, const std::string &string, cons… in getStringGlobalVariable() function
/minix3/minix/llvm/passes/magic/support/
H A DMagicUtil.cpp200 …stringRef = PassUtil::getStringGlobalVariable(M, str, MAGIC_HIDDEN_STR_PREFIX, MAGIC_STATIC_VARS_S… in getStringRef()