Home
last modified time | relevance | path

Searched defs:GetTypeList (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DSymbolFile.h538 virtual TypeList &GetTypeList() { return m_type_list; } in GetTypeList() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp274 TypeList &SymbolFileDWARF::GetTypeList() { in GetTypeList() function in SymbolFileDWARF