OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NoteSection
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
ELFYAML.h
376
struct
NoteSection
: Section {
379
NoteSection
() : Section(ChunkKind::Note) {}
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ELFEmitter.cpp
282
const ELFYAML::
NoteSection
&Section,
846
} else if (auto S = dyn_cast<ELFYAML::
NoteSection
>(Sec)) {
1640
const ELFYAML::
NoteSection
&Section,
ELFYAML.cpp
1305
static void sectionMapping(IO &IO, ELFYAML::
NoteSection
&Section) {
1526
Section.reset(new ELFYAML::
NoteSection
());
1527
sectionMapping(IO, *cast<ELFYAML::
NoteSection
>(Section.get()));
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
elf2yaml.cpp
85
Expected<ELFYAML::
NoteSection
*> dumpNoteSection(const Elf_Shdr *Shdr);
1168
Expected<ELFYAML::
NoteSection
*>
1170
auto S = std::make_unique<ELFYAML::
NoteSection
>();
Completed in 19 milliseconds
Indexes created Mon Sep 07 00:24:45 UTC 2026