HomeSort by: relevance | last modified time | path
    Searched defs:getScope (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
DebugLoc.cpp 35 MDNode *DebugLoc::getScope() const {
37 return get()->getScope();
95 Ctx, MD->getLine(), MD->getColumn(), MD->getScope(), Last);
109 auto *Scope = cast<DIScope>(getScope());
DebugInfoMetadata.cpp 112 DIScope *S = LocA->getScope();
116 S = S->getScope();
118 S = L->getScope();
123 S = LocB->getScope();
128 S = S->getScope();
130 S = L->getScope();
138 S = LocA->getScope();
237 DIScope *DIScope::getScope() const {
239 return T->getScope();
242 return SP->getScope();
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
Function.h 97 Scope &getScope(unsigned Idx) { return Scopes[Idx]; }
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
MachOLinkGraphBuilder.cpp 69 Scope MachOLinkGraphBuilder::getScope(StringRef Name, uint8_t Type) {
311 getLinkage(Desc), getScope(*Name, Type));
  /src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPUrl.cpp 55 int LDAPUrl::getScope() const
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
SemaInternal.h 206 Scope *getScope() const { return S; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIMemoryLegalizer.cpp 158 SIAtomicScope getScope() const {
1587 Changed |= CC->enableLoadCacheBypass(MI, MOI.getScope(),
1592 Changed |= CC->insertWait(MI, MOI.getScope(),
1600 Changed |= CC->insertWait(MI, MOI.getScope(),
1605 Changed |= CC->insertAcquire(MI, MOI.getScope(),
1632 Changed |= CC->enableStoreCacheBypass(MI, MOI.getScope(),
1638 Changed |= CC->insertRelease(MI, MOI.getScope(),
1674 Changed |= CC->insertRelease(MI, MOI.getScope(),
1687 Changed |= CC->insertAcquire(MI, MOI.getScope(),
1709 Changed |= CC->enableRMWCacheBypass(MI, MOI.getScope(),
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h 491 DIScope *getScope() const;
707 DIScope *getScope() const { return cast_or_null<DIScope>(getRawScope()); }
955 getScope(), getBaseType(), getSizeInBits(),
1104 getScope(), getBaseType(), getSizeInBits(),
1609 DILocalScope *getScope() const { return cast<DILocalScope>(getRawScope()); }
1624 DIFile *getFile() const { return getScope()->getFile(); }
1625 StringRef getFilename() const { return getScope()->getFilename(); }
1626 StringRef getDirectory() const { return getScope()->getDirectory(); }
1627 Optional<StringRef> getSource() const { return getScope()->getSource(); }
1631 /// Walk through \a getInlinedAt() and return \a getScope() from the deepes
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenDAGPatterns.h 434 unsigned getScope() const { return Scope; }
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 6193 Expr *getScope() const {

Completed in 62 milliseconds