LLVM 22.0.0git
|
Represent file of lines same with block_location_info in gcc. More...
#include "llvm/ProfileData/GCOV.h"
Public Member Functions | |
GCOVBlockLocation (unsigned idx) | |
Public Attributes | |
unsigned | srcIdx |
SmallVector< uint32_t, 4 > | lines |
Represent file of lines same with block_location_info in gcc.
|
inline |
SmallVector<uint32_t, 4> llvm::GCOVBlockLocation::lines |