Home
last modified time | relevance | path

Searched defs:vtable_ctx (Results 1 – 1 of 1) sorted by relevance

/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp202 GetVTableAddress(Process & process,VTableContextBase & vtable_ctx,ValueObject & valobj,const ASTRecordLayout & record_layout) GetVTableAddress() argument
259 ReadVBaseOffsetFromVTable(Process & process,VTableContextBase & vtable_ctx,lldb::addr_t vtable_ptr,const CXXRecordDecl * cxx_record_decl,const CXXRecordDecl * base_class_decl) ReadVBaseOffsetFromVTable() argument
291 GetVBaseBitOffset(VTableContextBase & vtable_ctx,ValueObject & valobj,const ASTRecordLayout & record_layout,const CXXRecordDecl * cxx_record_decl,const CXXRecordDecl * base_class_decl,int32_t & bit_offset) GetVBaseBitOffset() argument
6278 clang::VTableContextBase *vtable_ctx = GetChildCompilerTypeAtIndex() local
[all...]