Home
last modified time | relevance | path

Searched defs:Scope (Results 1 – 25 of 87) sorted by relevance

1234

/external/llvm/lib/CodeGen/
DLexicalScopes.cpp110 MDLocalScope *Scope = DL->getScope(); in findLexicalScope() local
128 LexicalScope *LexicalScopes::getOrCreateLexicalScope(const MDLocalScope *Scope, in getOrCreateLexicalScope()
142 LexicalScopes::getOrCreateRegularScope(const MDLocalScope *Scope) { in getOrCreateRegularScope()
170 LexicalScopes::getOrCreateInlinedScope(const MDLocalScope *Scope, in getOrCreateInlinedScope()
193 LexicalScopes::getOrCreateAbstractScope(const MDLocalScope *Scope) { in getOrCreateAbstractScope()
217 void LexicalScopes::constructScopeNest(LexicalScope *Scope) { in constructScopeNest()
274 LexicalScope *Scope = getOrCreateLexicalScope(DL); in getMachineBasicBlocks() local
296 LexicalScope *Scope = getOrCreateLexicalScope(DL); in dominates() local
/external/google-breakpad/src/processor/
Dcfi_frame_info_unittest.cc163 class Scope: public CFIFixture, public Test { }; class
166 TEST_F(Scope, CFALacksCFA) { in TEST_F() argument
176 TEST_F(Scope, CFALacksRA) { in TEST_F() argument
187 TEST_F(Scope, CFASeesCurrentRegs) { in TEST_F() argument
202 TEST_F(Scope, RASeesCFA) { in TEST_F() argument
214 TEST_F(Scope, RALacksRA) { in TEST_F() argument
225 TEST_F(Scope, RASeesCurrentRegs) { in TEST_F() argument
238 TEST_F(Scope, RegistersSeeCFA) { in TEST_F() argument
251 TEST_F(Scope, RegsLackRA) { in TEST_F() argument
262 TEST_F(Scope, RegsSeeRegs) { in TEST_F() argument
[all …]
/external/llvm/lib/IR/
DDebugLoc.cpp52 const MDNode *Scope = getInlinedAtScope(); in getFnDebugLoc() local
59 DebugLoc DebugLoc::get(unsigned Line, unsigned Col, const MDNode *Scope, in get()
91 auto *Scope = cast<MDScope>(getScope()); in print() local
DDebugInfoMetadata.cpp42 unsigned Column, Metadata *Scope, in getImpl()
256 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, in getImpl()
271 unsigned Line, Metadata *Scope, Metadata *BaseType, uint64_t SizeInBits, in getImpl()
339 LLVMContext &Context, Metadata *Scope, MDString *Name, in getImpl()
383 MDLexicalBlock *MDLexicalBlock::getImpl(LLVMContext &Context, Metadata *Scope, in getImpl()
394 Metadata *Scope, Metadata *File, in getImpl()
404 MDNamespace *MDNamespace::getImpl(LLVMContext &Context, Metadata *Scope, in getImpl()
435 MDGlobalVariable::getImpl(LLVMContext &Context, Metadata *Scope, MDString *Name, in getImpl()
454 Metadata *Scope, MDString *Name, in getImpl()
545 Metadata *Scope, Metadata *Entity, in getImpl()
DDebugInfo.cpp36 DISubprogram llvm::getDISubprogram(const MDNode *Scope) { in getDISubprogram()
51 const MDNode *Scope = DLoc.getInlinedAtScope(); in getDISubprogram() local
183 void DebugInfoFinder::processScope(DIScope Scope) { in processScope()
297 bool DebugInfoFinder::addScope(DIScope Scope) { in addScope()
DDIBuilder.cpp283 MDDerivedType *DIBuilder::createMemberType(MDScope *Scope, StringRef Name, in createMemberType()
301 MDDerivedType *DIBuilder::createStaticMemberType(MDScope *Scope, StringRef Name, in createStaticMemberType()
409 MDCompositeType* DIBuilder::createUnionType(MDScope * Scope, StringRef Name, in createUnionType()
434 MDScope *Scope, StringRef Name, MDFile *File, unsigned LineNumber, in createEnumerationType()
499 DIBuilder::createForwardDecl(unsigned Tag, StringRef Name, MDScope * Scope, in createForwardDecl()
517 unsigned Tag, StringRef Name, MDScope * Scope, MDFile* F, unsigned Line, in createReplaceableCompositeType()
587 unsigned Tag, MDScope *Scope, StringRef Name, MDFile *File, unsigned LineNo, in createLocalVariable()
702 MDNamespace* DIBuilder::createNameSpace(MDScope * Scope, StringRef Name, in createNameSpace()
708 MDLexicalBlockFile* DIBuilder::createLexicalBlockFile(MDScope * Scope, in createLexicalBlockFile()
714 MDLexicalBlock* DIBuilder::createLexicalBlock(MDScope * Scope, MDFile* File, in createLexicalBlock()
/external/clang/lib/CodeGen/
DCGCleanup.cpp163 EHCleanupScope *Scope = in pushCleanup() local
381 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); in PopCleanupBlocks() local
421 EHCleanupScope &Scope) { in CreateNormalEntry()
575 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); in PopCleanupBlock() local
965 EHCleanupScope &Scope = in EmitBranchThroughCleanup() local
975 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(I)); in EmitBranchThroughCleanup() local
1051 EHCleanupScope &Scope = cast<EHCleanupScope>(*CGF.EHStack.find(C)); in SetupCleanupBlockActivation() local
1107 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); in ActivateCleanupBlock() local
1119 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); in DeactivateCleanupBlock() local
DCGStmtOpenMP.cpp520 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPParallelDirective() local
1084 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPForDirective() local
1202 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPSectionsDirective() local
1211 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPSectionDirective() local
1243 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPSingleDirective() local
1259 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPMasterDirective() local
1268 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPCriticalDirective() local
1281 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPParallelForDirective() local
1302 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPParallelSectionsDirective() local
1314 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPTaskDirective() local
[all …]
/external/v8/src/compiler/
Dsource-position.h50 Scope(SourcePositionTable* source_positions, SourcePosition position) in Scope() function
55 Scope(SourcePositionTable* source_positions, Node* node) in Scope() function
/external/llvm/bindings/go/llvm/
DDIBuilderBindings.cpp56 LLVMMetadataRef Scope, in LLVMDIBuilderCreateLexicalBlock()
67 LLVMMetadataRef Scope, in LLVMDIBuilderCreateLexicalBlockFile()
77 LLVMDIBuilderRef Dref, LLVMMetadataRef Scope, const char *Name, in LLVMDIBuilderCreateFunction()
91 LLVMDIBuilderRef Dref, unsigned Tag, LLVMMetadataRef Scope, in LLVMDIBuilderCreateLocalVariable()
133 LLVMDIBuilderRef Dref, LLVMMetadataRef Scope, const char *Name, in LLVMDIBuilderCreateStructType()
148 LLVMMetadataRef Scope, LLVMMetadataRef File, unsigned Line, in LLVMDIBuilderCreateReplaceableCompositeType()
159 LLVMDIBuilderCreateMemberType(LLVMDIBuilderRef Dref, LLVMMetadataRef Scope, in LLVMDIBuilderCreateMemberType()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp304 LexicalScope *Scope, SmallVectorImpl<std::unique_ptr<DIE>> &FinalChildren) { in constructScopeDIE()
419 DwarfCompileUnit::constructInlinedScopeDIE(LexicalScope *Scope) { in constructInlinedScopeDIE()
449 DwarfCompileUnit::constructLexicalScopeDIE(LexicalScope *Scope) { in constructLexicalScopeDIE()
535 DbgVariable &DV, const LexicalScope &Scope, DIE *&ObjectPointer) { in constructVariableDIE()
543 LexicalScope *Scope, SmallVectorImpl<std::unique_ptr<DIE>> &Children, in createScopeChildrenDIE()
561 void DwarfCompileUnit::constructSubprogramScopeDIE(LexicalScope *Scope) { in constructSubprogramScopeDIE()
588 DIE *DwarfCompileUnit::createAndAddScopeChildren(LexicalScope *Scope, in createAndAddScopeChildren()
602 DwarfCompileUnit::constructAbstractSubprogramScopeDIE(LexicalScope *Scope) { in constructAbstractSubprogramScopeDIE()
DDwarfDebug.cpp316 bool DwarfDebug::isLexicalScopeDIENull(LexicalScope *Scope) { in isLexicalScopeDIENull()
339 void DwarfDebug::constructAbstractSubprogramScopeDIE(LexicalScope *Scope) { in constructAbstractSubprogramScopeDIE()
680 LexicalScope *Scope) { in createAbstractVariable()
703 if (LexicalScope *Scope = in ensureAbstractVariableIsCreatedIfScoped() local
719 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); in collectVariableInfoFromMMITable() local
893 LexicalScope *Scope = nullptr; in collectVariableInfo() local
933 if (LexicalScope *Scope = LScopes.findLexicalScope(DV->getScope())) { in collectVariableInfo() local
976 const MDNode *Scope = DL.getScope(); in beginInstruction() local
1255 if (auto *Scope = cast_or_null<MDScope>(S)) { in recordSourceLine() local
DWinCodeViewLineTables.cpp27 auto *Scope = cast<MDScope>(S); in getFullFilepath() local
83 const MDNode *Scope = DL.getScope(); in maybeRecordLocation() local
/external/clang/lib/Basic/
DAttributes.cpp6 int clang::hasAttribute(AttrSyntax Syntax, const IdentifierInfo *Scope, in hasAttribute()
/external/llvm/utils/TableGen/
DDAGISelMatcherOpt.cpp33 if (ScopeMatcher *Scope = dyn_cast<ScopeMatcher>(N)) { in ContractNodes() local
198 if (ScopeMatcher *Scope = dyn_cast<ScopeMatcher>(N)) { in SinkPatternPredicates() local
262 ScopeMatcher *Scope = dyn_cast<ScopeMatcher>(N); in FactorNodes() local
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRHashMap.h42 NSInteger Scope; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRHashMap.h42 NSInteger Scope; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRHashMap.h42 NSInteger Scope; variable
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Drecognizers.rb144 class Scope < ::Struct class
/external/v8/test/mjsunit/regress/
Dregress-2073.js38 function Scope() { class
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRHashMap.h41 NSInteger Scope; variable
/external/jetty/src/java/org/eclipse/jetty/server/
DUserIdentity.java65 interface Scope interface
/external/clang/include/clang/Sema/
DMultiplexExternalSemaSource.h29 class Scope; variable
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp416 LocalInstantiationScope Scope(SemaRef); in VisitTypeAliasTemplateDecl() local
889 LocalInstantiationScope Scope(SemaRef); in VisitClassTemplateDecl() local
1096 LocalInstantiationScope Scope(SemaRef); in VisitVarTemplateDecl() local
1176 LocalInstantiationScope Scope(SemaRef); in VisitFunctionTemplateDecl() local
1338 LocalInstantiationScope Scope(SemaRef, MergeWithParentScope); in VisitFunctionDecl() local
1614 LocalInstantiationScope Scope(SemaRef, MergeWithParentScope); in VisitCXXMethodDecl() local
2087 LocalInstantiationScope Scope(SemaRef); in VisitTemplateTemplateParmDecl() local
2121 LocalInstantiationScope Scope(SemaRef); in VisitTemplateTemplateParmDecl() local
2138 LocalInstantiationScope Scope(SemaRef); in VisitTemplateTemplateParmDecl() local
2146 LocalInstantiationScope Scope(SemaRef); in VisitTemplateTemplateParmDecl() local
[all …]
/external/llvm/unittests/IR/
DMetadataTest.cpp967 MDScopeRef Scope = getSubprogramRef(); in TEST_F() local
1028 MDScopeRef Scope = getSubprogramRef(); in TEST_F() local
1047 MDScopeRef Scope = getSubprogramRef(); in TEST_F() local
1164 MDScopeRef Scope = getSubprogramRef(); in TEST_F() local
1190 MDScopeRef Scope = getSubprogramRef(); in TEST_F() local
1422 MDScopeRef Scope = getCompositeType(); in TEST_F() local
1567 MDScopeRef Scope = getCompositeType(); in TEST_F() local
1605 MDLocalScope *Scope = getSubprogram(); in TEST_F() local
1632 MDLocalScope *Scope = getSubprogram(); in TEST_F() local
1658 MDScope *Scope = getFile(); in TEST_F() local
[all …]

1234