Home
last modified time | relevance | path

Searched refs:ProcessFunctionDIE (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.cpp21 bool DWARFIndex::ProcessFunctionDIE( in ProcessFunctionDIE() function in DWARFIndex
H A DDWARFIndex.h77 bool ProcessFunctionDIE(llvm::StringRef name, DIERef ref,
H A DAppleDWARFIndex.cpp187 return ProcessFunctionDIE(name.GetStringRef(), die_ref, dwarf, in GetFunctions()
H A DDebugNamesDWARFIndex.cpp253 if (!ProcessFunctionDIE(name.GetStringRef(), *ref, dwarf, parent_decl_ctx, in GetFunctions()