Home
last modified time | relevance | path

Searched defs:getRecordData (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp49 BinaryStreamRef DebugSubsectionRecord::getRecordData() const { return Data; } in getRecordData() function in DebugSubsectionRecord
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordWriter.h77 ASTWriter::RecordDataImpl &getRecordData() const { return *Record; } in getRecordData() function