OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DTI
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/ubsan/
ubsan_handlers_cxx.cc
41
DynamicTypeInfo
DTI
= getDynamicTypeInfoFromObject((void*)Pointer);
42
if (
DTI
.isValid() && IsVptrCheckSuppressed(
DTI
.getMostDerivedTypeName()))
57
if (!
DTI
.isValid())
59
<< TypeName(
DTI
.getMostDerivedTypeName())
61
else if (!
DTI
.getOffset())
63
<< TypeName(
DTI
.getMostDerivedTypeName())
68
Diag(Pointer -
DTI
.getOffset(), DL_Note,
70
<<
DTI
.getOffset() << TypeName(
DTI
.getMostDerivedTypeName()
[
all
...]
/external/llvm/tools/llvm-objdump/
MachODump.cpp
[
all
...]
Completed in 2608 milliseconds