Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DFieldListRecordBuilder.h53 void writeEnumerator(const EnumeratorRecord &Record);
/external/llvm/lib/DebugInfo/CodeView/
DFieldListRecordBuilder.cpp29 void FieldListRecordBuilder::writeEnumerator(const EnumeratorRecord &Record) { in writeEnumerator() function in FieldListRecordBuilder
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1430 Fields.writeEnumerator(EnumeratorRecord( in lowerTypeEnum()