Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h40 bool checkAllRulesInBuffer(StringRef RulePrefix, MemoryBuffer *MemBuf) const;
H A DRuntimeDyldChecker.cpp846 bool RuntimeDyldCheckerImpl::checkAllRulesInBuffer(StringRef RulePrefix, in checkAllRulesInBuffer() function in RuntimeDyldCheckerImpl
1052 bool RuntimeDyldChecker::checkAllRulesInBuffer(StringRef RulePrefix, in checkAllRulesInBuffer() function in RuntimeDyldChecker
1054 return Impl->checkAllRulesInBuffer(RulePrefix, MemBuf); in checkAllRulesInBuffer()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h177 bool checkAllRulesInBuffer(StringRef RulePrefix, MemoryBuffer *MemBuf) const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp641 if (!Checker.checkAllRulesInBuffer("# rtdyld-check:", in checkAllExpressions()