Home
last modified time | relevance | path

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

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