Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.cpp38 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.cpp346 attributes.CompileUnitAtIndex(i)->GetFile(form_value.Unsigned())); in ParsedDWARFTypeAttributes()
2176 decl.SetFile(attributes.CompileUnitAtIndex(i)->GetFile( in ParseChildEnumerators()
H A DSymbolFileDWARF.cpp3079 attributes.CompileUnitAtIndex(i)->GetFile(form_value.Unsigned())); in ParseVariableDIE()