Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h39 Symbol(uint32_t symID, llvm::StringRef name, lldb::SymbolType type,
45 Symbol(uint32_t symID, const Mangled &mangled, lldb::SymbolType type,
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp37 Symbol::Symbol(uint32_t symID, llvm::StringRef name, SymbolType type, in Symbol() argument
42 : SymbolContextScope(), m_uid(symID), m_type_data_resolved(false), in Symbol()
51 Symbol::Symbol(uint32_t symID, const Mangled &mangled, SymbolType type, in Symbol() argument
56 : SymbolContextScope(), m_uid(symID), m_type_data_resolved(false), in Symbol()