Searched refs:getAttributeValueAsUnsignedConstant (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.cpp | 277 uint64_t DWARFDebugInfoEntryMinimal::getAttributeValueAsUnsignedConstant( in getAttributeValueAsUnsignedConstant() function in DWARFDebugInfoEntryMinimal 324 HighPC = getAttributeValueAsUnsignedConstant(U, DW_AT_high_pc, -1ULL); in getLowAndHighPC() 428 CallFile = getAttributeValueAsUnsignedConstant(U, DW_AT_call_file, 0); in getCallerFrame() 429 CallLine = getAttributeValueAsUnsignedConstant(U, DW_AT_call_line, 0); in getCallerFrame() 430 CallColumn = getAttributeValueAsUnsignedConstant(U, DW_AT_call_column, 0); in getCallerFrame()
|
D | DWARFUnit.cpp | 156 .getAttributeValueAsUnsignedConstant(this, DW_AT_GNU_dwo_id, FailValue); in getDWOId()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.h | 98 uint64_t getAttributeValueAsUnsignedConstant(const DWARFUnit *U,
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 205 unsigned Lang = CUDie->getAttributeValueAsUnsignedConstant( in CompileUnit() 1564 !DIE->getAttributeValueAsUnsignedConstant(&U.getOrigUnit(), in getChildDeclContext() 1579 if (DIE->getAttributeValueAsUnsignedConstant(&U.getOrigUnit(), in getChildDeclContext() 1620 ByteSize = DIE->getAttributeValueAsUnsignedConstant( in getChildDeclContext() 1623 if (unsigned FileNum = DIE->getAttributeValueAsUnsignedConstant( in getChildDeclContext() 1641 Line = DIE->getAttributeValueAsUnsignedConstant( in getChildDeclContext() 1813 DIE->getAttributeValueAsUnsignedConstant( in analyzeContextInfo() 3216 CUDie.getAttributeValueAsUnsignedConstant(&Unit, dwarf::DW_AT_dwo_id, 0); in getDwoId() 3218 DwoId = CUDie.getAttributeValueAsUnsignedConstant(&Unit, in getDwoId()
|