Searched refs:AddGlobal (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | ModuleUtils.cpp | 244 auto AddGlobal = [&](GlobalValue &GV) { in getUniqueModuleId() local 254 AddGlobal(F); in getUniqueModuleId() 256 AddGlobal(GV); in getUniqueModuleId() 258 AddGlobal(GA); in getUniqueModuleId() 260 AddGlobal(IF); in getUniqueModuleId()
|
/external/v8/src/wasm/ |
D | wasm-module-builder.h | 228 uint32_t AddGlobal(ValueType type, bool exported, bool mutability = true,
|
D | wasm-module-builder.cc | 297 uint32_t WasmModuleBuilder::AddGlobal(ValueType type, bool exported, in AddGlobal() function in v8::internal::wasm::WasmModuleBuilder
|
/external/v8/src/asmjs/ |
D | asm-parser.cc | 254 info->index = module_builder_->AddGlobal(vtype, false, true, init); in DeclareGlobal()
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 977 func AddGlobal(m Module, t Type, name string) (v Value) { func
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | ir.go | 1005 func AddGlobal(m Module, t Type, name string) (v Value) { func
|