OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EventSection
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
WasmYAML.h
319
struct
EventSection
: Section {
320
EventSection
() : Section(wasm::WASM_SEC_EVENT) {}
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
WasmEmitter.cpp
44
void writeSectionContent(raw_ostream &OS, WasmYAML::
EventSection
&Section);
453
WasmYAML::
EventSection
&Section) {
629
else if (auto S = dyn_cast<WasmYAML::
EventSection
>(Sec.get()))
WasmYAML.cpp
123
static void sectionMapping(IO &IO, WasmYAML::
EventSection
&Section) {
234
Section.reset(new WasmYAML::
EventSection
());
235
sectionMapping(IO, *cast<WasmYAML::
EventSection
>(Section.get()));
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Wasm.h
302
uint32_t
EventSection
= 0;
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
wasm2yaml.cpp
284
auto EventSec = std::make_unique<WasmYAML::
EventSection
>();
/src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp
1140
EventSection
= Sections.size();
1604
return
EventSection
;
Completed in 16 milliseconds
Indexes created Mon Sep 07 00:24:45 UTC 2026