Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp256 auto GetAsUnsignedConstant = [&]() -> int64_t { in processOneAttribute() local
307 CurrentElement->setCallFilenameIndex(GetAsUnsignedConstant()); in processOneAttribute()
311 ? GetAsUnsignedConstant() + 1 in processOneAttribute()
312 : GetAsUnsignedConstant()); in processOneAttribute()
345 CurrentElement->setLineNumber(GetAsUnsignedConstant()); in processOneAttribute()
349 ? GetAsUnsignedConstant() + 1 in processOneAttribute()
350 : GetAsUnsignedConstant()); in processOneAttribute()