Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h160 struct AnnotationData { struct
203 const AnnotationData &operator*() {
263 AnnotationData Result; in ParseCurrentAnnotation()
332 Optional<AnnotationData> Current;
346 return make_range(BinaryAnnotationIterator(AnnotationData), in annotations()
353 std::vector<uint8_t> AnnotationData; variable
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp346 error(IO.mapByteVectorTail(InlineSite.AnnotationData)); in visitKnownRecord()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp653 auto Bytes = makeArrayRef(IS.AnnotationData); in visitKnownRecord()