Searched refs:Schema (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/ |
H A D | MemProf.h | 41 deserialize(Schema, Ptr); in PortableMemInfoBlock() 46 void deserialize(const MemProfSchema &Schema, const unsigned char *Ptr) { in deserialize() 49 for (const Meta Id : Schema) { in deserialize() 66 void serialize(const MemProfSchema &Schema, raw_ostream &OS) const { in serialize() 70 for (const Meta Id : Schema) { in serialize() 383 void serialize(const MemProfSchema &Schema, raw_ostream &OS); 457 RecordLookupTrait(const MemProfSchema &S) : Schema(S) {} in RecordLookupTrait() 481 Record = IndexedMemProfRecord::deserialize(Schema, D); in ReadData() 487 MemProfSchema Schema; 507 MemProfSchema *Schema = nullptr; variable [all …]
|
H A D | InstrProfReader.h | 604 memprof::MemProfSchema Schema; variable
|
/openbsd/gnu/llvm/llvm/lib/ProfileData/ |
H A D | MemProf.cpp | 11 void IndexedMemProfRecord::serialize(const MemProfSchema &Schema, in serialize() argument 22 N.Info.serialize(Schema, OS); in serialize() 35 IndexedMemProfRecord::deserialize(const MemProfSchema &Schema, in deserialize() argument 51 Node.Info.deserialize(Schema, Ptr); in deserialize()
|
H A D | InstrProfWriter.cpp | 443 auto Schema = memprof::PortableMemInfoBlock::getSchema(); in writeImpl() local 444 OS.write(static_cast<uint64_t>(Schema.size())); in writeImpl() 445 for (const auto Id : Schema) { in writeImpl() 450 RecordWriter->Schema = &Schema; in writeImpl()
|
H A D | InstrProfReader.cpp | 1037 Schema = SchemaOr.get(); in readHeader() 1043 /*Base=*/Start, memprof::RecordLookupTrait(Schema))); in readHeader()
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | SPIRVObjectWriter.cpp | 56 constexpr uint32_t Schema = 0; in writeHeader() local 62 W.write<uint32_t>(Schema); in writeHeader()
|
/openbsd/lib/libssl/doc/ |
H A D | standards.txt | 171 2587 Internet X.509 Public Key Infrastructure LDAPv2 Schema. S.
|
/openbsd/gnu/llvm/clang/tools/c-index-test/ |
H A D | c-index-test.c | 650 xmlRelaxNGPtr Schema; in ValidateCommentXML() local 663 Schema = xmlRelaxNGParse(RNGParser); in ValidateCommentXML() 673 ValidationCtxt = xmlRelaxNGNewValidCtxt(Schema); in ValidateCommentXML() 685 xmlRelaxNGFree(Schema); in ValidateCommentXML()
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/ |
H A D | Transition.pod | 124 =item Test::DBIx::Class::Schema
|
/openbsd/gnu/llvm/lldb/docs/ |
H A D | lldb-gdb-remote.txt | 533 // Schema for this field:
|