reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/AsmPrinter/DIEHash.cpp
  234   dwarf::Attribute Attribute = Value.getAttribute();
  243   switch (Value.getType()) {
  251     hashDIEEntry(Attribute, Tag, Value.getDIEEntry().getEntry());
  256     switch (Value.getForm()) {
  264       addSLEB128((int64_t)Value.getDIEInteger().getValue());
  271       addULEB128((int64_t)Value.getDIEInteger().getValue());
  282     addString(Value.getDIEString().getString());
  288     addString(Value.getDIEInlineString().getString());
  296     if (Value.getType() == DIEValue::isBlock) {
  297       addULEB128(Value.getDIEBlock().ComputeSize(AP));
  298       hashBlockData(Value.getDIEBlock().values());
  299     } else if (Value.getType() == DIEValue::isLoc) {
  300       addULEB128(Value.getDIELoc().ComputeSize(AP));
  301       hashBlockData(Value.getDIELoc().values());
  306       hashLocList(Value.getDIELocList());