Searched defs:Scope (Results 1 - 25 of 68) sorted by last modified time

123

/external/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h789 ULONG Scope; member in struct:_SYMBOL_INFO
/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h48 Scope, // Push a checking scope. enumerator in enum:llvm::Matcher::KindTy
194 : Matcher(Scope), Children(children.begin(), children.end()) {
224 return N->getKind() == Scope;
502 /// then the match fails. This is semantically equivalent to a Scope node where
556 /// then the match fails. This is semantically equivalent to a Scope node where
/external/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp133 unsigned Scope = Attrs & LTO_SYMBOL_SCOPE_MASK; local
134 if (Scope != LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN)
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITEventListenerTestCommon.h61 llvm::MDNode* Scope; member in class:JITEventListenerTestBase
84 Scope = DebugBuilder->createFile(getFilename(), ".");
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2353 MDNode *Scope = nullptr, *IA = nullptr; local
2354 if (ScopeID) Scope = cast<MDNode>(MDValueList.getValueFwdRef(ScopeID-1));
2356 LastLoc = DebugLoc::get(Line, Col, Scope, IA);
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1650 MDNode *Scope, *IA; local
1651 DL.getScopeAndInlinedAt(Scope, IA, I->getContext());
1655 Vals.push_back(Scope ? VE.getValueID(Scope)+1 : 0);
H A DValueEnumerator.cpp102 MDNode *Scope, *IA; local
103 I.getDebugLoc().getScopeAndInlinedAt(Scope, IA, I.getContext());
104 if (Scope) EnumerateMetadata(Scope);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp331 /// Check whether we should create a DIE for the given Scope, return true
333 bool DwarfDebug::isLexicalScopeDIENull(LexicalScope *Scope) { argument
334 if (Scope->isAbstractScope())
338 const SmallVectorImpl<InsnRange> &Ranges = Scope->getRanges();
400 LexicalScope *Scope) {
401 if (isLexicalScopeDIENull(Scope))
405 if (Scope->isAbstractScope())
408 attachRangesOrLowHighPC(TheCU, *ScopeDIE, Scope->getRanges());
417 LexicalScope *Scope) {
418 assert(Scope
399 constructLexicalScopeDIE(DwarfCompileUnit &TheCU, LexicalScope *Scope) argument
416 constructInlinedScopeDIE(DwarfCompileUnit &TheCU, LexicalScope *Scope) argument
446 constructVariableDIE(DwarfCompileUnit &TheCU, DbgVariable &DV, const LexicalScope &Scope, DIE *&ObjectPointer) argument
456 createScopeChildrenDIE( DwarfCompileUnit &TheCU, LexicalScope *Scope, SmallVectorImpl<std::unique_ptr<DIE>> &Children) argument
488 createAndAddScopeChildren(DwarfCompileUnit &TheCU, LexicalScope *Scope, DIE &ScopeDIE) argument
500 constructAbstractSubprogramScopeDIE(DwarfCompileUnit &TheCU, LexicalScope *Scope) argument
539 constructSubprogramScopeDIE(DwarfCompileUnit &TheCU, LexicalScope *Scope) argument
558 constructScopeDIE(DwarfCompileUnit &TheCU, LexicalScope *Scope) argument
1093 createAbstractVariable(const DIVariable &Var, LexicalScope *Scope) argument
1121 addCurrentFnArgument(DbgVariable *Var, LexicalScope *Scope) argument
1150 LexicalScope *Scope = LScopes.findLexicalScope(VI.Loc); local
1208 LexicalScope *Scope = nullptr; local
1320 const MDNode *Scope = DL.getScope(Asm->MF->getFunction()->getContext()); local
[all...]
H A DWinCodeViewLineTables.cpp28 DIScope Scope(S);
29 StringRef Dir = Scope.getDirectory(),
30 Filename = Scope.getFilename();
84 const MDNode *Scope = DL.getScope(MF->getFunction()->getContext()); local
85 if (!Scope)
87 StringRef Filename = getFullFilepath(Scope);
/external/llvm/lib/CodeGen/
H A DLexicalScopes.cpp108 MDNode *Scope = nullptr; local
110 DL.getScopeAndInlinedAt(Scope, IA, MF->getFunction()->getContext());
111 auto I = InlinedLexicalScopeMap.find(std::make_pair(Scope, IA));
118 MDNode *Scope = nullptr; local
120 DL.getScopeAndInlinedAt(Scope, IA, MF->getFunction()->getContext());
121 if (!Scope)
126 DIDescriptor D = DIDescriptor(Scope);
128 Scope = DILexicalBlockFile(Scope).getScope();
131 auto I = InlinedLexicalScopeMap.find(std::make_pair(Scope, I
140 MDNode *Scope = nullptr; local
155 getOrCreateRegularScope(MDNode *Scope) argument
233 constructScopeNest(LexicalScope *Scope) argument
290 LexicalScope *Scope = getOrCreateLexicalScope(DL); local
312 LexicalScope *Scope = getOrCreateLexicalScope(DL); local
[all...]
H A DMachineCSE.cpp430 ScopeType *Scope = new ScopeType(VNT); local
431 ScopeMap[MBB] = Scope;
/external/llvm/lib/ExecutionEngine/
H A DEventListenerCommon.h28 // Holds the filename of each Scope, so that we can pass a null-terminated
35 const char *getFilename(MDNode *Scope) { argument
36 std::string &Filename = Filenames[Scope];
38 DIScope DIScope(Scope);
44 const char *getFullPath(MDNode *Scope) { argument
45 std::string &P = Paths[Scope];
47 DIScope DIScope(Scope);
/external/llvm/lib/IR/
H A DDIBuilder.cpp423 DIDerivedType DIBuilder::createMemberType(DIDescriptor Scope, StringRef Name, argument
433 DIScope(getNonCompileUnitScope(Scope)).getRef(),
448 DIBuilder::createStaticMemberType(DIDescriptor Scope, StringRef Name, argument
457 DIScope(getNonCompileUnitScope(Scope)).getRef(),
690 DICompositeType DIBuilder::createUnionType(DIDescriptor Scope, StringRef Name, argument
701 DIScope(getNonCompileUnitScope(Scope)).getRef(),
750 DIDescriptor Scope, StringRef Name, DIFile File, unsigned LineNumber,
757 DIScope(getNonCompileUnitScope(Scope)).getRef(),
888 DIBuilder::createForwardDecl(unsigned Tag, StringRef Name, DIDescriptor Scope, argument
896 DIScope(getNonCompileUnitScope(Scope))
749 createEnumerationType( DIDescriptor Scope, StringRef Name, DIFile File, unsigned LineNumber, uint64_t SizeInBits, uint64_t AlignInBits, DIArray Elements, DIType UnderlyingType, StringRef UniqueIdentifier) argument
922 createReplaceableForwardDecl( unsigned Tag, StringRef Name, DIDescriptor Scope, DIFile F, unsigned Line, unsigned RuntimeLang, uint64_t SizeInBits, uint64_t AlignInBits, StringRef UniqueIdentifier) argument
1037 createLocalVariable(unsigned Tag, DIDescriptor Scope, StringRef Name, DIFile File, unsigned LineNo, DITypeRef Ty, bool AlwaysPreserve, unsigned Flags, unsigned ArgNo) argument
1072 createComplexVariable(unsigned Tag, DIDescriptor Scope, StringRef Name, DIFile F, unsigned LineNo, DITypeRef Ty, ArrayRef<Value *> Addr, unsigned ArgNo) argument
1203 createNameSpace(DIDescriptor Scope, StringRef Name, DIFile File, unsigned LineNo) argument
1220 createLexicalBlockFile(DIDescriptor Scope, DIFile File) argument
1234 createLexicalBlock(DIDescriptor Scope, DIFile File, unsigned Line, unsigned Col, unsigned Discriminator) argument
[all...]
H A DDebugInfo.cpp925 DISubprogram llvm::getDISubprogram(const MDNode *Scope) { argument
926 DIDescriptor D(Scope);
928 return DISubprogram(Scope);
931 return getDISubprogram(DILexicalBlockFile(Scope).getContext());
934 return getDISubprogram(DILexicalBlock(Scope).getContext());
1075 void DebugInfoFinder::processScope(DIScope Scope) { argument
1076 if (Scope.isType()) {
1077 DIType Ty(Scope);
1081 if (Scope.isCompileUnit()) {
1082 addCompileUnit(DICompileUnit(Scope));
1205 addScope(DIScope Scope) argument
[all...]
H A DDebugLoc.cpp48 /// Return both the Scope and the InlinedAt values.
49 void DebugLoc::getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA, argument
52 Scope = IA = nullptr;
61 Scope = Ctx.pImpl->ScopeRecords[ScopeIdx-1].get();
69 Scope = Ctx.pImpl->ScopeInlinedAtRecords[-ScopeIdx-1].first.get();
80 const MDNode *Scope = getScopeNode(Ctx); local
81 DISubprogram SP = getDISubprogram(Scope);
95 MDNode *Scope, MDNode *InlinedAt) {
99 if (!Scope) return Result;
106 LLVMContext &Ctx = Scope
94 get(unsigned Line, unsigned Col, MDNode *Scope, MDNode *InlinedAt) argument
139 MDNode *Scope = Loc.getScope(); local
148 MDNode *Scope = LexBlock.getContext(); local
204 getOrAddScopeRecordIdxEntry(MDNode *Scope, int ExistingIdx) argument
227 getOrAddScopeInlinedAtIdxEntry(MDNode *Scope, MDNode *IA, int ExistingIdx) argument
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp319 Scope(*availableValues),
327 ScopedHTType::ScopeTy Scope; member in class:__anon26278::EarlyCSE::NodeScope
/external/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp198 DIScope Scope = FirstDIL.getScope(); local
199 DIFile File = Builder.createFile(Filename, Scope.getDirectory());
202 Scope, File, LineNumber, ColumnNumber, Discriminator);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/lib/Sema/
H A DSemaExpr.cpp41 #include "clang/Sema/Scope.h"
1467 static ExprResult BuildCookedLiteralOperatorCall(Sema &S, Scope *Scope, argument
1487 if (S.LookupLiteralOperator(Scope, R, llvm::makeArrayRef(ArgTy, Args.size()),
1502 Sema::ActOnStringLiteral(ArrayRef<Token> StringToks, Scope *UDLScope) {
1725 bool Sema::DiagnoseEmptyLookup(Scope *S, CXXScopeSpec &SS, LookupResult &R,
1993 ExprResult Sema::ActOnIdExpression(Scope *S,
2289 Sema::LookupInObjCMethod(LookupResult &Lookup, Scope *S,
2958 ExprResult Sema::ActOnCharacterConstant(const Token &Tok, Scope *UDLScope) {
3049 ExprResult Sema::ActOnNumericConstant(const Token &Tok, Scope *UDLScop
[all...]
H A DSemaTemplateInstantiateDecl.cpp333 LocalInstantiationScope Scope(SemaRef);
804 LocalInstantiationScope Scope(SemaRef);
1011 LocalInstantiationScope Scope(SemaRef);
1091 LocalInstantiationScope Scope(SemaRef);
1250 LocalInstantiationScope Scope(SemaRef, MergeWithParentScope);
1418 SemaRef.CheckFunctionDeclaration(/*Scope*/ nullptr, Function, Previous,
1526 LocalInstantiationScope Scope(SemaRef, MergeWithParentScope);
1999 LocalInstantiationScope Scope(SemaRef);
2033 LocalInstantiationScope Scope(SemaRef);
2050 LocalInstantiationScope Scope(SemaRe
2910 LocalInstantiationScope *Scope = SemaRef.CurrentInstantiationScope; local
2979 addInstantiatedParametersToScope(Sema &S, FunctionDecl *Function, const FunctionDecl *PatternDecl, LocalInstantiationScope &Scope, const MultiLevelTemplateArgumentList &TemplateArgs) argument
[all...]
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h203 enum ContextKind { StackFrame, Scope, Block }; enumerator in enum:clang::LocationContext::ContextKind
315 : LocationContext(Scope, ctx, parent), Enter(s) {}
324 ProfileCommon(ID, Scope, ctx, parent, s);
328 return Ctx->getKind() == Scope;
/external/clang/include/clang/Sema/
H A DDeclSpec.h352 // Scope specifier for the type spec, if applicable.
1332 CXXScopeSpec &Scope() { function in struct:clang::DeclaratorChunk::MemberPointerTypeInfo
1335 const CXXScopeSpec &Scope() const { function in struct:clang::DeclaratorChunk::MemberPointerTypeInfo
1339 Scope().~CXXScopeSpec();
H A DScope.h1 //===--- Scope.h - Scope interface ------------------------------*- C++ -*-===//
10 // This file defines the Scope interface.
34 /// Scope - A scope is a transient data structure that is used while parsing the
38 class Scope { class in namespace:clang
124 Scope *AnyParent;
148 Scope *FnParent;
149 Scope *MSLocalManglingParent;
155 Scope *BreakParent, *ContinueParent;
159 Scope *BlockParen
192 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag) function in class:clang::Scope
[all...]

Completed in 336 milliseconds

123