reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/ObjectYAML/CodeViewYAMLTypes.h
   50   static Expected<LeafRecord> fromCodeViewRecord(codeview::CVType Type);

References

lib/ObjectYAML/CodeViewYAMLTypes.cpp
  790     auto CVT = Err(LeafRecord::fromCodeViewRecord(T));
tools/llvm-pdbutil/YAMLOutputStyle.cpp
  294     auto ExpectedRecord = CodeViewYAML::LeafRecord::fromCodeViewRecord(Record);
  321     auto ExpectedRecord = CodeViewYAML::LeafRecord::fromCodeViewRecord(Record);