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

  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
CodeViewYAMLTypes.h 49 toCodeViewRecord(codeview::AppendingTypeTableBuilder &Serializer) const;
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLTypes.cpp 85 virtual CVType toCodeViewRecord(AppendingTypeTableBuilder &TS) const = 0;
99 CVType toCodeViewRecord(AppendingTypeTableBuilder &TS) const override {
111 CVType toCodeViewRecord(AppendingTypeTableBuilder &TS) const override;
496 CVType LeafRecordImpl<FieldListRecord>::toCodeViewRecord(
701 LeafRecord::toCodeViewRecord(AppendingTypeTableBuilder &Serializer) const {
702 return Leaf->toCodeViewRecord(Serializer);
807 CVType T = Leaf.Leaf->toCodeViewRecord(TS);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
llvm-pdbutil.cpp 841 CVType Type = R.toCodeViewRecord(TS);
849 CVType Type = R.toCodeViewRecord(TS);

Completed in 65 milliseconds