Home
last modified time | relevance | path

Searched defs:DIERef (Results 1 – 2 of 2) sorted by path

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDIERef.h33 DIERef(std::optional<uint32_t> file_index, Section section, in DIERef() function
40 explicit DIERef(lldb::user_id_t uid) { in DIERef() function
H A DDWARFBaseDIE.h20 class DIERef; variable