Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DModuleUtils.cpp244 auto AddGlobal = [&](GlobalValue &GV) { in getUniqueModuleId() local
/external/v8/src/wasm/
Dwasm-module-builder.cc297 uint32_t WasmModuleBuilder::AddGlobal(ValueType type, bool exported, in AddGlobal() function in v8::internal::wasm::WasmModuleBuilder
/external/llvm/bindings/go/llvm/
Dir.go977 func AddGlobal(m Module, t Type, name string) (v Value) { func
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1005 func AddGlobal(m Module, t Type, name string) (v Value) { func