reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Host/XML.h
   77   llvm::StringRef GetAttributeValue(const char *name,

References

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 1629     auto type = memory_node.GetAttributeValue("type", "");
 1654             auto propname = prop_node.GetAttributeValue("name", "");
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 4522           llvm::StringRef href = node.GetAttributeValue("href");
 4563             llvm::StringRef href = node.GetAttributeValue("href");
 4671     llvm::StringRef main_lm = root_element.GetAttributeValue("main-lm");
 4762           llvm::StringRef name = library.GetAttributeValue("name");
 4770           llvm::StringRef address = section.GetAttributeValue("address");