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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DRemarks.h238 * This function should be paired with LLVMRemarkParserDispose() to avoid
252 * This function should be paired with LLVMRemarkParserDispose() to avoid
267 * will become invalidated once a call to LLVMRemarkParserDispose is made.
297 * LLVMRemarkParserDispose(Parser);
317 * LLVMRemarkParserDispose() is called, the memory of the string will be
329 extern void LLVMRemarkParserDispose(LLVMRemarkParserRef Parser);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkParser.cpp173 extern "C" void LLVMRemarkParserDispose(LLVMRemarkParserRef Parser) { function

Completed in 88 milliseconds