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/
DRuntimeDyldCheckerImpl.h36 bool checkAllRulesInBuffer(StringRef RulePrefix, MemoryBuffer *MemBuf) const;
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/
DRuntimeDyldChecker.h162 bool checkAllRulesInBuffer(StringRef RulePrefix, MemoryBuffer *MemBuf) const;
/openbsd/src/gnu/llvm/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp641 if (!Checker.checkAllRulesInBuffer("# rtdyld-check:", in checkAllExpressions()
/openbsd/src/gnu/llvm/llvm/tools/llvm-jitlink/
Dllvm-jitlink.cpp1906 if (!Checker.checkAllRulesInBuffer(CheckLineStart, &*CheckerFileBuf)) in runChecks()