Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h36 bool checkAllRulesInBuffer(StringRef RulePrefix, MemoryBuffer *MemBuf) const;
H A DRuntimeDyldChecker.cpp728 bool RuntimeDyldCheckerImpl::checkAllRulesInBuffer(StringRef RulePrefix, in checkAllRulesInBuffer() function in RuntimeDyldCheckerImpl
902 bool RuntimeDyldChecker::checkAllRulesInBuffer(StringRef RulePrefix, in checkAllRulesInBuffer() function in RuntimeDyldChecker
904 return Impl->checkAllRulesInBuffer(RulePrefix, MemBuf); in checkAllRulesInBuffer()
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h162 bool checkAllRulesInBuffer(StringRef RulePrefix, MemoryBuffer *MemBuf) const;
/openbsd-src/gnu/llvm/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp641 if (!Checker.checkAllRulesInBuffer("# rtdyld-check:", in checkAllExpressions()
/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp1906 if (!Checker.checkAllRulesInBuffer(CheckLineStart, &*CheckerFileBuf)) in runChecks()