OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CustomSection
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
WasmYAML.cpp
92
static void sectionMapping(IO &IO, WasmYAML::
CustomSection
&Section) {
175
auto
CustomSection
= cast<WasmYAML::
CustomSection
>(Section.get());
176
SectionName =
CustomSection
->Name;
202
Section.reset(new WasmYAML::
CustomSection
(SectionName));
203
sectionMapping(IO, *cast<WasmYAML::
CustomSection
>(Section.get()));
WasmYAML.cpp
92
static void sectionMapping(IO &IO, WasmYAML::
CustomSection
&Section) {
175
auto
CustomSection
= cast<WasmYAML::
CustomSection
>(Section.get());
176
SectionName =
CustomSection
->Name;
202
Section.reset(new WasmYAML::
CustomSection
(SectionName));
203
sectionMapping(IO, *cast<WasmYAML::
CustomSection
>(Section.get()));
WasmEmitter.cpp
38
void writeSectionContent(raw_ostream &OS, WasmYAML::
CustomSection
&Section);
334
WasmYAML::
CustomSection
&Section) {
568
auto *
CustomSection
= cast<WasmYAML::
CustomSection
>(&Sec);
569
writeStringRef(("reloc." +
CustomSection
->Name).str(), OS);
608
if (auto S = dyn_cast<WasmYAML::
CustomSection
>(Sec.get()))
617
if (auto S = dyn_cast<WasmYAML::
CustomSection
>(Sec.get()))
WasmEmitter.cpp
38
void writeSectionContent(raw_ostream &OS, WasmYAML::
CustomSection
&Section);
334
WasmYAML::
CustomSection
&Section) {
568
auto *
CustomSection
= cast<WasmYAML::
CustomSection
>(&Sec);
569
writeStringRef(("reloc." +
CustomSection
->Name).str(), OS);
608
if (auto S = dyn_cast<WasmYAML::
CustomSection
>(Sec.get()))
617
if (auto S = dyn_cast<WasmYAML::
CustomSection
>(Sec.get()))
/src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
WasmYAML.h
190
struct
CustomSection
: Section {
191
explicit
CustomSection
(StringRef Name)
202
struct DylinkSection :
CustomSection
{
203
DylinkSection() :
CustomSection
("dylink") {}
206
auto C = dyn_cast<
CustomSection
>(S);
217
struct NameSection :
CustomSection
{
218
NameSection() :
CustomSection
("name") {}
221
auto C = dyn_cast<
CustomSection
>(S);
230
struct LinkingSection :
CustomSection
{
231
LinkingSection() :
CustomSection
("linking") {
[
all
...]
WasmYAML.h
190
struct
CustomSection
: Section {
191
explicit
CustomSection
(StringRef Name)
202
struct DylinkSection :
CustomSection
{
203
DylinkSection() :
CustomSection
("dylink") {}
206
auto C = dyn_cast<
CustomSection
>(S);
217
struct NameSection :
CustomSection
{
218
NameSection() :
CustomSection
("name") {}
221
auto C = dyn_cast<
CustomSection
>(S);
230
struct LinkingSection :
CustomSection
{
231
LinkingSection() :
CustomSection
("linking") {
[
all
...]
Completed in 72 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026