Home
last modified time | relevance | path

Searched refs:isTypeRef (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/IR/
DDebugInfo.cpp422 static bool isTypeRef(const Value *Val) { in isTypeRef() function
431 return isTypeRef(Fld); in fieldIsTypeRef()
1457 assert(isTypeRef(V) && "DITypeRef should be a MDString or MDNode"); in DIRef()