Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp1193 CUContributionSize = Size; in addSize()
1532 assert(CUContributionSize && "Invalid CU contribution size."); in printTotals()
1536 rint((float(Size) / CUContributionSize) * 100.0 * 100.0) / 100.0; in printScopeSize()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h455 LVOffset CUContributionSize = 0; variable