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.cpp42 auto GetAsUnsignedConstant = [&]() -> int64_t { in processOneAttribute() local
89 CurrentElement->setAccessibilityCode(GetAsUnsignedConstant()); in processOneAttribute()
95 CurrentElement->setBitSize(GetAsUnsignedConstant()); in processOneAttribute()
98 CurrentElement->setBitSize(GetAsUnsignedConstant() * DWARF_CHAR_BIT); in processOneAttribute()
102 ? GetAsUnsignedConstant() + 1 in processOneAttribute()
103 : GetAsUnsignedConstant()); in processOneAttribute()
106 CurrentElement->setCallLineNumber(GetAsUnsignedConstant()); in processOneAttribute()
130 CurrentElement->setValue(hexString(GetAsUnsignedConstant(), 2)); in processOneAttribute()
135 CurrentElement->setCount(GetAsUnsignedConstant()); in processOneAttribute()
138 CurrentElement->setLineNumber(GetAsUnsignedConstant()); in processOneAttribute()
[all …]