Home
last modified time | relevance | path

Searched defs:Global (Results 1 - 25 of 34) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DDebugCrossExSubsection.cpp34 addMapping(uint32_t Local, uint32_t Global) addMapping() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DRecordStreamer.h27 enum State { NeverSeen, Global, Defined, DefinedGlobal, DefinedWeak, Used, enumerator
H A DWasmObjectFile.cpp534 wasm::WasmGlobal &Global = Globals[GlobalIndex]; in parseLinkingSectionSymtab() local
991 wasm::WasmGlobal Global; in parseGlobalSection() local
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-persistent-handle.h364 class Global : public PersistentBase<T> { class
377 V8_INLINE Global(Isolate* isolate, Local<S> that) in Global() function in v8::Global
389 V8_INLINE Global(Isolat function in v8::Global
549 Global<T>::Global(Global&& other) : PersistentBase<T>(other.slot()) { Global() function in v8::Global
[all...]
/third_party/node/deps/v8/include/
H A Dv8-persistent-handle.h372 class Global : public PersistentBase<T> { class
377 V8_INLINE Global() : PersistentBase<T>(nullptr) {} in Global() function in v8::Global
385 V8_INLINE Global(Isolate* isolate, Local<S> that) in Global() function in v8::Global
396 V8_INLINE Global(Isolate* isolate, const PersistentBase<S>& that) in Global() function in v8::Global
562 Global<T>::Global(Global&& other) : PersistentBase<T>(other.val_) { Global() function in v8::Global
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp111 DIPrinter &DIPrinter::operator<<(const DIGlobal &Global) { in operator <<() argument
H A 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/Transforms/Utils/
H A DFunctionComparator.h71 uint64_t getNumber(GlobalValue* Global) { in getNumber() argument
80 void erase(GlobalValue *Global) { in erase() argument
/third_party/googletest/googletest/include/gtest/hwext/
H A Dgtest-tag.h21 Security = 5 << 8, Global = 6 << 8, Compatibility = 7 << 8, User = 8 << 8, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp407 void MappingTraits<WasmYAML::Global>::mapping(IO &IO, in mapping() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp49 const GlobalValue *Global = MO.getGlobal(); in GetGlobalAddressSymbol() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhashtablez_sampler.cc53 HashtablezSampler& HashtablezSampler::Global() { in Global() function in absl::container_internal::HashtablezSampler
/third_party/node/deps/v8/src/debug/
H A 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp292 void LLVMAddGlobalMapping(LLVMExecutionEngineRef EE, LLVMValueRef Global, in LLVMAddGlobalMapping() argument
297 void *LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global) { in LLVMGetPointerToGlobal() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceCfg.h150 void addGlobal(VariableDeclaration *Global) { in addGlobal() argument
H A DIceDefs.h250 void push_back(VariableDeclaration *Global) { Globals.push_back(Global); } in push_back() argument
H A DIceConverter.cpp677 void addGlobalInitializer(Ice::VariableDeclaration &Global, in addGlobalInitializer() argument
752 addGlobalInitializer( Ice::VariableDeclaration &Global, const Constant *Initializer, bool HasOffset, Ice::RelocOffsetT Offset) addGlobalInitializer() argument
[all...]
/third_party/skia/third_party/externals/tint/src/resolver/
H A Ddependency_graph.cc79 struct Global { struct
80 explicit Global(const ast::Node* n) : node(n) {} in Global() function
[all...]
/third_party/mesa3d/src/gallium/tools/trace/
H A Ddump_state.py152 class Global(Dispatcher): class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h70 struct Global { struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h53 Global = 1, member in llvm::AMDGPU::HSAMD::AccessQualifier::AddressSpaceQualifier
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DWasm.h81 uint32_t Global; member
115 WasmGlobalType Global; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp192 const GlobalVariable *Global = GE.Var; in addLocationAttribute() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h233 Global, member in llvm::pdb::PDB_Checksum::PDB_DataKind
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h51 Global, member in llvm::ms_demangle::StorageClass

Completed in 26 milliseconds

12