OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ObjectWithVPtr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
VTableBuilder.h
450
:
ObjectWithVPtr
(RD), IntroducingObject(RD), NextBaseToMangle(RD) {}
455
const CXXRecordDecl *
ObjectWithVPtr
;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
MicrosoftCXXABI.cpp
1288
"vbptr." + VBT->
ObjectWithVPtr
->getName());
1941
->
ObjectWithVPtr
;
2116
llvm::ArrayType::get(CGM.IntTy, 1 + VBT.
ObjectWithVPtr
->getNumVBases());
2140
const CXXRecordDecl *
ObjectWithVPtr
= VBT.
ObjectWithVPtr
;
2142
assert(RD->getNumVBases() &&
ObjectWithVPtr
->getNumVBases() &&
2149
SmallVector<llvm::Constant *, 4> Offsets(1 +
ObjectWithVPtr
->getNumVBases(),
2152
// The offset from
ObjectWithVPtr
's vbptr to itself always leads.
2157
for (const auto &I :
ObjectWithVPtr
->vbases()) {
2169
unsigned VBIndex = Context.getVBTableIndex(
ObjectWithVPtr
, VBase)
[
all
...]
Completed in 34 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026