Home | History | Annotate | Download | only in llvm-rtdyld

Lines Matching full:checker

446 static int checkAllExpressions(RuntimeDyldChecker &Checker) {
454 if (!Checker.checkAllRulesInBuffer("# rtdyld-check:",
462 applySpecificSectionMappings(RuntimeDyldChecker &Checker) {
482 Checker.getSectionAddr(FileName, SectionName, true);
496 Checker.getRTDyld().mapSectionAddress(OldAddr, NewAddr);
516 RuntimeDyldChecker &Checker) {
530 AppliedMappingsT AppliedMappings = applySpecificSectionMappings(Checker);
576 Checker.getRTDyld().mapSectionAddress(CurEntry.first, NextSectionAddr);
650 RuntimeDyldChecker Checker(Dyld, Disassembler.get(), InstPrinter.get(),
681 remapSectionsAndSymbols(TheTriple, MemMgr, Checker);
689 int ErrorCode = checkAllExpressions(Checker);