Searched refs:SecType (Results 1 – 15 of 15) sorted by relevance
/external/llvm-project/llvm/include/llvm/ProfileData/ |
D | SampleProfWriter.h | 154 void setToCompressSection(SecType Type); 178 uint64_t markSectionStart(SecType Type); 179 std::error_code addNewSection(SecType Sec, uint64_t SectionStart); 181 void addSectionFlag(SecType Type, SecFlagType Flag) { in addSectionFlag() 189 virtual std::error_code writeCustomSection(SecType Type) = 0; 198 writeOneSection(SecType Type, const StringMap<FunctionSamples> &ProfileMap); 225 SecHdrTableEntry &getEntryInLayout(SecType Type); 282 virtual std::error_code writeCustomSection(SecType Type) override { in writeCustomSection()
|
D | SampleProf.h | 117 enum SecType { 128 static inline std::string getSecName(SecType Type) { 149 SecType Type; 183 static inline void verifySecFlag(SecType Type, SecFlagType Flag) {
|
D | SampleProfReader.h | 657 uint64_t getSectionSize(SecType Type);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | SampleProfWriter.h | 151 void setToCompressSection(SecType Type); 154 uint64_t markSectionStart(SecType Type); 155 std::error_code addNewSection(SecType Sec, uint64_t SectionStart); 171 void addSectionFlags(SecType Type, SecFlags Flags); 172 SecHdrTableEntry &getEntryInLayout(SecType Type);
|
D | SampleProfReader.h | 593 SecType Type) = 0; 604 uint64_t getSectionSize(SecType Type); 614 SecType Type) override;
|
D | SampleProf.h | 118 enum SecType { 129 static inline std::string getSecName(SecType Type) { 150 SecType Type;
|
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | Mangling.cpp | 136 auto SecType = MachOObj.getSectionType(Sec); in getObjectSymbolInfo() local 137 if ((SecType & MachO::SECTION_TYPE) == MachO::S_MOD_INIT_FUNC_POINTERS) { in getObjectSymbolInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | SampleProfWriter.cpp | 77 SampleProfileWriterExtBinaryBase::getEntryInLayout(SecType Type) { in getEntryInLayout() 86 uint64_t SampleProfileWriterExtBinaryBase::markSectionStart(SecType Type) { in markSectionStart() 117 SampleProfileWriterExtBinaryBase::addNewSection(SecType Type, in addNewSection() 396 void SampleProfileWriterExtBinaryBase::setToCompressSection(SecType Type) { in setToCompressSection() 400 void SampleProfileWriterExtBinaryBase::addSectionFlags(SecType Type, in addSectionFlags()
|
D | SampleProfReader.cpp | 475 uint64_t Size, SecType Type) { in readOneSection() 727 Entry.Type = static_cast<SecType>(*Type); in readSecHdrTableEntry() 775 uint64_t SampleProfileReaderExtBinaryBase::getSectionSize(SecType Type) { in getSectionSize()
|
/external/llvm-project/llvm/lib/ProfileData/ |
D | SampleProfWriter.cpp | 77 SampleProfileWriterExtBinaryBase::getEntryInLayout(SecType Type) { in getEntryInLayout() 86 uint64_t SampleProfileWriterExtBinaryBase::markSectionStart(SecType Type) { in markSectionStart() 117 SampleProfileWriterExtBinaryBase::addNewSection(SecType Type, in addNewSection() 208 SecType Type, const StringMap<FunctionSamples> &ProfileMap) { in writeOneSection() 447 void SampleProfileWriterExtBinaryBase::setToCompressSection(SecType Type) { in setToCompressSection()
|
D | SampleProfReader.cpp | 826 Entry.Type = static_cast<SecType>(*Type); in readSecHdrTableEntry() 874 uint64_t SampleProfileReaderExtBinaryBase::getSectionSize(SecType Type) { in getSectionSize()
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 181 explicit Section(SectionType SecType) : Type(SecType) {} in Section()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 178 explicit Section(SectionType SecType) : Type(SecType) {} in Section()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParsePragma.cpp | 1884 const IdentifierInfo *SecType = Tok.getIdentifierInfo(); in HandlePragma() local 1885 if (SecType->isStr("bss")) in HandlePragma() 1887 else if (SecType->isStr("data")) in HandlePragma() 1889 else if (SecType->isStr("rodata")) in HandlePragma() 1891 else if (SecType->isStr("relro")) in HandlePragma() 1893 else if (SecType->isStr("text")) in HandlePragma()
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 730 static unsigned getDefaultShEntSize(ELFYAML::ELF_SHT SecType, in getDefaultShEntSize() argument 732 switch (SecType) { in getDefaultShEntSize()
|