Searched refs:consumeObject (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecord.cpp | 24 if (auto EC = consumeObject(Data, L)) in deserialize() 37 if (auto EC = consumeObject(Data, L)) in deserialize() 49 if (auto EC = consumeObject(Data, L)) in deserialize() 87 if (auto EC = consumeObject(Data, L)) in deserialize() 189 if (auto EC = consumeObject(Data, L)) in deserialize() 346 if (auto EC = consumeObject(Data, L)) in deserialize()
|
D | RecordSerialization.cpp | 136 if (auto EC = consumeObject(Data, IntPtr)) in consume() 152 if (auto EC = consumeObject(Data, IntPtr)) in consume()
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CVSymbolVisitor.h | 29 bool consumeObject(ArrayRef<uint8_t> &Data, const T *&Res) { in consumeObject() function
|
D | RecordSerialization.h | 41 inline std::error_code consumeObject(U &Data, const T *&Res) { in consumeObject() function 75 return consumeObject(Data, Item); in consume()
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 835 error(consumeObject(Contents, CodePtr)); in printCodeViewSymbolSection() 845 error(consumeObject(Contents, FD)); in printCodeViewSymbolSection() 977 error(consumeObject(Data, FC)); in printCodeViewFileChecksums() 1006 error(consumeObject(Data, ISL)); in printCodeViewInlineeLines()
|