Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DExtractRanges.h70 uint64_t skipRanges(DataExtractor &Data, uint64_t &Offset);
/src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DExtractRanges.cpp56 uint64_t skipRanges(DataExtractor &Data, uint64_t &Offset) { in skipRanges() function
H A DInlineInfo.cpp79 if (skipRanges(Data, Offset) == 0) in skip()