Home
last modified time | relevance | path

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

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