Home
last modified time | relevance | path

Searched defs:AddGlobal (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/cctest/wasm/
Dwasm-run-utils.h104 T* AddGlobal(MachineType mem_type) { in AddGlobal() function
176 WasmGlobal* AddGlobal(MachineType mem_type) { in AddGlobal() function
/external/v8/src/wasm/
Dencoder.cc430 uint32_t WasmModuleBuilder::AddGlobal(MachineType type, bool exported) { in AddGlobal() function in v8::internal::wasm::WasmModuleBuilder
/external/v8/test/unittests/wasm/
Dast-decoder-unittest.cc1216 byte AddGlobal(MachineType mem_type) { in AddGlobal() function in v8::internal::wasm::__anonaece41320111::TestModuleEnv
/external/llvm/bindings/go/llvm/
Dir.go977 func AddGlobal(m Module, t Type, name string) (v Value) { func