HomeSort by: relevance | last modified time | path
    Searched defs:annotations (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecord.h 173 BinaryAnnotationIterator(ArrayRef<uint8_t> Annotations) : Data(Annotations) {}
203 static uint32_t GetCompressedAnnotation(ArrayRef<uint8_t> &Annotations) {
204 if (Annotations.empty())
207 uint8_t FirstByte = Annotations.front();
208 Annotations = Annotations.drop_front();
213 if (Annotations.empty())
216 uint8_t SecondByte = Annotations.front();
217 Annotations = Annotations.drop_front()
340 iterator_range<BinaryAnnotationIterator> annotations() const { function in class:llvm::codeview::InlineSiteSym
    [all...]

Completed in 26 milliseconds