HomeSort by relevance Sort by last modified time
    Searched defs:isScope (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Analysis/
DebugInfo.cpp 226 /// isScope - Return true if the specified tag is one of the scope
228 bool DIDescriptor::isScope() const {
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp 768 static bool isScope(const Metadata *MD) { return !MD || isa<DIScope>(MD); }
847 AssertDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope());
877 AssertDI(isScope(N.getRawScope()), "invalid scope", &N, N.getRawScope());
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Verifier.cpp 850 static bool isScope(const Metadata *MD) { return !MD || isa<DIScope>(MD); }
    [all...]

Completed in 189 milliseconds