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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 175 void addSInt(DIEValueList &Die, dwarf::Attribute Attribute,
178 void addSInt(DIELoc &Die, Optional<dwarf::Form> Form, int64_t Integer);
DwarfUnit.cpp 56 DU.addSInt(DIE, dwarf::DW_FORM_sdata, Value);
205 void DwarfUnit::addSInt(DIEValueList &Die, dwarf::Attribute Attribute,
212 void DwarfUnit::addSInt(DIELoc &Die, Optional<dwarf::Form> Form,
214 addSInt(Die, (dwarf::Attribute)0, Form, Integer);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 164 void addSInt(DIEValueList &Die, dwarf::Attribute Attribute,
167 void addSInt(DIELoc &Die, Optional<dwarf::Form> Form, int64_t Integer);
DwarfUnit.cpp 60 DU.addSInt(DIE, dwarf::DW_FORM_sdata, Value);
223 void DwarfUnit::addSInt(DIEValueList &Die, dwarf::Attribute Attribute,
230 void DwarfUnit::addSInt(DIELoc &Die, Optional<dwarf::Form> Form,
232 addSInt(Die, (dwarf::Attribute)0, Form, Integer);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 147 /// addSInt - Add an signed integer attribute data and value.
149 void addSInt(DIE *Die, unsigned Attribute, unsigned Form, int64_t Integer);
DwarfCompileUnit.cpp 61 /// addSInt - Add an signed integer attribute data and value.
63 void CompileUnit::addSInt(DIE *Die, unsigned Attribute,
237 addSInt(TheDie, 0, dwarf::DW_FORM_sdata, Offset);
473 SignedConstant ? addSInt(Block, 0, Form, MO.getImm())
522 addSInt(Die, dwarf::DW_AT_const_value, form, CI->getSExtValue());
    [all...]

Completed in 150 milliseconds