OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VTablePtrType
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTBAA.cpp
268
TBAAAccessInfo CodeGenTBAA::getVTablePtrAccessInfo(llvm::Type *
VTablePtrType
) {
270
unsigned Size = DL.getPointerTypeSize(
VTablePtrType
);
CodeGenTBAA.h
185
TBAAAccessInfo getVTablePtrAccessInfo(llvm::Type *
VTablePtrType
);
CGDebugInfo.h
68
llvm::DIType *
VTablePtrType
= nullptr;
CodeGenModule.h
751
TBAAAccessInfo getTBAAVTablePtrAccessInfo(llvm::Type *
VTablePtrType
);
CGDebugInfo.cpp
2086
if (
VTablePtrType
)
2087
return
VTablePtrType
;
2102
VTablePtrType
= DBuilder.createPointerType(vtbl_ptr_type, Size);
2103
return
VTablePtrType
;
CodeGenModule.cpp
866
CodeGenModule::getTBAAVTablePtrAccessInfo(llvm::Type *
VTablePtrType
) {
869
return TBAA->getVTablePtrAccessInfo(
VTablePtrType
);
Completed in 28 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026