Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.cpp501 llvm::StringRef path_str = path_str_utf8; in HandleLoadDllEvent() local
502 const char *path = path_str.data(); in HandleLoadDllEvent()
503 if (path_str.startswith("\\\\?\\")) in HandleLoadDllEvent()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymbolContext.cpp1115 char path_str[PATH_MAX + 1]; in GetDescription() local
1124 m_module_sp->GetFileSpec().GetPath(path_str, PATH_MAX); in GetDescription()
1125 s->Printf("Module: %s\n", path_str); in GetDescription()
1131 m_file_spec_up->GetPath(path_str, PATH_MAX); in GetDescription()
1133 s->Printf("File: %s", path_str); in GetDescription()
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp280 std::string path_str = path.str(); in ContainsPath() local
282 = CPlusPlusLanguage::ExtractContextAndIdentifier(path_str.c_str(), in ContainsPath()