Home
last modified time | relevance | path

Searched defs:vtable (Results 1 – 6 of 6) sorted by relevance

/llvm-project/compiler-rt/test/cfi/cross-dso/
H A Dtarget_out_of_bounds.cpp34 void *vtable = mmap(nullptr, 4096, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS, 0, 0); in main() local
46 void *vtable = calloc(1, 128); in main() local
57 void *vtable = calloc(1, 128); in main() local
/llvm-project/llvm/test/MC/ARM/
H A Delf-reloc-03.s20 vtable: label
/llvm-project/libcxxabi/src/
H A Dprivate_typeinfo.cpp62 get_vtable(T * vtable) get_vtable() argument
81 update_offset_to_base(const char * vtable,ptrdiff_t offset_to_base) update_offset_to_base() argument
109 const int32_t* vtable = dyn_cast_get_derived_info() local
579 const char* vtable = *static_cast<const char* const*>(adjustedPtr); has_unambiguous_public_base() local
1520 const char* vtable = *static_cast<const char*const*>(current_ptr); search_above_dst() local
1541 const char* vtable = *static_cast<const char*const*>(current_ptr); search_below_dst() local
[all...]
/llvm-project/clang/test/CodeGenCXX/
H A Drtti-layout.cpp92 #define CHECK_VTABLE(type, vtable) CHECK(&vtable##_type_info_vtable + 2 == (((void **)&(typeid(type… argument
/llvm-project/llvm/unittests/ProfileData/
H A DInstrProfTest.cpp1499 __anonf1552c000b02(const uint64_t *vtable) TEST() argument
1502 __anonf1552c000c02(const uint64_t *vtable) TEST() argument
1505 __anonf1552c000d02(const uint64_t *vtable) TEST() argument
[all...]
/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3627 uint64_t vtable; // IMP * (64-bit pointer) member
3619 uint64_t vtable; // IMP * (64-bit pointer) global() member
[all...]