Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp820 lldb::user_id_t function_type_uid = m_types.size() + 1; in ParseFunctions() local
822 MakeType(function_type_uid, symbol->GetName(), 0, nullptr, in ParseFunctions()
825 m_types[function_type_uid] = type_sp; in ParseFunctions()
830 &cu, func_uid, function_type_uid, symbol->GetMangled(), type_sp.get(), in ParseFunctions()