Home
last modified time | relevance | path

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

/minix3/minix/llvm/passes/include/common/
H A Dpass_common.h150 …:string &baseDir, const std::string &filename, const std::string &directory, std::string &relPath);
151 …, const std::string &baseDir, std::string *filename, std::string *directory, std::string *relPath);
152 …ng &baseDir, std::string *filename, std::string *directory, std::string *relPath, unsigned int *li…
284 …string &baseDir, const std::string &filename, const std::string &directory, std::string &relPath) { in getDbgLocationInfoRelPath() argument
287relPath = (stringPair.second.compare("") ? stringPair.second.str() : stringPair.first.str()) + "/"… in getDbgLocationInfoRelPath()
289 …tionInfoRelPath: Location Info is: " << directory << " | " << filename << " | " << relPath << "\n"; in getDbgLocationInfoRelPath()
293 … const std::string &baseDir, std::string *filename, std::string *directory, std::string *relPath) { in getDbgLocationInfo() argument
352 if (relPath) { in getDbgLocationInfo()
353 getDbgLocationInfoRelPath(baseDir, _filename, _directory, *relPath); in getDbgLocationInfo()
357 …ng &baseDir, std::string *filename, std::string *directory, std::string *relPath, unsigned int *li… in getInstrDbgLocationInfo() argument
[all …]
/minix3/minix/llvm/passes/magic/support/
H A DMagicUtil.cpp23 std::string relPath; in getModuleHash() local
24 PassUtil::getDbgLocationInfo(DID, baseDir, NULL, NULL, &relPath); in getModuleHash()
25 return getLabelHash(relPath + "/" + extraField.data()); in getModuleHash()
/minix3/minix/llvm/passes/magic/
H A DMagicPass.cpp2931 std::string relPath; in isExtLibrary() local
2932 PassUtil::getDbgLocationInfo(*DID, baseBuildDir, NULL, NULL, &relPath); in isExtLibrary()
2934 if(regexes[i]->match(relPath, NULL)) { in isExtLibrary()