Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp61 const uint32_t InfoLength = Data.getU32(&Offset); in decode() local
62 if (!Data.isValidOffsetForDataOfSize(Offset, InfoLength)) in decode()
66 DataExtractor InfoData(Data.getData().substr(Offset, InfoLength), in decode()
93 Offset += InfoLength; in decode()
188 const uint32_t InfoLength = Data.getU32(&Offset); in lookup() local
189 const StringRef InfoBytes = Data.getData().substr(Offset, InfoLength); in lookup()
190 if (InfoLength != InfoBytes.size()) in lookup()
216 Offset += InfoLength; in lookup()