Home
last modified time | relevance | path

Searched refs:GlobalScope (Results 1 – 11 of 11) sorted by relevance

/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp127 auto GlobalScope(Session->getGlobalScope()); in dumpInput() local
128 std::string FileName(GlobalScope->getSymbolsFileName()); in dumpInput()
145 Printer << ": " << GlobalScope->getGuid(); in dumpInput()
149 Printer << ": " << GlobalScope->getAge(); in dumpInput()
154 if (GlobalScope->hasCTypes()) in dumpInput()
156 if (GlobalScope->hasPrivateSymbols()) in dumpInput()
165 auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>(); in dumpInput()
177 Dumper.start(*GlobalScope); in dumpInput()
185 auto Compilands = GlobalScope->findAllChildren<PDBSymbolCompiland>(); in dumpInput()
198 auto Functions = GlobalScope->findAllChildren<PDBSymbolFunc>(); in dumpInput()
[all …]
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp78 CComPtr<IDiaSymbol> GlobalScope; in getGlobalScope() local
79 if (S_OK != Session->get_globalScope(&GlobalScope)) in getGlobalScope()
82 auto RawSymbol = llvm::make_unique<DIARawSymbol>(*this, GlobalScope); in getGlobalScope()
/external/v8/src/
Dscopes.h382 Scope* GlobalScope();
Dscopes.cc728 Scope* Scope::GlobalScope() { in GlobalScope() function in v8::internal::Scope
/external/v8/src/arm64/
Dfull-codegen-arm64.cc935 __ LoadContext(x1, scope_->ContextChainLength(scope_->GlobalScope())); in VisitModuleDeclaration()
/external/v8/src/ia32/
Dfull-codegen-ia32.cc875 __ LoadContext(eax, scope_->ContextChainLength(scope_->GlobalScope())); in VisitModuleDeclaration()
/external/v8/src/x87/
Dfull-codegen-x87.cc868 __ LoadContext(eax, scope_->ContextChainLength(scope_->GlobalScope())); in VisitModuleDeclaration()
/external/v8/src/x64/
Dfull-codegen-x64.cc898 __ LoadContext(rax, scope_->ContextChainLength(scope_->GlobalScope())); in VisitModuleDeclaration()
/external/v8/src/mips64/
Dfull-codegen-mips64.cc927 __ LoadContext(a1, scope_->ContextChainLength(scope_->GlobalScope())); in VisitModuleDeclaration()
/external/v8/src/arm/
Dfull-codegen-arm.cc940 __ LoadContext(r1, scope_->ContextChainLength(scope_->GlobalScope())); in VisitModuleDeclaration()
/external/v8/src/mips/
Dfull-codegen-mips.cc932 __ LoadContext(a1, scope_->ContextChainLength(scope_->GlobalScope())); in VisitModuleDeclaration()