Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DFieldListRecordBuilder.h55 void writeOneMethod(const OneMethodRecord &Record);
/external/llvm/lib/DebugInfo/CodeView/
DFieldListRecordBuilder.cpp65 void FieldListRecordBuilder::writeOneMethod(const OneMethodRecord &Record) { in writeOneMethod() function in FieldListRecordBuilder
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1705 Fields.writeOneMethod(Methods[0]); in lowerRecordFieldList()