Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h397 class SymbolFileType : public std::enable_shared_from_this<SymbolFileType>,
400 SymbolFileType(SymbolFile &symbol_file, lldb::user_id_t uid) in SymbolFileType() function
403 SymbolFileType(SymbolFile &symbol_file, const lldb::TypeSP &type_sp);
405 ~SymbolFileType() = default;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp262 SymbolFileType::SymbolFileType(SymbolFile &symbol_file, in SymbolFileType() function in SymbolFileType
267 Type *SymbolFileType::GetType() { in GetType()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h230 class SymbolFileType; variable
446 typedef std::shared_ptr<lldb_private::SymbolFileType> SymbolFileTypeSP;
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp898 std::make_shared<SymbolFileType>(*this, toOpaqueUid(tid)); in CreateGlobalVariable()
938 std::make_shared<SymbolFileType>(*this, toOpaqueUid(tid)); in CreateConstantSymbol()
1864 std::make_shared<SymbolFileType>(*this, type_sp->GetID()); in CreateLocalVariable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp896 auto type_sp = std::make_shared<SymbolFileType>(*this, type_uid); in ParseObjects()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1014 std::make_shared<SymbolFileType>(*this, pdb_data.getTypeId()); in ParseVariableForPDBData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3614 auto type_sp = std::make_shared<SymbolFileType>( in ParseVariableDIE()