Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DPerfSupportPlugin.cpp145 size_t EntriesBytes = (2 // record header in getDebugInfoRecord() local
150 EntriesBytes += in getDebugInfoRecord()
152 EntriesBytes += Entry.Name.size() + 1; // Name in getDebugInfoRecord()
154 Record.Prefix.TotalSize = EntriesBytes; in getDebugInfoRecord()