Lines Matching refs:Checker
327 static int checkAllExpressions(RuntimeDyldChecker &Checker) { in checkAllExpressions() argument
335 if (!Checker.checkAllRulesInBuffer("# rtdyld-check:", in checkAllExpressions()
343 applySpecificSectionMappings(RuntimeDyldChecker &Checker) { in applySpecificSectionMappings() argument
365 Checker.getSectionAddr(FileName, SectionName, true); in applySpecificSectionMappings()
382 Checker.getRTDyld().mapSectionAddress(OldAddr, NewAddr); in applySpecificSectionMappings()
402 RuntimeDyldChecker &Checker) { in remapSections() argument
416 AppliedMappingsT AppliedMappings = applySpecificSectionMappings(Checker); in remapSections()
462 Checker.getRTDyld().mapSectionAddress(CurEntry.first, NextSectionAddr); in remapSections()
518 RuntimeDyldChecker Checker(Dyld, Disassembler.get(), InstPrinter.get(), in linkAndVerify() local
548 remapSections(TheTriple, MemMgr, Checker); in linkAndVerify()
556 int ErrorCode = checkAllExpressions(Checker); in linkAndVerify()