OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SecType
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
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) {
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 {
SampleProf.h
118
enum
SecType
{
130
static inline std::string getSecName(
SecType
Type) {
147
llvm_unreachable("A
SecType
has no name for output");
153
SecType
Type;
204
static inline void verifySecFlag(
SecType
Type, SecFlagType Flag) {
SampleProfReader.h
704
uint64_t getSectionSize(
SecType
Type);
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
Mangling.cpp
136
auto
SecType
= MachOObj.getSectionType(Sec);
137
if ((
SecType
& MachO::SECTION_TYPE) == MachO::S_MOD_INIT_FUNC_POINTERS) {
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfWriter.cpp
83
SampleProfileWriterExtBinaryBase::markSectionStart(
SecType
Type,
119
SecType
Type, uint32_t LayoutIdx, uint64_t SectionStart) {
244
SecType
Type, uint32_t LayoutIdx,
582
void SampleProfileWriterExtBinaryBase::setToCompressSection(
SecType
Type) {
SampleProfReader.cpp
1013
Entry.Type = static_cast<
SecType
>(*Type);
1062
uint64_t SampleProfileReaderExtBinaryBase::getSectionSize(
SecType
Type) {
/src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
WasmYAML.h
183
explicit Section(SectionType
SecType
) : Type(
SecType
) {}
ELFYAML.h
76
unsigned getDefaultShEntSize(unsigned EMachine, ELF_SHT
SecType
,
78
if (EMachine == ELF::EM_MIPS &&
SecType
== ELF::SHT_MIPS_ABIFLAGS)
81
switch (
SecType
) {
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParsePragma.cpp
1963
const IdentifierInfo *
SecType
= Tok.getIdentifierInfo();
1964
if (
SecType
->isStr("bss"))
1966
else if (
SecType
->isStr("data"))
1968
else if (
SecType
->isStr("rodata"))
1970
else if (
SecType
->isStr("relro"))
1972
else if (
SecType
->isStr("text"))
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ELFEmitter.cpp
693
static StringRef getDefaultLinkSec(unsigned
SecType
) {
694
switch (
SecType
) {
Completed in 61 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026