OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vtables
(Results
26 - 50
of
94
) sorted by null
1
2
3
4
/external/clang/lib/Sema/
MultiplexExternalSemaSource.cpp
270
SmallVectorImpl<ExternalVTableUse> &
VTables
) {
272
Sources[i]->ReadUsedVTables(
VTables
);
/external/compiler-rt/lib/cfi/
cfi.cc
169
//
VTables
are in the non-executable one.
171
// FIXME: reject writable if
vtables
are in the r/o segment. Depend on
/external/clang/lib/CodeGen/
CGVTables.h
1
//===--- CGVTables.h - Emit LLVM Code for C++
vtables
-----------*- C++ -*-===//
CodeGenModule.h
280
/// Holds information about C++
vtables
.
281
CodeGenVTables
VTables
;
334
/// A queue of (optional)
vtables
to consider emitting.
620
CodeGenVTables &getVTables() { return
VTables
; }
623
return
VTables
.getItaniumVTableContext();
627
return
VTables
.getMicrosoftVTableContext();
[
all
...]
CodeGenTBAA.cpp
64
// include things like
vtables
.
ItaniumCXXABI.cpp
42
///
VTables
- All the
vtables
which have been defined.
43
llvm::DenseMap<const CXXRecordDecl *, llvm::GlobalVariable *>
VTables
;
289
// linkage together with
vtables
when needed.
[
all
...]
/external/clang/test/CodeGenCXX/
rtti-layout.cpp
4
//
vtables
.
template-instantiation.cpp
58
// These two both cause
vtables
to be emitted.
vtable-linkage.cpp
194
// construction
vtables
.
vtable-layout-extreme.cpp
3
// A collection of big class hierarchies and their
vtables
.
/external/llvm/lib/Transforms/IPO/
CrossDSOCFI.cpp
78
// This check excludes
vtables
for classes inside anonymous namespaces.
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DumpFields.java
132
System.out.println("IOException thrown when trying to open a dex file or write out
vtables
: " + ex);
/frameworks/native/libs/gui/
IConsumerListener.cpp
103
// translation unit (see clang warning -Wweak-
vtables
)
IGraphicBufferAlloc.cpp
81
// translation unit (see clang warning -Wweak-
vtables
)
ISensorEventConnection.cpp
91
// translation unit (see clang warning -Wweak-
vtables
)
ISensorServer.cpp
107
// translation unit (see clang warning -Wweak-
vtables
)
ISurfaceComposerClient.cpp
130
// translation unit (see clang warning -Wweak-
vtables
)
/toolchain/binutils/binutils-2.25/include/elf/
mmix.h
46
/* GNU extensions for C++
vtables
. */
/external/icu/icu4c/source/test/depstest/
depstest.py
35
# Classes with
vtables
(and thus virtual methods).
/external/clang/include/clang/Basic/
LangOptions.def
180
BENIGN_LANGOPT(DumpVTableLayouts , 1, 0, "dumping the layouts of emitted
vtables
")
/external/compiler-rt/lib/ubsan/
ubsan_type_hash_itanium.cc
188
/// This will only be greater than zero in some virtual base class
vtables
/external/freetype/src/autofit/
aftypes.h
472
/* Declare and define
vtables
for classes */
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
aftypes.h
484
/* Declare and define
vtables
for classes */
/external/llvm/test/CodeGen/WebAssembly/
vtable.ll
5
; Test that simple
vtables
assemble as expected.
/external/llvm/tools/llvm-cxxdump/
llvm-cxxdump.cpp
296
// Construction
vtables
in the Itanium ABI start with '_ZTT' or '__ZTT'.
305
//
Vtables
in the Itanium ABI start with '_ZTV' or '__ZTV'.
Completed in 399 milliseconds
1
2
3
4