Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A 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 …]
H A 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()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp92 Symbol *exe_symbol = exe_symtab->SymbolAtIndex(idx); in GetFileRangeMap() local
93 if (exe_symbol) { in GetFileRangeMap()
94 if (!exe_symbol->IsDebug()) in GetFileRangeMap()
97 switch (exe_symbol->GetType()) { in GetFileRangeMap()
113 exe_symbol->GetMangled().GetName(Mangled::ePreferMangled), in GetFileRangeMap()
118 this, exe_symbol->GetAddressRef().GetFileAddress(), in GetFileRangeMap()
119 exe_symbol->GetByteSize(), in GetFileRangeMap()
143 exe_symbol->GetMangled().GetName(Mangled::ePreferMangled), in GetFileRangeMap()
145 if (exe_symbol && oso_gsym_symbol && exe_symbol->ValueIsAddress() && in GetFileRangeMap()
149 this, exe_symbol->GetAddressRef().GetFileAddress(), in GetFileRangeMap()
[all …]
H A DSymbolFileDWARF.cpp3281 Symbol *exe_symbol =
3285 if (exe_symbol) {
3286 if (exe_symbol->ValueIsAddress()) {
3288 exe_symbol->GetAddressRef().GetFileAddress();
3292 symbol_context_scope = exe_symbol;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/SymbolFile/DWARF/
H A 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 …]
H A DSymbolFileDWARF.cpp3364 Symbol *exe_symbol = in ParseVariableDIE() local
3368 if (exe_symbol) { in ParseVariableDIE()
3369 if (exe_symbol->ValueIsAddress()) { in ParseVariableDIE()
3371 exe_symbol->GetAddressRef().GetFileAddress(); in ParseVariableDIE()
3375 symbol_context_scope = exe_symbol; in ParseVariableDIE()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/SymbolFile/DWARF/
H A 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 …]
H A DSymbolFileDWARF.cpp3332 Symbol *exe_symbol = in ParseVariableDIE() local
3336 if (exe_symbol) { in ParseVariableDIE()
3337 if (exe_symbol->ValueIsAddress()) { in ParseVariableDIE()
3339 exe_symbol->GetAddressRef().GetFileAddress(); in ParseVariableDIE()
3343 symbol_context_scope = exe_symbol; in ParseVariableDIE()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp92 Symbol *exe_symbol = exe_symtab->SymbolAtIndex(idx); in GetFileRangeMap() local
93 if (exe_symbol) { in GetFileRangeMap()
94 if (!exe_symbol->IsDebug()) in GetFileRangeMap()
97 switch (exe_symbol->GetType()) { in GetFileRangeMap()
113 exe_symbol->GetMangled().GetName(Mangled::ePreferMangled), in GetFileRangeMap()
118 this, exe_symbol->GetAddressRef().GetFileAddress(), in GetFileRangeMap()
119 exe_symbol->GetByteSize(), in GetFileRangeMap()
143 exe_symbol->GetMangled().GetName(Mangled::ePreferMangled), in GetFileRangeMap()
145 if (exe_symbol && oso_gsym_symbol && exe_symbol->ValueIsAddress() && in GetFileRangeMap()
149 this, exe_symbol->GetAddressRef().GetFileAddress(), in GetFileRangeMap()
[all …]
H A DSymbolFileDWARF.cpp3281 Symbol *exe_symbol = in ParseVariableDIE() local
3285 if (exe_symbol) { in ParseVariableDIE()
3286 if (exe_symbol->ValueIsAddress()) { in ParseVariableDIE()
3288 exe_symbol->GetAddressRef().GetFileAddress(); in ParseVariableDIE()
3292 symbol_context_scope = exe_symbol; in ParseVariableDIE()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/SymbolFile/DWARF/
H A 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 …]
H A DSymbolFileDWARF.cpp3329 Symbol *exe_symbol = in ParseVariableDIE() local
3333 if (exe_symbol) { in ParseVariableDIE()
3334 if (exe_symbol->ValueIsAddress()) { in ParseVariableDIE()
3336 exe_symbol->GetAddressRef().GetFileAddress(); in ParseVariableDIE()
3340 symbol_context_scope = exe_symbol; in ParseVariableDIE()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp92 Symbol *exe_symbol = exe_symtab->SymbolAtIndex(idx); in GetFileRangeMap() local
93 if (exe_symbol) { in GetFileRangeMap()
94 if (!exe_symbol->IsDebug()) in GetFileRangeMap()
97 switch (exe_symbol->GetType()) { in GetFileRangeMap()
113 exe_symbol->GetMangled().GetName(Mangled::ePreferMangled), in GetFileRangeMap()
118 this, exe_symbol->GetAddressRef().GetFileAddress(), in GetFileRangeMap()
119 exe_symbol->GetByteSize(), in GetFileRangeMap()
143 exe_symbol->GetMangled().GetName(Mangled::ePreferMangled), in GetFileRangeMap()
145 if (exe_symbol && oso_gsym_symbol && exe_symbol->ValueIsAddress() && in GetFileRangeMap()
149 this, exe_symbol->GetAddressRef().GetFileAddress(), in GetFileRangeMap()
[all …]
H A DSymbolFileDWARF.cpp3281 Symbol *exe_symbol = in ParseVariableDIE() local
3285 if (exe_symbol) { in ParseVariableDIE()
3286 if (exe_symbol->ValueIsAddress()) { in ParseVariableDIE()
3288 exe_symbol->GetAddressRef().GetFileAddress(); in ParseVariableDIE()
3292 symbol_context_scope = exe_symbol; in ParseVariableDIE()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/SymbolFile/DWARF/
H A 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 …]
H A DSymbolFileDWARF.cpp3332 Symbol *exe_symbol = in ParseVariableDIE() local
3336 if (exe_symbol) { in ParseVariableDIE()
3337 if (exe_symbol->ValueIsAddress()) { in ParseVariableDIE()
3339 exe_symbol->GetAddressRef().GetFileAddress(); in ParseVariableDIE()
3343 symbol_context_scope = exe_symbol; in ParseVariableDIE()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A 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(lldb::eLanguageTypeUnknown, in GetFileRangeMap()
117 this, exe_symbol->GetAddressRef().GetFileAddress(), in GetFileRangeMap()
118 exe_symbol->GetByteSize(), in GetFileRangeMap()
142 exe_symbol->GetMangled().GetName(lldb::eLanguageTypeUnknown, in GetFileRangeMap()
145 if (exe_symbol && oso_gsym_symbol && exe_symbol->ValueIsAddress() && in GetFileRangeMap()
149 this, exe_symbol->GetAddressRef().GetFileAddress(), in GetFileRangeMap()
[all …]
H A DSymbolFileDWARF.cpp3491 Symbol *exe_symbol = in ParseVariableDIE() local
3495 if (exe_symbol) { in ParseVariableDIE()
3496 if (exe_symbol->ValueIsAddress()) { in ParseVariableDIE()
3498 exe_symbol->GetAddressRef().GetFileAddress(); in ParseVariableDIE()
3502 symbol_context_scope = exe_symbol; in ParseVariableDIE()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp92 Symbol *exe_symbol = exe_symtab->SymbolAtIndex(idx); in GetFileRangeMap() local
93 if (exe_symbol) { in GetFileRangeMap()
94 if (!exe_symbol->IsDebug()) in GetFileRangeMap()
97 switch (exe_symbol->GetType()) { in GetFileRangeMap()
113 exe_symbol->GetMangled().GetName(Mangled::ePreferMangled), in GetFileRangeMap()
118 this, exe_symbol->GetAddressRef().GetFileAddress(), in GetFileRangeMap()
119 exe_symbol->GetByteSize(), in GetFileRangeMap()
143 exe_symbol->GetMangled().GetName(Mangled::ePreferMangled), in GetFileRangeMap()
145 if (exe_symbol && oso_gsym_symbol && exe_symbol->ValueIsAddress() && in GetFileRangeMap()
149 this, exe_symbol->GetAddressRef().GetFileAddress(), in GetFileRangeMap()
[all …]
H A DSymbolFileDWARF.cpp3281 Symbol *exe_symbol = in ParseVariableDIE() local
3285 if (exe_symbol) { in ParseVariableDIE()
3286 if (exe_symbol->ValueIsAddress()) { in ParseVariableDIE()
3288 exe_symbol->GetAddressRef().GetFileAddress(); in ParseVariableDIE()
3292 symbol_context_scope = exe_symbol; in ParseVariableDIE()