Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h44 class SymbolFileType : public std::enable_shared_from_this<SymbolFileType>,
47 SymbolFileType(SymbolFile &symbol_file, lldb::user_id_t uid) in SymbolFileType() function
50 SymbolFileType(SymbolFile &symbol_file, const lldb::TypeSP &type_sp);
52 ~SymbolFileType() {} in ~SymbolFileType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h236 class SymbolFileType; variable
450 typedef std::shared_ptr<lldb_private::SymbolFileType> SymbolFileTypeSP;
451 typedef std::weak_ptr<lldb_private::SymbolFileType> SymbolFileTypeWP;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp96 SymbolFileType::SymbolFileType(SymbolFile &symbol_file, in SymbolFileType() function in SymbolFileType
101 Type *SymbolFileType::GetType() { in GetType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp777 std::make_shared<SymbolFileType>(*this, toOpaqueUid(tid)); in CreateGlobalVariable()
807 std::make_shared<SymbolFileType>(*this, toOpaqueUid(tid)); in CreateConstantSymbol()
1329 std::make_shared<SymbolFileType>(*this, type_sp->GetID()); in CreateLocalVariable()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp947 std::make_shared<SymbolFileType>(*this, pdb_data.getTypeId()); in ParseVariableForPDBData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3598 new SymbolFileType(*this, DIERef(type_die_form).GetUID(this))); in ParseVariableDIE()