Searched refs:RulePrefix (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h40 bool checkAllRulesInBuffer(StringRef RulePrefix, MemoryBuffer *MemBuf) const;
H A DRuntimeDyldChecker.cpp840 bool RuntimeDyldCheckerImpl::checkAllRulesInBuffer(StringRef RulePrefix, argument
859 if (Line.starts_with(RulePrefix))
860 CheckExpr += Line.substr(RulePrefix.size()).str();
1046 bool RuntimeDyldChecker::checkAllRulesInBuffer(StringRef RulePrefix, argument
1048 return Impl->checkAllRulesInBuffer(RulePrefix, MemBuf);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h175 /// in RulePrefix. The remainder of the line is passed to the check
177 bool checkAllRulesInBuffer(StringRef RulePrefix, MemoryBuffer *MemBuf) const;

Completed in 115 milliseconds