Home
last modified time | relevance | path

Searched refs:RulePrefix (Results 1 – 3 of 3) 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() argument
865 if (Line.starts_with(RulePrefix)) in checkAllRulesInBuffer()
866 CheckExpr += Line.substr(RulePrefix.size()).str(); in checkAllRulesInBuffer()
1052 bool RuntimeDyldChecker::checkAllRulesInBuffer(StringRef RulePrefix, in checkAllRulesInBuffer() argument
1054 return Impl->checkAllRulesInBuffer(RulePrefix, MemBuf); in checkAllRulesInBuffer()
/freebsd/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;