Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:WasmImport
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H
A
D
WasmObjectWriter.cpp
313
void writeImportSection(ArrayRef<wasm::
WasmImport
> Imports, uint32_t DataSize,
697
void WasmObjectWriter::writeImportSection(ArrayRef<wasm::
WasmImport
> Imports,
in writeImportSection()
709
for (const wasm::
WasmImport
&Import : Imports) {
in writeImportSection()
1114
SmallVector<wasm::
WasmImport
, 4> Imports;
in writeObject()
1125
wasm::
WasmImport
MemImport;
in writeObject()
1134
wasm::
WasmImport
TableImport;
in writeObject()
1161
wasm::
WasmImport
Import;
in writeObject()
1173
wasm::
WasmImport
Import;
in writeObject()
1185
wasm::
WasmImport
Import;
in writeObject()
1202
wasm::
WasmImport
Impor
in writeObject()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H
A
D
WasmObjectFile.cpp
470
std::vector<wasm::
WasmImport
*> ImportedGlobals;
in parseLinkingSectionSymtab()
471
std::vector<wasm::
WasmImport
*> ImportedFunctions;
in parseLinkingSectionSymtab()
472
std::vector<wasm::
WasmImport
*> ImportedEvents;
in parseLinkingSectionSymtab()
510
wasm::
WasmImport
&Import = *ImportedFunctions[Info.ElementIndex];
in parseLinkingSectionSymtab()
539
wasm::
WasmImport
&Import = *ImportedGlobals[Info.ElementIndex];
in parseLinkingSectionSymtab()
599
wasm::
WasmImport
&Import = *ImportedEvents[Info.ElementIndex];
in parseLinkingSectionSymtab()
900
wasm::
WasmImport
Im;
in parseImportSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H
A
D
Wasm.h
138
ArrayRef<wasm::
WasmImport
> imports() const { return Imports; }
in imports()
272
std::vector<wasm::
WasmImport
> Imports;
/third_party/node/deps/v8/src/wasm/
H
A
D
wasm-module.h
257
struct
WasmImport
{
struct
510
std::vector<
WasmImport
> import_table;
H
A
D
module-instantiate.cc
1057
const
WasmImport
& import = module_->import_table[index];
in SanitizeImports()
1084
WasmImport
import = module_->import_table[index];
in FindImportedMemory()
1643
const
WasmImport
& import = module_->import_table[index];
in ProcessImports()
1766
const
WasmImport
& import = module_->import_table[index];
in ProcessExports()
H
A
D
wasm-module.cc
380
const
WasmImport
& import = module->import_table[index];
in GetImports()
H
A
D
c-api.cc
1156
const std::vector<i::wasm::
WasmImport
>& import_table = module->import_table;
1160
const i::wasm::
WasmImport
& imp = import_table[i];
H
A
D
module-decoder.cc
789
WasmImport
* import = &module_->import_table.back();
in DecodeImportSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H
A
D
Wasm.h
109
struct
WasmImport
{
struct
Completed in 24 milliseconds