Searched refs:DWARFDebugInfo (Results 1 – 17 of 17) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugInfo.cpp | 35 DWARFDebugInfo::DWARFDebugInfo() in DWARFDebugInfo() function in DWARFDebugInfo 41 void DWARFDebugInfo::SetDwarfData(SymbolFileDWARF *dwarf2Data) { in SetDwarfData() 46 DWARFDebugAranges &DWARFDebugInfo::GetCompileUnitAranges() { in GetCompileUnitAranges() 96 void DWARFDebugInfo::ParseCompileUnitHeadersIfNeeded() { in ParseCompileUnitHeadersIfNeeded() 112 size_t DWARFDebugInfo::GetNumCompileUnits() { in GetNumCompileUnits() 117 DWARFUnit *DWARFDebugInfo::GetCompileUnitAtIndex(uint32_t idx) { in GetCompileUnitAtIndex() 137 bool DWARFDebugInfo::OffsetLessThanCompileUnitOffset( in OffsetLessThanCompileUnitOffset() 142 DWARFUnit *DWARFDebugInfo::GetCompileUnit(dw_offset_t cu_offset, in GetCompileUnit() 175 DWARFUnit *DWARFDebugInfo::GetCompileUnit(const DIERef &die_ref) { in GetCompileUnit() 209 DWARFDebugInfo::GetDIEForDIEOffset(dw_offset_t die_offset) { in GetDIEForDIEOffset() [all …]
|
| H A D | DebugNamesDWARFIndex.h | 24 DWARFDataExtractor debug_str, DWARFDebugInfo *debug_info); 38 void GetFunctions(ConstString name, DWARFDebugInfo &info, 54 DWARFDebugInfo &debug_info) in DebugNamesDWARFIndex() 60 DWARFDebugInfo &m_debug_info;
|
| H A D | DWARFDebugInfo.h | 27 class DWARFDebugInfo { 35 DWARFDebugInfo(); 75 DISALLOW_COPY_AND_ASSIGN(DWARFDebugInfo);
|
| H A D | DWARFIndex.h | 17 class DWARFDebugInfo; variable 44 virtual void GetFunctions(ConstString name, DWARFDebugInfo &info, 63 DWARFDebugInfo &info,
|
| H A D | ManualDWARFIndex.h | 20 ManualDWARFIndex(Module &module, DWARFDebugInfo *debug_info, 37 void GetFunctions(ConstString name, DWARFDebugInfo &info, 67 DWARFDebugInfo *m_debug_info;
|
| H A D | SymbolFileDWARF.cpp | 361 DWARFDebugInfo *info = DebugInfo(); in GetTypes() 757 DWARFDebugInfo *info = DebugInfo(); in GetDWARFCompileUnit() 870 DWARFDebugInfo *info = DebugInfo(); in GetNumCompileUnits() 879 DWARFDebugInfo *info = DebugInfo(); in ParseCompileUnitAtIndex() 2084 DWARFDebugInfo *info = DebugInfo(); in FindGlobalVariables() 2185 DWARFDebugInfo *info = DebugInfo(); in FindGlobalVariables() 2331 DWARFDebugInfo *info = DebugInfo(); in FindFunctions() 2382 DWARFDebugInfo *info = DebugInfo(); in FindFunctions() 2411 DWARFDebugInfo *info = DebugInfo(); in GetMangledNamesForFunction() 2454 DWARFDebugInfo *info = DebugInfo(); in FindTypes() [all …]
|
| H A D | SymbolFileDWARF.h | 49 class DWARFDebugInfo; variable 254 DWARFDebugInfo *DebugInfo(); 256 const DWARFDebugInfo *DebugInfo() const; 489 std::unique_ptr<DWARFDebugInfo> m_info;
|
| H A D | DWARFIndex.cpp | 22 DWARFDebugInfo &info, in ProcessFunctionDIE()
|
| H A D | DIERef.cpp | 24 DWARFDebugInfo *debug_info = actual_dwarf->DebugInfo(); in DIERef()
|
| H A D | DebugNamesDWARFIndex.cpp | 30 DWARFDebugInfo *debug_info) { in Create() 224 ConstString name, DWARFDebugInfo &info, in GetFunctions()
|
| H A D | AppleDWARFIndex.h | 46 void GetFunctions(ConstString name, DWARFDebugInfo &info,
|
| H A D | DWARFDebugAranges.cpp | 80 DWARFDebugInfo *debug_info = dwarf2Data->DebugInfo(); in Generate()
|
| H A D | ManualDWARFIndex.cpp | 29 DWARFDebugInfo &debug_info = *m_debug_info; in Index() 408 void ManualDWARFIndex::GetFunctions(ConstString name, DWARFDebugInfo &info, in GetFunctions()
|
| H A D | AppleDWARFIndex.cpp | 137 void AppleDWARFIndex::GetFunctions(ConstString name, DWARFDebugInfo &info, in GetFunctions()
|
| H A D | DWARFDebugInfoEntry.cpp | 685 bool show_form = s.GetFlags().Test(DWARFDebugInfo::eDumpFlag_ShowForm); in DumpAttribute()
|
| H A D | DWARFASTParserClang.cpp | 2222 DWARFDebugInfo *debug_info = dwarf->DebugInfo(); in CompleteTypeFromDWARF()
|
| /freebsd-12.1/lib/clang/liblldb/ |
| H A D | Makefile | 460 SRCS+= Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
|