Home
last modified time | relevance | path

Searched refs:ExePath (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DCFBundle.cpp149 CFBundleInfo getBundleInfo(StringRef ExePath) { in getBundleInfo() argument
158 << ", but it should be a string in: " << ExePath << ".\n"; in getBundleInfo()
161 CFBundle Bundle(ExePath); in getBundleInfo()
DCFBundle.h23 CFBundleInfo getBundleInfo(llvm::StringRef ExePath);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp250 ObjectFile *LLVMSymbolizer::lookUpDsymFile(const std::string &ExePath, in lookUpDsymFile() argument
255 StringRef Filename = sys::path::filename(ExePath); in lookUpDsymFile()
256 DsymPaths.push_back(getDarwinDWARFResourceForPath(ExePath, Filename)); in lookUpDsymFile()
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp242 ObjectFile *LLVMSymbolizer::lookUpDsymFile(const std::string &ExePath, in lookUpDsymFile() argument
247 StringRef Filename = sys::path::filename(ExePath); in lookUpDsymFile()
248 DsymPaths.push_back(getDarwinDWARFResourceForPath(ExePath, Filename)); in lookUpDsymFile()