Searched refs:isLLVMdotName (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DVerifier.cpp1057 bool isLLVMdotName = F.getName().size() >= 5 && local
1069 if (!isLLVMdotName)
1083 Assert1(!isLLVMdotName, "llvm intrinsics cannot be defined!", &F);

Completed in 46 milliseconds