Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/IR/
H A DAsmWriter.cpp2627 printNonConstVCalls(const std::vector<FunctionSummary::VFuncId> &VCallList,
3341 printNonConstVCalls(TIDInfo.TypeTestAssumeVCalls, "typeTestAssumeVCalls"); in printTypeIdInfo()
3345 printNonConstVCalls(TIDInfo.TypeCheckedLoadVCalls, "typeCheckedLoadVCalls"); in printTypeIdInfo()
3382 void AssemblyWriter::printNonConstVCalls( in printNonConstVCalls() function in AssemblyWriter