Searched refs:SecType (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | SampleProfWriter.h | 263 void setToCompressSection(SecType Type); 300 uint64_t markSectionStart(SecType Type, uint32_t LayoutIdx); 301 std::error_code addNewSection(SecType Sec, uint32_t LayoutIdx, 304 void addSectionFlag(SecType Type, SecFlagType Flag) { in addSectionFlag() 318 virtual std::error_code writeCustomSection(SecType Type) = 0; 327 virtual std::error_code writeOneSection(SecType Type, uint32_t LayoutIdx, 407 std::error_code writeCustomSection(SecType Type) override { in writeCustomSection()
|
H A D | SampleProf.h | 118 enum SecType { 131 static inline std::string getSecName(SecType Type) { 157 SecType Type; 221 static inline void verifySecFlag(SecType Type, SecFlagType Flag) {
|
H A D | SampleProfReader.h | 770 uint64_t getSectionSize(SecType Type);
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | ObjectFileInterface.cpp | 82 auto SecType = Obj.getSectionType(Sec); in getMachOObjectFileSymbolInfo() local 83 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 | 167 SampleProfileWriterExtBinaryBase::markSectionStart(SecType Type, in markSectionStart() 202 SecType Type, uint32_t LayoutIdx, uint64_t SectionStart) { in addNewSection() 425 SecType Type, uint32_t LayoutIdx, const SampleProfileMap &ProfileMap) { in writeOneSection() 742 void SampleProfileWriterExtBinaryBase::setToCompressSection(SecType Type) { in setToCompressSection()
|
H A D | SampleProfReader.cpp | 1274 Entry.Type = static_cast<SecType>(*Type); in readSecHdrTableEntry() 1323 uint64_t SampleProfileReaderExtBinaryBase::getSectionSize(SecType Type) { in getSectionSize()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 187 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 | 2301 const IdentifierInfo *SecType = Tok.getIdentifierInfo(); in HandlePragma() local 2302 if (SecType->isStr("bss")) in HandlePragma() 2304 else if (SecType->isStr("data")) in HandlePragma() 2306 else if (SecType->isStr("rodata")) in HandlePragma() 2308 else if (SecType->isStr("relro")) in HandlePragma() 2310 else if (SecType->isStr("text")) in HandlePragma()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 741 static StringRef getDefaultLinkSec(unsigned SecType) { in getDefaultLinkSec() argument 742 switch (SecType) { in getDefaultLinkSec()
|