Searched refs:getStringGlobalVariable (Results 1 – 3 of 3) sorted by relevance
| /minix3/minix/llvm/passes/hello/ |
| H A D | hello.cpp | 43 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 D | pass_common.h | 178 …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 D | MagicUtil.cpp | 200 …stringRef = PassUtil::getStringGlobalVariable(M, str, MAGIC_HIDDEN_STR_PREFIX, MAGIC_STATIC_VARS_S… in getStringRef()
|