HomeSort by: relevance | last modified time | path
    Searched defs:DW_FORM_data1 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 53 CU.addUInt(getActiveDIE(), dwarf::DW_FORM_data1, Op);
65 CU.addUInt(getActiveDIE(), dwarf::DW_FORM_data1, Value);
324 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_addrx);
327 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_GNU_addr_index);
332 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_const4u);
334 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_plus);
349 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_addr);
506 addUInt(*Block, dwarf::DW_FORM_data1, c);
698 addUInt(Buffer, dwarf::DW_AT_encoding, dwarf::DW_FORM_data1,
736 addUInt(Buffer, dwarf::DW_AT_encoding, dwarf::DW_FORM_data1,
    [all...]
  /src/external/bsd/elftoolchain/dist/libdwarf/
dwarf.h 381 #define DW_FORM_data1 0x0b

Completed in 24 milliseconds