Searched refs:IsApproximateLine (Results 1 – 4 of 4) sorted by relevance
135 if (Info.IsApproximateLine) in printSimpleLocation()145 if (Info.IsApproximateLine) in printSimpleLocation()166 if (Info.IsApproximateLine) in printVerbose()319 if (LineInfo.IsApproximateLine) in toJSON()320 Obj.insert({"Approximate", LineInfo.IsApproximateLine}); in toJSON()
1324 bool *IsApproximateLine) const { in lookupAddress()1327 uint32_t Result = lookupAddressImpl(Address, IsApproximateLine); in lookupAddress()1335 return lookupAddressImpl(Address, IsApproximateLine); in lookupAddress()1340 bool *IsApproximateLine) const { in lookupAddressImpl()1341 assert((!IsApproximateLine || !*IsApproximateLine) && in lookupAddressImpl()1354 if (RowIndex == UnknownRowIndex || !IsApproximateLine) in lookupAddressImpl()1363 *IsApproximateLine = true; in lookupAddressImpl()1367 *IsApproximateLine = false; in lookupAddressImpl()1537 lookupAddress(Address, Approximate ? &Result.IsApproximateLine : nullptr); in getFileLineInfoForAddress()
248 bool *IsApproximateLine = nullptr) const;321 bool *IsApproximateLine = nullptr) const;
54 bool IsApproximateLine = false; member