Home
last modified time | relevance | path

Searched refs:SecType (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/llvm/include/llvm/ProfileData/
DSampleProfWriter.h154 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()
DSampleProf.h117 enum SecType {
128 static inline std::string getSecName(SecType Type) {
149 SecType Type;
183 static inline void verifySecFlag(SecType Type, SecFlagType Flag) {
DSampleProfReader.h657 uint64_t getSectionSize(SecType Type);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DSampleProfWriter.h151 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);
DSampleProfReader.h593 SecType Type) = 0;
604 uint64_t getSectionSize(SecType Type);
614 SecType Type) override;
DSampleProf.h118 enum SecType {
129 static inline std::string getSecName(SecType Type) {
150 SecType Type;
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DMangling.cpp136 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/
DSampleProfWriter.cpp77 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()
DSampleProfReader.cpp475 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/
DSampleProfWriter.cpp77 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()
DSampleProfReader.cpp826 Entry.Type = static_cast<SecType>(*Type); in readSecHdrTableEntry()
874 uint64_t SampleProfileReaderExtBinaryBase::getSectionSize(SecType Type) { in getSectionSize()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DWasmYAML.h181 explicit Section(SectionType SecType) : Type(SecType) {} in Section()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h178 explicit Section(SectionType SecType) : Type(SecType) {} in Section()
/external/llvm-project/clang/lib/Parse/
DParsePragma.cpp1884 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/
Delf2yaml.cpp730 static unsigned getDefaultShEntSize(ELFYAML::ELF_SHT SecType, in getDefaultShEntSize() argument
732 switch (SecType) { in getDefaultShEntSize()