Home
last modified time | relevance | path

Searched refs:takeObject (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/DebugInfo/CodeView/
DCVTypeVisitor.cpp16 static Error takeObject(ArrayRef<uint8_t> &Data, const T *&Res) { in takeObject() function
96 if (auto EC = takeObject(RecordData, LeafPtr)) in visitFieldList()