Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/runtime/
H A Dinstr.cpp695 uint32_t IndCallDescSize = in readDescriptions() local
698 BinContents + Shdr->sh_offset + 24 + IndCallDescSize); in readDescriptions()
705 BinContents + Shdr->sh_offset + 28 + IndCallDescSize); in readDescriptions()
707 IndCallDescSize + IndCallTargetDescSize; in readDescriptions()
709 BinContents + Shdr->sh_offset + 32 + IndCallDescSize + in readDescriptions()
725 uint32_t IndCallDescSize = *reinterpret_cast<uint32_t *>(Tables); in readDescriptions() local
727 *reinterpret_cast<uint32_t *>(Tables + 4 + IndCallDescSize); in readDescriptions()
729 Tables + 8 + IndCallDescSize + IndCallTargetDescSize); in readDescriptions()
733 Tables + 8 + IndCallDescSize); in readDescriptions()
735 Tables + 12 + IndCallDescSize + IndCallTargetDescSize; in readDescriptions()
[all …]