OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:type_uid
(Results
1 - 11
of
11
) sorted by null
/external/lldb/include/lldb/Symbol/
SymbolFile.h
130
virtual Type* ResolveTypeUID (lldb::user_id_t
type_uid
) = 0;
132
virtual clang::DeclContext* GetClangDeclContextForTypeUID (const lldb_private::SymbolContext &sc, lldb::user_id_t
type_uid
) { return NULL; }
133
virtual clang::DeclContext* GetClangDeclContextContainingTypeUID (lldb::user_id_t
type_uid
) { return NULL; }
SymbolVendor.h
80
ResolveTypeUID(lldb::user_id_t
type_uid
);
/external/lldb/source/Symbol/
TypeList.cpp
67
user_id_t
type_uid
= type_sp->GetID();
local
70
for (pos = m_types.find(
type_uid
); pos != end && pos->second->GetID() ==
type_uid
; ++pos)
Function.cpp
200
lldb::user_id_t
type_uid
,
207
m_type_uid (
type_uid
),
224
lldb::user_id_t
type_uid
,
231
m_type_uid (
type_uid
),
368
s->Printf(",
type_uid
= 0x%8.8" PRIx64, m_type_uid);
SymbolVendor.cpp
241
SymbolVendor::ResolveTypeUID(lldb::user_id_t
type_uid
)
248
return m_sym_file_ap->ResolveTypeUID(
type_uid
);
/external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARFDebugMap.h
77
virtual lldb_private::Type* ResolveTypeUID (lldb::user_id_t
type_uid
);
78
virtual clang::DeclContext* GetClangDeclContextContainingTypeUID (lldb::user_id_t
type_uid
);
79
virtual clang::DeclContext* GetClangDeclContextForTypeUID (const lldb_private::SymbolContext &sc, lldb::user_id_t
type_uid
);
SymbolFileDWARFDebugMap.cpp
774
SymbolFileDWARFDebugMap::ResolveTypeUID(lldb::user_id_t
type_uid
)
776
const uint64_t oso_idx = GetOSOIndexFromUserID (
type_uid
);
779
return oso_dwarf->ResolveTypeUID (
type_uid
);
[
all
...]
SymbolFileDWARF.h
109
virtual lldb_private::Type* ResolveTypeUID(lldb::user_id_t
type_uid
);
113
virtual clang::DeclContext* GetClangDeclContextContainingTypeUID (lldb::user_id_t
type_uid
);
114
virtual clang::DeclContext* GetClangDeclContextForTypeUID (const lldb_private::SymbolContext &sc, lldb::user_id_t
type_uid
);
SymbolFileDWARF.cpp
7247
lldb::user_id_t
type_uid
= LLDB_INVALID_UID;
local
[
all
...]
/external/lldb/source/Plugins/SymbolFile/Symtab/
SymbolFileSymtab.h
79
ResolveTypeUID(lldb::user_id_t
type_uid
);
SymbolFileSymtab.cpp
290
SymbolFileSymtab::ResolveTypeUID(lldb::user_id_t
type_uid
)
Completed in 971 milliseconds