Home
last modified time | relevance | path

Searched refs:type_is_new (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h406 bool *type_is_new);
H A DSymbolFileDWARF.cpp3232 bool type_is_new = false; in ParseTypes() local
3240 ParseType(sc, die, &type_is_new); in ParseTypes()
3242 if (type_is_new) in ParseTypes()