Home
last modified time | relevance | path

Searched defs:Global (Results 1 – 25 of 57) sorted by relevance

123

/third_party/node/deps/v8/include/
Dv8-persistent-handle.h21 class Global; variable
216 friend class Global; variable
377 V8_INLINE Global() : PersistentBase<T>(nullptr) {} in Global() function
385 V8_INLINE Global(Isolate* isolate, Local<S> that) in Global() function
396 V8_INLINE Global(Isolate* isolate, const PersistentBase<S>& that) in Global() function
562 Global<T>::Global(Global&& other) : PersistentBase<T>(other.val_) { in Global() function
Dv8-function-callback.h17 class Global; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DFunctionComparator.h71 uint64_t getNumber(GlobalValue* Global) { in getNumber()
80 void erase(GlobalValue *Global) { in erase()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugCrossExSubsection.cpp35 uint32_t Global) { in addMapping()
/third_party/skia/third_party/externals/tint/src/resolver/
Ddependency_graph.cc79 struct Global { struct
80 explicit Global(const ast::Node* n) : node(n) {} in Global() argument
83 const ast::Node* node;
85 std::vector<Global*> deps;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRecordStreamer.h27 enum State { NeverSeen, Global, Defined, DefinedGlobal, DefinedWeak, Used, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DDIPrinter.cpp111 DIPrinter &DIPrinter::operator<<(const DIGlobal &Global) { in operator <<()
DSymbolize.cpp137 DIGlobal Global = Info->symbolizeData(ModuleOffset); in symbolizeData() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h70 struct Global { struct
89 Global GlobalImport; argument
/third_party/node/deps/v8/src/debug/
Ddebug-evaluate.cc42 MaybeHandle<Object> DebugEvaluate::Global(Isolate* isolate, in Global() function in v8::internal::DebugEvaluate
58 MaybeHandle<Object> DebugEvaluate::Global(Isolate* isolate, in Global() function in v8::internal::DebugEvaluate
/third_party/rust/crates/clap/src/builder/
Darg_settings.rs31 Global, enumerator
/third_party/googletest/googletest/include/gtest/hwext/
Dgtest-tag.h21 Security = 5 << 8, Global = 6 << 8, Compatibility = 7 << 8, User = 8 << 8, enumerator
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.cc53 HashtablezSampler& HashtablezSampler::Global() { in Global() function in absl::container_internal::HashtablezSampler
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp292 void LLVMAddGlobalMapping(LLVMExecutionEngineRef EE, LLVMValueRef Global, in LLVMAddGlobalMapping()
297 void *LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global) { in LLVMGetPointerToGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp49 const GlobalValue *Global = MO.getGlobal(); in GetGlobalAddressSymbol() local
/third_party/rust/crates/rustix/src/backend/linux_raw/process/
Dtypes.rs17 Global = membarrier_cmd::MEMBARRIER_CMD_GLOBAL as _, enumerator
/third_party/rust/crates/rustix/src/backend/libc/process/
Dtypes.rs19 Global = 1, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp1820 LLVMModuleRef LLVMGetGlobalParent(LLVMValueRef Global) { in LLVMGetGlobalParent()
1824 LLVMBool LLVMIsDeclaration(LLVMValueRef Global) { in LLVMIsDeclaration()
1828 LLVMLinkage LLVMGetLinkage(LLVMValueRef Global) { in LLVMGetLinkage()
1857 void LLVMSetLinkage(LLVMValueRef Global, LLVMLinkage Linkage) { in LLVMSetLinkage()
1922 const char *LLVMGetSection(LLVMValueRef Global) { in LLVMGetSection()
1928 void LLVMSetSection(LLVMValueRef Global, const char *Section) { in LLVMSetSection()
1932 LLVMVisibility LLVMGetVisibility(LLVMValueRef Global) { in LLVMGetVisibility()
1937 void LLVMSetVisibility(LLVMValueRef Global, LLVMVisibility Viz) { in LLVMSetVisibility()
1942 LLVMDLLStorageClass LLVMGetDLLStorageClass(LLVMValueRef Global) { in LLVMGetDLLStorageClass()
1947 void LLVMSetDLLStorageClass(LLVMValueRef Global, LLVMDLLStorageClass Class) { in LLVMSetDLLStorageClass()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceConverter.cpp677 void addGlobalInitializer(Ice::VariableDeclaration &Global, in addGlobalInitializer()
753 Ice::VariableDeclaration &Global, const Constant *Initializer, in addGlobalInitializer()
DIceCfg.h150 void addGlobal(VariableDeclaration *Global) { in addGlobal()
DIceDefs.h250 void push_back(VariableDeclaration *Global) { Globals.push_back(Global); } in push_back()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h81 uint32_t Global; member
115 WasmGlobalType Global; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalValue.h177 Global, enumerator
/third_party/rust/crates/clap/tests/derive/
Dsubcommands.rs180 Global(GlobalCmd), in global_passed_down() enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalValue.h200 Global, enumerator

123