Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp135 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()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1324 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h248 bool *IsApproximateLine = nullptr) const;
321 bool *IsApproximateLine = nullptr) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h54 bool IsApproximateLine = false; member