OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAddrOfVTT
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/CodeGen/
CGVTables.h
97
///
GetAddrOfVTT
- Get the address of the VTT for the given record decl.
98
llvm::GlobalVariable *
GetAddrOfVTT
(const CXXRecordDecl *RD);
CGVTT.cpp
104
llvm::GlobalVariable *CodeGenVTables::
GetAddrOfVTT
(const CXXRecordDecl *RD) {
CGClass.cpp
466
VTT = CGM.getVTables().
GetAddrOfVTT
(RD);
[
all
...]
ItaniumCXXABI.cpp
[
all
...]
Completed in 5988 milliseconds