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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 3747   for (DWARFDIE child = function_die.GetFirstChild(); child.IsValid();
 3748        child = child.GetSibling()) {
 3748        child = child.GetSibling()) {
 3749     if (child.Tag() != DW_TAG_call_site)
 3753     DWARFDIE call_origin = child.GetReferencedDIE(DW_AT_call_origin);
 3763     addr_t return_pc = child.GetAttributeValueAsAddress(DW_AT_call_return_pc,
 3768         CollectCallSiteParameters(module, child);