Searched defs:isScopeRef (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/IR/
H A DDebugInfo.cpp435 static bool isScopeRef(const Value *Val) { function
446 return isScopeRef(Fld);
1454 assert(isScopeRef(V) && "DIScopeRef should be a MDString or MDNode");

Completed in 173 milliseconds