Searched refs:SecType (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | SampleProfWriter.h | 197 void setToCompressSection(SecType Type); 234 uint64_t markSectionStart(SecType Type, uint32_t LayoutIdx); 235 std::error_code addNewSection(SecType Sec, uint32_t LayoutIdx, 238 void addSectionFlag(SecType Type, SecFlagType Flag) { in addSectionFlag() 250 virtual std::error_code writeCustomSection(SecType Type) = 0; 261 writeOneSection(SecType Type, uint32_t LayoutIdx, 338 virtual std::error_code writeCustomSection(SecType Type) override { in writeCustomSection()
|
| H A D | SampleProf.h | 118 enum SecType { 130 static inline std::string getSecName(SecType Type) { 153 SecType Type; 207 static inline void verifySecFlag(SecType Type, SecFlagType Flag) {
|
| H A D | SampleProfReader.h | 732 uint64_t getSectionSize(SecType Type);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Mangling.cpp | 152 auto SecType = MachOObj.getSectionType(Sec); in getObjectSymbolInfo() local 153 if ((SecType & MachO::SECTION_TYPE) == MachO::S_MOD_INIT_FUNC_POINTERS) { in getObjectSymbolInfo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | SampleProfWriter.cpp | 83 SampleProfileWriterExtBinaryBase::markSectionStart(SecType Type, in markSectionStart() 119 SecType Type, uint32_t LayoutIdx, uint64_t SectionStart) { in addNewSection() 244 SecType Type, uint32_t LayoutIdx, in writeOneSection() 584 void SampleProfileWriterExtBinaryBase::setToCompressSection(SecType Type) { in setToCompressSection()
|
| H A D | SampleProfReader.cpp | 1037 Entry.Type = static_cast<SecType>(*Type); in readSecHdrTableEntry() 1086 uint64_t SampleProfileReaderExtBinaryBase::getSectionSize(SecType Type) { in getSectionSize()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 183 explicit Section(SectionType SecType) : Type(SecType) {} in Section()
|
| H A D | ELFYAML.h | 76 unsigned getDefaultShEntSize(unsigned EMachine, ELF_SHT SecType, in LLVM_YAML_STRONG_TYPEDEF() 78 if (EMachine == ELF::EM_MIPS && SecType == ELF::SHT_MIPS_ABIFLAGS) in LLVM_YAML_STRONG_TYPEDEF() 81 switch (SecType) { in LLVM_YAML_STRONG_TYPEDEF()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParsePragma.cpp | 1963 const IdentifierInfo *SecType = Tok.getIdentifierInfo(); in HandlePragma() local 1964 if (SecType->isStr("bss")) in HandlePragma() 1966 else if (SecType->isStr("data")) in HandlePragma() 1968 else if (SecType->isStr("rodata")) in HandlePragma() 1970 else if (SecType->isStr("relro")) in HandlePragma() 1972 else if (SecType->isStr("text")) in HandlePragma()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFEmitter.cpp | 734 static StringRef getDefaultLinkSec(unsigned SecType) { in getDefaultLinkSec() argument 735 switch (SecType) { in getDefaultLinkSec()
|