Searched refs:VTableSize (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
H A D | InstrProfilingBuffer.c | 150 uint64_t NamesSize, uint64_t VTableSize, uint64_t VNameSize, in __llvm_profile_get_padding_sizes_for_counters() argument 164 __llvm_profile_get_num_padding_bytes(VTableSize); in __llvm_profile_get_padding_sizes_for_counters() 172 if (VTableSize != 0 || VNameSize != 0) in __llvm_profile_get_padding_sizes_for_counters() 206 const uint64_t VTableSize = in __llvm_profile_get_size_for_buffer_internal() local 227 VTableSize + PaddingBytesAfterVTable + VNameSize + in __llvm_profile_get_size_for_buffer_internal()
|
H A D | InstrProfiling.h | 285 uint64_t NamesSize, uint64_t VTableSize, uint64_t VNameSize,
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGVTT.cpp | 84 unsigned VTableSize = CGM.getDataLayout().getTypeAllocSize( in EmitVTTDefinition() local 89 llvm::APInt(32, VTableSize - Offset, true)); in EmitVTTDefinition()
|
H A D | ItaniumCXXABI.cpp | 2101 unsigned VTableSize = in getVTableAddressPoint() local 2105 llvm::APInt(32, VTableSize - Offset, true)); in getVTableAddressPoint()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfReader.cpp | 561 Symtab.mapVTableAddress(VPtr, VPtr + swap(I->VTableSize), in createSymtab()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProfData.inc | 113 INSTR_PROF_VTABLE_DATA(const uint32_t, llvm::Type::getInt32Ty(Ctx), VTableSize, \
|
/freebsd/contrib/llvm-project/compiler-rt/include/profile/ |
H A D | InstrProfData.inc | 113 INSTR_PROF_VTABLE_DATA(const uint32_t, llvm::Type::getInt32Ty(Ctx), VTableSize, \
|