Home
last modified time | relevance | path

Searched refs:VTableSize (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c150 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 DInstrProfiling.h285 uint64_t NamesSize, uint64_t VTableSize, uint64_t VNameSize,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTT.cpp84 unsigned VTableSize = CGM.getDataLayout().getTypeAllocSize( in EmitVTTDefinition() local
89 llvm::APInt(32, VTableSize - Offset, true)); in EmitVTTDefinition()
H A DItaniumCXXABI.cpp2101 unsigned VTableSize = in getVTableAddressPoint() local
2105 llvm::APInt(32, VTableSize - Offset, true)); in getVTableAddressPoint()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp561 Symtab.mapVTableAddress(VPtr, VPtr + swap(I->VTableSize), in createSymtab()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc113 INSTR_PROF_VTABLE_DATA(const uint32_t, llvm::Type::getInt32Ty(Ctx), VTableSize, \
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc113 INSTR_PROF_VTABLE_DATA(const uint32_t, llvm::Type::getInt32Ty(Ctx), VTableSize, \