Lines Matching refs:Checker
475 static int checkAllExpressions(RuntimeDyldChecker &Checker) { in checkAllExpressions() argument
483 if (!Checker.checkAllRulesInBuffer("# rtdyld-check:", in checkAllExpressions()
491 applySpecificSectionMappings(RuntimeDyldChecker &Checker) { in applySpecificSectionMappings() argument
511 Checker.getSectionAddr(FileName, SectionName, true); in applySpecificSectionMappings()
525 Checker.getRTDyld().mapSectionAddress(OldAddr, NewAddr); in applySpecificSectionMappings()
545 RuntimeDyldChecker &Checker) { in remapSectionsAndSymbols() argument
559 AppliedMappingsT AppliedMappings = applySpecificSectionMappings(Checker); in remapSectionsAndSymbols()
605 Checker.getRTDyld().mapSectionAddress(CurEntry.first, NextSectionAddr); in remapSectionsAndSymbols()
679 RuntimeDyldChecker Checker(Dyld, Disassembler.get(), InstPrinter.get(), in linkAndVerify() local
715 remapSectionsAndSymbols(TheTriple, MemMgr, Checker); in linkAndVerify()
723 int ErrorCode = checkAllExpressions(Checker); in linkAndVerify()