Searched refs:SecType (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | SampleProfWriter.h | 275 void setToCompressSection(SecType Type); 316 uint64_t markSectionStart(SecType Type, uint32_t LayoutIdx); 317 std::error_code addNewSection(SecType Sec, uint32_t LayoutIdx, 320 void addSectionFlag(SecType Type, SecFlagType Flag) { in addSectionFlag() 334 virtual std::error_code writeCustomSection(SecType Type) = 0; 343 virtual std::error_code writeOneSection(SecType Type, uint32_t LayoutIdx, 424 std::error_code writeCustomSection(SecType Type) override { in writeCustomSection()
|
| H A D | SampleProf.h | 121 enum SecType { 134 static inline std::string getSecName(SecType Type) { 160 SecType Type; 224 static inline void verifySecFlag(SecType Type, SecFlagType Flag) {
|
| H A D | SampleProfReader.h | 829 uint64_t getSectionSize(SecType Type);
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ObjectFileInterface.cpp | 80 auto SecType = Obj.getSectionType(Sec); in getMachOObjectFileSymbolInfo() local 81 if ((SecType & MachO::SECTION_TYPE) == MachO::S_MOD_INIT_FUNC_POINTERS) { in getMachOObjectFileSymbolInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | SampleProfWriter.cpp | 165 SampleProfileWriterExtBinaryBase::markSectionStart(SecType Type, in markSectionStart() 200 SecType Type, uint32_t LayoutIdx, uint64_t SectionStart) { in addNewSection() 423 SecType Type, uint32_t LayoutIdx, const SampleProfileMap &ProfileMap) { in writeOneSection() 739 void SampleProfileWriterExtBinaryBase::setToCompressSection(SecType Type) { in setToCompressSection()
|
| H A D | SampleProfReader.cpp | 1358 Entry.Type = static_cast<SecType>(*Type); in readSecHdrTableEntry() 1407 uint64_t SampleProfileReaderExtBinaryBase::getSectionSize(SecType Type) { in getSectionSize()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 188 explicit Section(SectionType SecType) : Type(SecType) {} in Section()
|
| H A D | ELFYAML.h | 77 unsigned getDefaultShEntSize(unsigned EMachine, ELF_SHT SecType, in LLVM_YAML_STRONG_TYPEDEF() 79 if (EMachine == ELF::EM_MIPS && SecType == ELF::SHT_MIPS_ABIFLAGS) in LLVM_YAML_STRONG_TYPEDEF() 82 switch (SecType) { in LLVM_YAML_STRONG_TYPEDEF()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParsePragma.cpp | 2311 const IdentifierInfo *SecType = Tok.getIdentifierInfo(); in HandlePragma() local 2312 if (SecType->isStr("bss")) in HandlePragma() 2314 else if (SecType->isStr("data")) in HandlePragma() 2316 else if (SecType->isStr("rodata")) in HandlePragma() 2318 else if (SecType->isStr("relro")) in HandlePragma() 2320 else if (SecType->isStr("text")) in HandlePragma()
|
| /freebsd/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()
|