Searched defs:Scope (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/
H A DEventListenerCommon.h35 const char *getFilename(MDNode *Scope) { argument
44 const char *getFullPath(MDNode *Scope) { argument
/freebsd-9.3-release/sys/contrib/dev/acpica/parser/
H A Dpsscope.c117 ACPI_GENERIC_STATE *Scope; local
164 ACPI_GENERIC_STATE *Scope; local
226 ACPI_GENERIC_STATE *Scope = ParserState->Scope; local
281 ACPI_GENERIC_STATE *Scope; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DDebugLoc.cpp49 void DebugLoc::getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA, argument
74 get(unsigned Line, unsigned Col, MDNode *Scope, MDNode *InlinedAt) argument
119 MDNode *Scope = Loc.getScope(); local
128 MDNode *Scope = LexBlock.getContext(); local
161 getOrAddScopeRecordIdxEntry(MDNode *Scope, int ExistingIdx) argument
184 getOrAddScopeInlinedAtIdxEntry(MDNode *Scope, MDNode *IA, int ExistingIdx) argument
[all...]
H A DDIBuilder.cpp411 DIDerivedType DIBuilder::createMemberType(DIDescriptor Scope, StringRef Name, argument
436 DIBuilder::createStaticMemberType(DIDescriptor Scope, StringRef Name, argument
676 DICompositeType DIBuilder::createUnionType(DIDescriptor Scope, StringRef Name, argument
871 DIBuilder::createForwardDecl(unsigned Tag, StringRef Name, DIDescriptor Scope, argument
733 createEnumerationType( DIDescriptor Scope, StringRef Name, DIFile File, unsigned LineNumber, uint64_t SizeInBits, uint64_t AlignInBits, DIArray Elements, DIType UnderlyingType, StringRef UniqueIdentifier) argument
987 createLocalVariable(unsigned Tag, DIDescriptor Scope, StringRef Name, DIFile File, unsigned LineNo, DIType Ty, bool AlwaysPreserve, unsigned Flags, unsigned ArgNo) argument
1024 createComplexVariable(unsigned Tag, DIDescriptor Scope, StringRef Name, DIFile F, unsigned LineNo, DIType Ty, ArrayRef<Value *> Addr, unsigned ArgNo) argument
1153 createNameSpace(DIDescriptor Scope, StringRef Name, DIFile File, unsigned LineNo) argument
1170 createLexicalBlockFile(DIDescriptor Scope, DIFile File) argument
1184 createLexicalBlock(DIDescriptor Scope, DIFile File, unsigned Line, unsigned Col) argument
[all...]
H A DDebugInfo.cpp885 DISubprogram llvm::getDISubprogram(const MDNode *Scope) { argument
1035 void DebugInfoFinder::processScope(DIScope Scope) { argument
1177 addScope(DIScope Scope) argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp105 MDNode *Scope, *IA; local
H A DBitcodeWriter.cpp1599 MDNode *Scope, *IA; local
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DLexicalScopes.cpp117 MDNode *Scope = NULL; local
136 MDNode *Scope = NULL; local
151 getOrCreateRegularScope(MDNode *Scope) argument
175 getOrCreateInlinedScope(MDNode *Scope, MDNode *InlinedAt) argument
214 constructScopeNest(LexicalScope *Scope) argument
271 LexicalScope *Scope = getOrCreateLexicalScope(DL); local
293 LexicalScope *Scope = getOrCreateLexicalScope(DL); local
[all...]
H A DMachineCSE.cpp422 ScopeType *Scope = new ScopeType(VNT); local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DAttributeList.cpp142 StringRef Scope = ScopeName ? ScopeName->getName() : ""; local
H A DJumpDiagnostics.cpp635 unsigned Scope = I->first; local
H A DSema.cpp1049 FunctionScopeInfo *Scope = FunctionScopes.pop_back_val(); local
[all...]
H A DSemaTemplateInstantiateDecl.cpp2893 LocalInstantiationScope *Scope = SemaRef.CurrentInstantiationScope; local
2961 addInstantiatedParametersToScope(Sema &S, FunctionDecl *Function, const FunctionDecl *PatternDecl, LocalInstantiationScope &Scope, const MultiLevelTemplateArgumentList &TemplateArgs) argument
[all...]
H A DSemaDeclAttr.cpp1970 static void handleDependencyAttr(Sema &S, Scope *Scope, Decl *D, argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp326 ScopedHTType::ScopeTy Scope; member in class:__anon2631::EarlyCSE::NodeScope
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DScope.h30 class Scope { class in namespace:clang
161 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag) function in class:clang::Scope
[all...]
H A DDeclSpec.h1336 CXXScopeSpec &Scope() { function in struct:clang::DeclaratorChunk::MemberPointerTypeInfo
1339 const CXXScopeSpec &Scope() const { function in struct:clang::DeclaratorChunk::MemberPointerTypeInfo
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DAnalysisContext.h203 enum ContextKind { StackFrame, Scope, Block }; enumerator in enum:clang::LocationContext::ContextKind
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCleanup.cpp161 EHCleanupScope *Scope = local
378 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); local
565 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); local
417 CreateNormalEntry(CodeGenFunction &CGF, EHCleanupScope &Scope) argument
958 EHCleanupScope &Scope = local
968 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(I)); local
1044 EHCleanupScope &Scope = cast<EHCleanupScope>(*CGF.EHStack.find(C)); local
1100 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); local
1112 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); local
[all...]
H A DCGBuiltin.cpp1219 llvm::SynchronizationScope Scope; local
[all...]
H A DCGDebugInfo.cpp120 llvm::DIScope Scope = llvm::DIScope(LB); local
2547 llvm::MDNode *Scope = LexicalBlockStack.back(); local
2733 llvm::MDNode *Scope local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2234 MDNode *Scope = 0, *IA = 0; local
/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DDAGISelMatcher.h48 Scope, // Push a checking scope. enumerator in enum:llvm::Matcher::KindTy
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp444 bool DwarfDebug::isLexicalScopeDIENull(LexicalScope *Scope) { argument
465 constructLexicalScopeDIE(CompileUnit *TheCU, LexicalScope *Scope) argument
512 constructInlinedScopeDIE(CompileUnit *TheCU, LexicalScope *Scope) argument
577 createScopeChildrenDIE(CompileUnit *TheCU, LexicalScope *Scope, SmallVectorImpl<DIE*> &Children) argument
607 constructScopeDIE(CompileUnit *TheCU, LexicalScope *Scope) argument
1266 addCurrentFnArgument(const MachineFunction *MF, DbgVariable *Var, LexicalScope *Scope) argument
1301 LexicalScope *Scope = LScopes.findLexicalScope(VP.second); local
1378 LexicalScope *Scope = NULL; local
1488 const MDNode *Scope = DL.getScope(Asm->MF->getFunction()->getContext()); local
1582 const MDNode *Scope = getScopeNode(DL, Ctx); local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp104 const LocalScope* Scope; member in class:__anon3035::LocalScope::const_iterator
913 createOrReuseLocalScope(LocalScope* Scope) argument
950 addLocalScopeForDeclStmt(DeclStmt *DS, LocalScope* Scope) argument
966 addLocalScopeForVarDecl(VarDecl *VD, LocalScope* Scope) argument
[all...]

Completed in 185 milliseconds

12