HomeSort by: relevance | last modified time | path
    Searched refs:fromCodeViewRecord (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
CodeViewYAMLTypes.h 50 static Expected<LeafRecord> fromCodeViewRecord(codeview::CVType Type);
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLTypes.cpp 86 virtual Error fromCodeViewRecord(CVType Type) = 0;
95 Error fromCodeViewRecord(CVType Type) override {
112 Error fromCodeViewRecord(CVType Type) override;
491 Error LeafRecordImpl<FieldListRecord>::fromCodeViewRecord(CVType Type) {
678 if (auto EC = Impl->fromCodeViewRecord(Type))
684 Expected<LeafRecord> LeafRecord::fromCodeViewRecord(CVType Type) {
795 auto CVT = Err(LeafRecord::fromCodeViewRecord(T));
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
YAMLOutputStyle.cpp 294 auto ExpectedRecord = CodeViewYAML::LeafRecord::fromCodeViewRecord(Record);
321 auto ExpectedRecord = CodeViewYAML::LeafRecord::fromCodeViewRecord(Record);

Completed in 17 milliseconds