Searched refs:SecHdrTable (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | SampleProfWriter.cpp | 125 SecHdrTable.push_back({Type, Entry.Flags, SectionStart - FileStart, in addNewSection() 431 for (uint32_t i = 0; i < SecHdrTable.size(); i++) { in writeSecHdrTable() 432 IndexMap.insert({static_cast<uint32_t>(SecHdrTable[i].Type), i}); in writeSecHdrTable() 444 Writer.write(static_cast<uint64_t>(SecHdrTable[idx].Type)); in writeSecHdrTable() 445 Writer.write(static_cast<uint64_t>(SecHdrTable[idx].Flags)); in writeSecHdrTable() 446 Writer.write(static_cast<uint64_t>(SecHdrTable[idx].Offset)); in writeSecHdrTable() 447 Writer.write(static_cast<uint64_t>(SecHdrTable[idx].Size)); in writeSecHdrTable()
|
D | SampleProfReader.cpp | 608 for (auto &Entry : SecHdrTable) { in readImpl() 744 SecHdrTable.push_back(std::move(Entry)); in readSecHdrTableEntry() 776 for (auto &Entry : SecHdrTable) { in getSectionSize() 790 for (auto &Entry : SecHdrTable) { in getFileSize() 798 for (auto &Entry : SecHdrTable) { in dumpSectionInfo() 803 uint64_t HeaderSize = SecHdrTable.front().Offset; in dumpSectionInfo()
|
/external/llvm-project/llvm/lib/ProfileData/ |
D | SampleProfWriter.cpp | 125 SecHdrTable.push_back({Type, Entry.Flags, SectionStart - FileStart, in addNewSection() 474 for (uint32_t i = 0; i < SecHdrTable.size(); i++) { in writeSecHdrTable() 475 IndexMap.insert({static_cast<uint32_t>(SecHdrTable[i].Type), i}); in writeSecHdrTable() 487 Writer.write(static_cast<uint64_t>(SecHdrTable[idx].Type)); in writeSecHdrTable() 488 Writer.write(static_cast<uint64_t>(SecHdrTable[idx].Flags)); in writeSecHdrTable() 489 Writer.write(static_cast<uint64_t>(SecHdrTable[idx].Offset)); in writeSecHdrTable() 490 Writer.write(static_cast<uint64_t>(SecHdrTable[idx].Size)); in writeSecHdrTable()
|
D | SampleProfReader.cpp | 671 for (auto &Entry : SecHdrTable) { in readImpl() 843 SecHdrTable.push_back(std::move(Entry)); in readSecHdrTableEntry() 875 for (auto &Entry : SecHdrTable) { in getSectionSize() 889 for (auto &Entry : SecHdrTable) { in getFileSize() 926 for (auto &Entry : SecHdrTable) { in dumpSectionInfo() 933 uint64_t HeaderSize = SecHdrTable.front().Offset; in dumpSectionInfo()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 871 IO &IO, ELFYAML::SectionHeaderTable &SecHdrTable) { in validate() argument 872 if (SecHdrTable.NoHeaders && (SecHdrTable.Sections || SecHdrTable.Excluded)) in validate() 874 if (!SecHdrTable.NoHeaders && !SecHdrTable.Sections && !SecHdrTable.Excluded) in validate()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | SampleProfWriter.h | 190 std::vector<SecHdrTableEntry> SecHdrTable; variable
|
D | SampleProfReader.h | 586 std::vector<SecHdrTableEntry> SecHdrTable;
|
/external/llvm-project/llvm/include/llvm/ProfileData/ |
D | SampleProfWriter.h | 243 std::vector<SecHdrTableEntry> SecHdrTable; variable
|
D | SampleProfReader.h | 605 std::vector<SecHdrTableEntry> SecHdrTable;
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | ELFYAML.h | 808 static void mapping(IO &IO, ELFYAML::SectionHeaderTable &SecHdrTable); in LLVM_YAML_IS_SEQUENCE_VECTOR() 809 static std::string validate(IO &IO, ELFYAML::SectionHeaderTable &SecHdrTable); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|