Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/
DLVReaderHandler.h55 MemoryBufferRef Buffer, StringRef ExePath = {});
57 StringRef ExePath = {});
64 StringRef FileFormatName, StringRef ExePath = {});
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/
DLVReaderHandler.cpp43 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/
DNativeSession.cpp131 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/
Dimport.go47 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/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp362 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/
DNativeSession.h34 StringRef ExePath; member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp311 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/
Dmain.go126 ExePath: findSwiftshaderSO(icdPath),