Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.cpp40 const DWARFUnit *cu = CompileUnitAtIndex(i); in ExtractFormValueAtIndex()
H A DDWARFAttribute.h51 DWARFUnit *CompileUnitAtIndex(uint32_t i) const { return m_infos[i].cu; } in CompileUnitAtIndex() function
H A DDWARFASTParserClang.cpp312 attributes.CompileUnitAtIndex(i)->GetFile(form_value.Unsigned())); in ParsedDWARFTypeAttributes()
2324 decl.SetFile(attributes.CompileUnitAtIndex(i)->GetFile( in ParseChildEnumerators()
H A DSymbolFileDWARF.cpp3319 attributes.CompileUnitAtIndex(i)->GetFile(form_value.Unsigned())); in ParseVariableDIE()