Home
last modified time | relevance | path

Searched refs:FindIndexForPath (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPathMappingList.h129 uint32_t FindIndexForPath(llvm::StringRef path) const;
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPathMappingList.cpp255 uint32_t idx = FindIndexForPath(path); in Replace()
314 uint32_t PathMappingList::FindIndexForPath(llvm::StringRef orig_path) const { in FindIndexForPath() function in PathMappingList