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.h361 class SymbolFileType : public std::enable_shared_from_this<SymbolFileType>,
364 SymbolFileType(SymbolFile &symbol_file, lldb::user_id_t uid) in SymbolFileType() function
367 SymbolFileType(SymbolFile &symbol_file, const lldb::TypeSP &type_sp);
369 ~SymbolFileType() = default;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp254 SymbolFileType::SymbolFileType(SymbolFile &symbol_file, in SymbolFileType() function in SymbolFileType
259 Type *SymbolFileType::GetType() { in GetType()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h226 class SymbolFileType; variable
436 typedef std::shared_ptr<lldb_private::SymbolFileType> SymbolFileTypeSP;
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp901 std::make_shared<SymbolFileType>(*this, toOpaqueUid(tid)); in CreateGlobalVariable()
941 std::make_shared<SymbolFileType>(*this, toOpaqueUid(tid)); in CreateConstantSymbol()
1847 std::make_shared<SymbolFileType>(*this, type_sp->GetID()); in CreateLocalVariable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp898 auto type_sp = std::make_shared<SymbolFileType>(*this, type_uid); in ParseObjects()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1028 std::make_shared<SymbolFileType>(*this, pdb_data.getTypeId()); in ParseVariableForPDBData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3701 auto type_sp = std::make_shared<SymbolFileType>( in ParseVariableDIE()