Searched defs:getAttributeValueAsUnsigned (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/DebugInfo/
H A DDWARFDebugInfoEntry.cpp240 DWARFDebugInfoEntryMinimal::getAttributeValueAsUnsigned( function in class:DWARFDebugInfoEntryMinimal
277 LowPC = getAttributeValueAsUnsigned(CU, DW_AT_low_pc, -1ULL);
279 HighPC = getAttributeValueAsUnsigned(CU, DW_AT_high_pc, -1ULL);
364 CallFile = getAttributeValueAsUnsigned(CU, DW_AT_call_file, 0);
365 CallLine = getAttributeValueAsUnsigned(CU, DW_AT_call_line, 0);
366 CallColumn = getAttributeValueAsUnsigned(CU, DW_AT_call_column, 0);

Completed in 91 milliseconds