Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h192 void setToCompressSection(SecType Type);
229 uint64_t markSectionStart(SecType Type, uint32_t LayoutIdx);
230 std::error_code addNewSection(SecType Sec, uint32_t LayoutIdx,
233 void addSectionFlag(SecType Type, SecFlagType Flag) { in addSectionFlag()
247 virtual std::error_code writeCustomSection(SecType Type) = 0;
256 virtual std::error_code writeOneSection(SecType Type, uint32_t LayoutIdx,
336 std::error_code writeCustomSection(SecType Type) override { in writeCustomSection()
H A DSampleProf.h121 enum SecType {
134 static inline std::string getSecName(SecType Type) {
160 SecType Type;
224 static inline void verifySecFlag(SecType Type, SecFlagType Flag) {
H A DSampleProfReader.h773 uint64_t getSectionSize(SecType Type);
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp81 auto SecType = Obj.getSectionType(Sec); in getMachOObjectFileSymbolInfo() local
82 if ((SecType & MachO::SECTION_TYPE) == MachO::S_MOD_INIT_FUNC_POINTERS) { in getMachOObjectFileSymbolInfo()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp68 SampleProfileWriterExtBinaryBase::markSectionStart(SecType Type, in markSectionStart()
103 SecType Type, uint32_t LayoutIdx, uint64_t SectionStart) { in addNewSection()
318 SecType Type, uint32_t LayoutIdx, const SampleProfileMap &ProfileMap) { in writeOneSection()
675 void SampleProfileWriterExtBinaryBase::setToCompressSection(SecType Type) { in setToCompressSection()
H A DSampleProfReader.cpp1255 Entry.Type = static_cast<SecType>(*Type); in readSecHdrTableEntry()
1304 uint64_t SampleProfileReaderExtBinaryBase::getSectionSize(SecType Type) { in getSectionSize()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h187 explicit Section(SectionType SecType) : Type(SecType) {} in Section()
H A DELFYAML.h77 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()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParsePragma.cpp2189 const IdentifierInfo *SecType = Tok.getIdentifierInfo(); in HandlePragma() local
2190 if (SecType->isStr("bss")) in HandlePragma()
2192 else if (SecType->isStr("data")) in HandlePragma()
2194 else if (SecType->isStr("rodata")) in HandlePragma()
2196 else if (SecType->isStr("relro")) in HandlePragma()
2198 else if (SecType->isStr("text")) in HandlePragma()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp734 static StringRef getDefaultLinkSec(unsigned SecType) { in getDefaultLinkSec() argument
735 switch (SecType) { in getDefaultLinkSec()