Searched refs:ExePath (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/ |
D | LVReaderHandler.h | 55 MemoryBufferRef Buffer, StringRef ExePath = {}); 57 StringRef ExePath = {}); 64 StringRef FileFormatName, StringRef ExePath = {});
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/ |
D | LVReaderHandler.cpp | 43 StringRef ExePath) { in createReader() argument 85 MemoryBufferRef Buffer, StringRef ExePath) { in handleBuffer() argument 96 StringRef ExePath) { in handleFile() argument 108 return handleBuffer(Readers, ConvertedPath, *Buffer, ExePath); in handleFile()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeSession.cpp | 131 static Expected<std::string> getPdbPathFromExe(StringRef ExePath) { in getPdbPathFromExe() argument 133 object::createBinary(ExePath); in getPdbPathFromExe() 150 Error NativeSession::createFromExe(StringRef ExePath, in createFromExe() argument 152 Expected<std::string> PdbPath = getPdbPathFromExe(ExePath); in createFromExe() 174 Expected<std::string> PathOrErr = getPdbPathFromExe(Opts.ExePath); in searchForPdb() 184 SmallString<128> PdbPath = StringRef(Opts.ExePath); in searchForPdb()
|
/external/swiftshader/tests/regres/cov/ |
D | import.go | 47 ExePath string // path to the executable binary member 104 e.ExePath, 127 data, err := exec.Command(e.TurboCov, e.ExePath, profdata).Output()
|
/external/llvm/lib/DebugInfo/Symbolize/ |
D | Symbolize.cpp | 242 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/ |
D | Symbolize.cpp | 362 ObjectFile *LLVMSymbolizer::lookUpDsymFile(const std::string &ExePath, in lookUpDsymFile() argument 367 StringRef Filename = sys::path::filename(ExePath); in lookUpDsymFile() 368 DsymPaths.push_back(getDarwinDWARFResourceForPath(ExePath, Filename)); in lookUpDsymFile()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeSession.h | 34 StringRef ExePath; member
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/Symbolize/ |
D | Symbolize.cpp | 311 ObjectFile *LLVMSymbolizer::lookUpDsymFile(const std::string &ExePath, in lookUpDsymFile() argument 317 StringRef Filename = sys::path::filename(ExePath); in lookUpDsymFile() 319 getDarwinDWARFResourceForPath(ExePath, std::string(Filename))); in lookUpDsymFile()
|
/external/swiftshader/tests/regres/cmd/run_testlist/ |
D | main.go | 126 ExePath: findSwiftshaderSO(icdPath),
|