Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DInstrumentationSummary.h126 uint32_t FuncDescSize = 0; in getFDSize() local
133 FuncDescSize += SERIALIZED_CONTAINER_SIZE + in getFDSize()
139 return FuncDescSize; in getFDSize()
/llvm-project-15.0.7/bolt/lib/RuntimeLibs/
H A DInstrumentationRuntimeLibrary.cpp275 uint32_t FuncDescSize = Summary->getFDSize(); in buildTables() local
276 OS.write(reinterpret_cast<const char *>(&FuncDescSize), 4); in buildTables()
/llvm-project-15.0.7/bolt/runtime/
H A Dinstr.cpp699 uint32_t FuncDescSize = in readDescriptions() local
710 IndCallTargetDescSize + FuncDescSize); in readDescriptions()
728 uint32_t FuncDescSize = *reinterpret_cast<uint32_t *>( in readDescriptions() local
737 Tables + 12 + IndCallDescSize + IndCallTargetDescSize + FuncDescSize); in readDescriptions()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DInstrumentation.cpp674 uint32_t FuncDescSize = Summary->getFDSize(); in setupRuntimeLibrary() local
695 << (FuncDescSize + in setupRuntimeLibrary()