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

  /external/llvm/include/llvm/CodeGen/
DIE.h 109 class DIEValue;
139 SmallVector<DIEValue *, 12> Values;
161 const SmallVectorImpl<DIEValue *> &getValues() const { return Values; }
174 void addValue(dwarf::Attribute Attribute, dwarf::Form Form, DIEValue *Value) {
190 DIEValue *findAttribute(dwarf::Attribute Attribute) const;
199 /// DIEValue - A debug information entry value. Some of these roughly correlate
202 class DIEValue {
224 explicit DIEValue(Type T) : Ty(T) {}
225 virtual ~DIEValue() {}
248 class DIEInteger : public DIEValue {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DIEHash.cpp 34 const SmallVectorImpl<DIEValue *> &Values = Die.getValues();
41 DIEValue *V = Values[i];
126 const SmallVectorImpl<DIEValue *> &Values = Die.getValues();
277 void DIEHash::hashBlockData(const SmallVectorImpl<DIEValue *> &Values) {
278 for (SmallVectorImpl<DIEValue *>::const_iterator I = Values.begin(),
296 const DIEValue *Value = Attr.Val;
311 case DIEValue::isEntry:
314 case DIEValue::isInteger: {
339 case DIEValue::isString:
345 case DIEValue::isBlock
    [all...]
DIEHash.h 32 const DIEValue *Val;
136 /// \brief Hashes the data in a block like DIEValue, e.g. DW_FORM_block or
138 void hashBlockData(const SmallVectorImpl<DIEValue *> &Values);
DwarfFile.cpp 97 const SmallVectorImpl<DIEValue *> &Values = Die.getValues();
DIE.cpp 131 DIEValue *DIE::findAttribute(dwarf::Attribute Attribute) const {
132 const SmallVectorImpl<DIEValue *> &Values = getValues();
194 void DIEValue::anchor() { }
197 void DIEValue::dump() const {
DwarfCompileUnit.cpp 44 DIEValue *Value = new (DIEValueAllocator) DIEInteger(idx);
55 Label ? (DIEValue *)new (DIEValueAllocator) DIELabel(Label)
367 DIEValue *Value = new (DIEValueAllocator) DIEDelta(Hi, Lo);
785 DIEValue *Value = new (DIEValueAllocator) DIELocList(Index);
805 DIEValue *Value = new (DIEValueAllocator) DIEExpr(Expr);
DwarfUnit.cpp 218 DIEValue *Value = Integer == 1 ? DIEIntegerOne : new (DIEValueAllocator)
233 DIEValue *Value = new (DIEValueAllocator) DIEInteger(Integer);
258 DIEValue *Value = new (DIEValueAllocator) DIEInteger(idx);
259 DIEValue *Str = new (DIEValueAllocator) DIEString(Value, String);
269 DIEValue *Value;
275 DIEValue *Str = new (DIEValueAllocator) DIEString(Value, String);
283 DIEValue *Value = new (DIEValueAllocator) DIELabel(Label);
322 DIEValue *Value = new (DIEValueAllocator) DIEDelta(Hi, Lo);
    [all...]
AsmPrinterDwarf.cpp 257 const SmallVectorImpl<DIEValue *> &Values = Die.getValues();
DwarfDebug.cpp     [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]

Completed in 314 milliseconds