OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WasmSection
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/
Reader.cpp
24
const
WasmSection
&WS = WasmObj.getWasmSection(Sec);
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Wasm.h
106
struct
WasmSection
{
107
WasmSection
() = default;
130
const
WasmSection
&getWasmSection(const SectionRef &Section) const;
239
const
WasmSection
&getWasmSection(DataRefImpl Ref) const;
243
Error parseSection(
WasmSection
&Sec);
244
Error parseCustomSection(
WasmSection
&Sec, ReadContext &Ctx);
272
std::vector<
WasmSection
> Sections;
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
wasm2yaml.cpp
16
using object::
WasmSection
;
29
dumpCustomSection(const
WasmSection
&WasmSec);
52
WasmDumper::dumpCustomSection(const
WasmSection
&WasmSec) {
114
const
WasmSection
&WasmSec = Obj.getWasmSection(Sec);
199
const
WasmSection
&WasmSec = Obj.getWasmSection(Sec);
/src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp
224
static Error readSection(
WasmSection
&Section, WasmObjectFile::ReadContext &Ctx,
289
WasmSection
Sec;
301
Error WasmObjectFile::parseSection(
WasmSection
&Sec) {
852
WasmSection
&Section = Sections[SectionIndex];
982
Error WasmObjectFile::parseCustomSection(
WasmSection
&Sec, ReadContext &Ctx) {
1615
const
WasmSection
&S = Sections[Sec.d.a];
1648
const
WasmSection
&S = Sections[Sec.d.a];
1654
const
WasmSection
&S = Sections[Sec.d.a];
1688
const
WasmSection
&Sec = getWasmSection(Ref);
1766
const
WasmSection
&WasmObjectFile::getWasmSection(DataRefImpl Ref) const
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
WasmDumper.cpp
157
const
WasmSection
&WasmSec = Obj->getWasmSection(Section);
Completed in 71 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026