HomeSort by relevance Sort by last modified time
    Searched refs:getAttributeValueAsUnsignedConstant (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/DebugInfo/
DWARFDebugInfoEntry.cpp 186 uint64_t DWARFDebugInfoEntryMinimal::getAttributeValueAsUnsignedConstant(
233 HighPC = getAttributeValueAsUnsignedConstant(U, DW_AT_high_pc, -1ULL);
328 CallFile = getAttributeValueAsUnsignedConstant(U, DW_AT_call_file, 0);
329 CallLine = getAttributeValueAsUnsignedConstant(U, DW_AT_call_line, 0);
330 CallColumn = getAttributeValueAsUnsignedConstant(U, DW_AT_call_column, 0);
DWARFDebugInfoEntry.h 98 uint64_t getAttributeValueAsUnsignedConstant(const DWARFUnit *U,
DWARFUnit.cpp 125 .getAttributeValueAsUnsignedConstant(this, DW_AT_GNU_dwo_id, FailValue);

Completed in 326 milliseconds