Home
last modified time | relevance | path

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

/llvm-project/clang/utils/analyzer/
H A DProjectMap.py51 def from_str(raw_size: Optional[str]) -> "Size":
61 if raw_size is None:
64 raw_size_upper = raw_size.upper()
/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp272 std::optional<uint64_t> raw_size = *raw_size_or_error; in DumpTraceInfo() local
284 if (raw_size) in DumpTraceInfo()
285 s.Format(" Raw trace size: {0} KiB\n", *raw_size / 1024); in DumpTraceInfo()