Home
last modified time | relevance | path

Searched refs:DWARFDebugInfo (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp35 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 DDebugNamesDWARFIndex.h24 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 DDWARFDebugInfo.h27 class DWARFDebugInfo {
35 DWARFDebugInfo();
75 DISALLOW_COPY_AND_ASSIGN(DWARFDebugInfo);
H A DDWARFIndex.h17 class DWARFDebugInfo; variable
44 virtual void GetFunctions(ConstString name, DWARFDebugInfo &info,
63 DWARFDebugInfo &info,
H A DManualDWARFIndex.h20 ManualDWARFIndex(Module &module, DWARFDebugInfo *debug_info,
37 void GetFunctions(ConstString name, DWARFDebugInfo &info,
67 DWARFDebugInfo *m_debug_info;
H A DSymbolFileDWARF.cpp361 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 DSymbolFileDWARF.h49 class DWARFDebugInfo; variable
254 DWARFDebugInfo *DebugInfo();
256 const DWARFDebugInfo *DebugInfo() const;
489 std::unique_ptr<DWARFDebugInfo> m_info;
H A DDWARFIndex.cpp22 DWARFDebugInfo &info, in ProcessFunctionDIE()
H A DDIERef.cpp24 DWARFDebugInfo *debug_info = actual_dwarf->DebugInfo(); in DIERef()
H A DDebugNamesDWARFIndex.cpp30 DWARFDebugInfo *debug_info) { in Create()
224 ConstString name, DWARFDebugInfo &info, in GetFunctions()
H A DAppleDWARFIndex.h46 void GetFunctions(ConstString name, DWARFDebugInfo &info,
H A DDWARFDebugAranges.cpp80 DWARFDebugInfo *debug_info = dwarf2Data->DebugInfo(); in Generate()
H A DManualDWARFIndex.cpp29 DWARFDebugInfo &debug_info = *m_debug_info; in Index()
408 void ManualDWARFIndex::GetFunctions(ConstString name, DWARFDebugInfo &info, in GetFunctions()
H A DAppleDWARFIndex.cpp137 void AppleDWARFIndex::GetFunctions(ConstString name, DWARFDebugInfo &info, in GetFunctions()
H A DDWARFDebugInfoEntry.cpp685 bool show_form = s.GetFlags().Test(DWARFDebugInfo::eDumpFlag_ShowForm); in DumpAttribute()
H A DDWARFASTParserClang.cpp2222 DWARFDebugInfo *debug_info = dwarf->DebugInfo(); in CompleteTypeFromDWARF()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile460 SRCS+= Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp