Home
last modified time | relevance | path

Searched defs:Globals (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DGlobalMerge.cpp219 bool GlobalMerge::doMerge(SmallVectorImpl<GlobalVariable*> &Globals, in doMerge()
256 BitVector Globals; in doMerge() member
437 bool GlobalMerge::doMerge(const SmallVectorImpl<GlobalVariable *> &Globals, in doMerge()
608 Globals, ConstGlobals, BSSGlobals; in doInitialization() local
/third_party/python/Doc/library/
Dzoneinfo.rst378 Globals chapter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h132 std::unique_ptr<GlobalsStream> Globals; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h120 SmallVector<CVGlobalVariable, 1> Globals; member
143 SmallVector<CVGlobalVariable, 1> Globals; member
DCodeViewDebug.cpp2737 SmallVectorImpl<CVGlobalVariable> &Globals) { in collectLexicalBlockInfo()
2759 SmallVectorImpl<CVGlobalVariable> *Globals = in collectLexicalBlockInfo() local
3069 void CodeViewDebug::emitGlobalVariableList(ArrayRef<CVGlobalVariable> Globals) { in emitGlobalVariableList()
DDwarfDebug.cpp2118 const StringMap<const DIE *> &Globals) { in emitDebugPubSection()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp1227 struct Globals struct in sw::SpirvShader::Impl::Debugger::State
1229 struct Compute
1240 struct Fragment
1248 struct Vertex
1256 uint32_t subgroupSize;
1257 sw::SIMD::uint_t activeLaneMask;
1261 {
2614 using Globals = Impl::Debugger::State::Globals; in dbgBeginEmit() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h270 std::vector<wasm::WasmGlobal> Globals; variable
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceGlobalContext.h435 VariableDeclarationList Globals; variable
DIceASanInstrumentation.cpp85 void ASanInstrumentation::instrumentGlobals(VariableDeclarationList &Globals) { in instrumentGlobals()
DIceDefs.h270 VariableDeclarationArray Globals; variable
DWasmTranslator.cpp1578 unique_ptr<VariableDeclarationList> Globals = in translate() local
DPNaClTranslator.cpp3028 std::unique_ptr<Ice::VariableDeclarationList> Globals = in installGlobalNamesAndGlobalVarInitializers() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp817 ArrayRef<Metadata *> TypeIds, ArrayRef<GlobalTypeMember *> Globals) { in buildBitSetsFromGlobalVariables()
1591 ArrayRef<Metadata *> TypeIds, ArrayRef<GlobalTypeMember *> Globals, in buildBitSetsFromDisjointSet()
2102 std::vector<GlobalTypeMember *> Globals; in lower() local
DGlobalOpt.cpp563 Module::GlobalListType &Globals = GV->getParent()->getGlobalList(); in SRAGlobal() local
/third_party/icu/docs/userguide/dev/
Dcodingguidelines.md1717 ### Globals subsection
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp100 DenseSet<const GlobalVariable *> &Globals) { in DiscoverDependentGlobals()
823 SmallVector<const GlobalVariable *, 8> Globals; in emitGlobals() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h319 std::vector<Global> Globals; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp1383 std::vector<GlobalVariable *> Globals; in instrumentGlobals() local
DAddressSanitizer.cpp1127 NamedMDNode *Globals = M.getNamedMetadata("llvm.asan.globals"); in GlobalsMetadata() local