Lines Matching defs:InfoData
71 DataExtractor InfoData(Data.getData().substr(Offset, InfoLength),
80 if (Expected<LineTable> LT = LineTable::decode(InfoData, BaseAddr))
87 if (Expected<InlineInfo> II = InlineInfo::decode(InfoData, BaseAddr))
95 MergedFunctionsInfo::decode(InfoData, BaseAddr))
103 llvm::gsym::CallSiteInfoCollection::decode(InfoData))
278 DataExtractor InfoData(InfoBytes, Data.isLittleEndian(),
286 if (auto ExpectedLE = LineTable::lookup(InfoData, FuncAddr, Addr))
295 *MergedFuncsData = InfoData;
301 InlineInfoData = InfoData;
305 if (auto CSIC = CallSiteInfoCollection::decode(InfoData)) {