/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugCrossExSubsection.cpp | 34 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 D | RecordStreamer.h | 27 enum State { NeverSeen, Global, Defined, DefinedGlobal, DefinedWeak, Used, enumerator
|
H A D | WasmObjectFile.cpp | 534 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 D | v8-persistent-handle.h | 364 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 D | v8-persistent-handle.h | 372 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 D | DIPrinter.cpp | 111 DIPrinter &DIPrinter::operator<<(const DIGlobal &Global) { in operator <<() argument
|
H A D | Symbolize.cpp | 137 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 D | FunctionComparator.h | 71 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 D | gtest-tag.h | 21 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 D | WasmYAML.cpp | 407 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 D | WebAssemblyMCInstLower.cpp | 49 const GlobalValue *Global = MO.getGlobal(); in GetGlobalAddressSymbol() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | hashtablez_sampler.cc | 53 HashtablezSampler& HashtablezSampler::Global() { in Global() function in absl::container_internal::HashtablezSampler
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-evaluate.cc | 42 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 D | ExecutionEngineBindings.cpp | 292 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 D | IceCfg.h | 150 void addGlobal(VariableDeclaration *Global) { in addGlobal() argument
|
H A D | IceDefs.h | 250 void push_back(VariableDeclaration *Global) { Globals.push_back(Global); } in push_back() argument
|
H A D | IceConverter.cpp | 677 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 D | dependency_graph.cc | 79 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 D | dump_state.py | 152 class Global(Dispatcher): class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 70 struct Global { struct
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | AMDGPUMetadata.h | 53 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 D | Wasm.h | 81 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 D | DwarfCompileUnit.cpp | 192 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 D | PDBTypes.h | 233 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 D | MicrosoftDemangleNodes.h | 51 Global, member in llvm::ms_demangle::StorageClass
|