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

Declarations

tools/lldb/include/lldb/Symbol/ObjectFile.h
  692   ConstString GetNextSyntheticSymbolName();

References

tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 2791                       GetNextSyntheticSymbolName().GetCString(), // Symbol name.
 2891         const char *symbol_name = GetNextSyntheticSymbolName().GetCString();
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 4546                   GetNextSyntheticSymbolName());