Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp276 uint64_t DWARFDebugInfoEntryMinimal::getAttributeValueAsUnsignedConstant( in getAttributeValueAsUnsignedConstant() function in DWARFDebugInfoEntryMinimal
323 HighPC = getAttributeValueAsUnsignedConstant(U, DW_AT_high_pc, -1ULL); in getLowAndHighPC()
427 CallFile = getAttributeValueAsUnsignedConstant(U, DW_AT_call_file, 0); in getCallerFrame()
428 CallLine = getAttributeValueAsUnsignedConstant(U, DW_AT_call_line, 0); in getCallerFrame()
429 CallColumn = getAttributeValueAsUnsignedConstant(U, DW_AT_call_column, 0); in getCallerFrame()
DDWARFUnit.cpp139 .getAttributeValueAsUnsignedConstant(this, DW_AT_GNU_dwo_id, FailValue); in getDWOId()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugInfoEntry.h98 uint64_t getAttributeValueAsUnsignedConstant(const DWARFUnit *U,