Lines Matching refs:CodeViewYAML
38 using namespace llvm::CodeViewYAML;
39 using namespace llvm::CodeViewYAML::detail;
203 namespace CodeViewYAML { namespace
561 CVSymbol CodeViewYAML::SymbolRecord::toCodeViewSymbol( in toCodeViewSymbol()
577 static inline Expected<CodeViewYAML::SymbolRecord>
579 CodeViewYAML::SymbolRecord Result; in fromCodeViewSymbolImpl()
588 Expected<CodeViewYAML::SymbolRecord>
589 CodeViewYAML::SymbolRecord::fromCodeViewSymbol(CVSymbol Symbol) { in fromCodeViewSymbol()
605 CodeViewYAML::SymbolRecord &Obj) { in mapSymbolRecordImpl()
612 void MappingTraits<CodeViewYAML::SymbolRecord>::mapping( in mapping()
613 IO &IO, CodeViewYAML::SymbolRecord &Obj) { in mapping()