Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h36 bool checkAllRulesInBuffer(StringRef RulePrefix, MemoryBuffer *MemBuf) const;
H A DRuntimeDyldChecker.cpp705 bool RuntimeDyldCheckerImpl::checkAllRulesInBuffer(StringRef RulePrefix, in checkAllRulesInBuffer() function in RuntimeDyldCheckerImpl
879 bool RuntimeDyldChecker::checkAllRulesInBuffer(StringRef RulePrefix, in checkAllRulesInBuffer() function in RuntimeDyldChecker
881 return Impl->checkAllRulesInBuffer(RulePrefix, MemBuf); in checkAllRulesInBuffer()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h162 bool checkAllRulesInBuffer(StringRef RulePrefix, MemoryBuffer *MemBuf) const;
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp592 if (!Checker.checkAllRulesInBuffer("# rtdyld-check:", in checkAllExpressions()