Home
last modified time | relevance | path

Searched defs:isGlobal (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCSymbolWasm.h45 bool isGlobal() const { return Type == wasm::WASM_SYMBOL_TYPE_GLOBAL; } in isGlobal() function in llvm::MCSymbolWasm
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource7.js160 var isGlobal = context.scopeChain.container == context.checker.gloMod; variable
194 var isGlobal = context.scopeChain.container == context.checker.gloMod; variable
301 var isGlobal = context.scopeChain.container == context.checker.gloMod; variable
426 var isGlobal = context.scopeChain.container == context.checker.gloMod; global() variable
504 var isGlobal = context.scopeChain.container == context.checker.gloMod; global() variable
595 var isGlobal = containerSym == context.checker.gloMod; global() variable
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DIRSymtab.h204 bool isGlobal() const { return (Flags >> S::FB_global) & 1; } in isGlobal() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineOperand.h337 bool isGlobal() const { return OpKind == MO_GlobalAddress; } in isGlobal() function
/third_party/node/src/
H A Djs_native_api_v8.h82 bool isGlobal = false; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp70 bool isGlobal() const { return Kind == MachineOperand::MO_GlobalAddress; } in isGlobal() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2268 writeConstants(unsigned FirstVal, unsigned LastVal, bool isGlobal) writeConstants() argument

Completed in 14 milliseconds