OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GlobalSection
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
WasmYAML.h
329
struct
GlobalSection
: Section {
330
GlobalSection
() : Section(wasm::WASM_SEC_GLOBAL) {}
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
WasmEmitter.cpp
45
void writeSectionContent(raw_ostream &OS, WasmYAML::
GlobalSection
&Section);
468
WasmYAML::
GlobalSection
&Section) {
631
else if (auto S = dyn_cast<WasmYAML::
GlobalSection
>(Sec.get()))
WasmYAML.cpp
128
static void sectionMapping(IO &IO, WasmYAML::
GlobalSection
&Section) {
239
Section.reset(new WasmYAML::
GlobalSection
());
240
sectionMapping(IO, *cast<WasmYAML::
GlobalSection
>(Section.get()));
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Wasm.h
303
uint32_t
GlobalSection
= 0;
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
wasm2yaml.cpp
296
auto GlobalSec = std::make_unique<WasmYAML::
GlobalSection
>();
/src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp
1158
GlobalSection
= Sections.size();
1598
return
GlobalSection
;
Completed in 45 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026