Home
last modified time | relevance | path

Searched refs:exe_symbol (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp90 Symbol *exe_symbol = exe_symtab->SymbolAtIndex(idx); in GetFileRangeMap() local
91 if (exe_symbol) { in GetFileRangeMap()
92 if (!exe_symbol->IsDebug()) in GetFileRangeMap()
95 switch (exe_symbol->GetType()) { in GetFileRangeMap()
111 exe_symbol->GetMangled().GetName(Mangled::ePreferMangled), in GetFileRangeMap()
116 this, exe_symbol->GetAddressRef().GetFileAddress(), in GetFileRangeMap()
117 exe_symbol->GetByteSize(), in GetFileRangeMap()
141 exe_symbol->GetMangled().GetName(Mangled::ePreferMangled), in GetFileRangeMap()
143 if (exe_symbol && oso_gsym_symbol && exe_symbol->ValueIsAddress() && in GetFileRangeMap()
147 this, exe_symbol->GetAddressRef().GetFileAddress(), in GetFileRangeMap()
[all …]
DSymbolFileDWARF.cpp3334 Symbol *exe_symbol = in ParseVariableDIE() local
3338 if (exe_symbol) { in ParseVariableDIE()
3339 if (exe_symbol->ValueIsAddress()) { in ParseVariableDIE()
3341 exe_symbol->GetAddressRef().GetFileAddress(); in ParseVariableDIE()
3345 symbol_context_scope = exe_symbol; in ParseVariableDIE()