HomeSort by relevance Sort by last modified time
    Searched refs:RuntimeDyldChecker (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyldChecker.h 1 //===---- RuntimeDyldChecker.h - RuntimeDyld tester framework -----*- C++ -*-=//
27 /// The RuntimeDyldChecker class evaluates expressions against an attached
65 class RuntimeDyldChecker {
67 RuntimeDyldChecker(RuntimeDyld &RTDyld, MCDisassembler *Disassembler,
69 ~RuntimeDyldChecker();
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
Android.mk 9 RuntimeDyldChecker.cpp \
RuntimeDyldCheckerImpl.h 19 friend class RuntimeDyldChecker;
RuntimeDyldChecker.cpp 1 //===--- RuntimeDyldChecker.cpp - RuntimeDyld tester framework --*- C++ -*-===//
13 #include "llvm/ExecutionEngine/RuntimeDyldChecker.h"
27 // Helper class that implements the language evaluated by RuntimeDyldChecker.
689 DEBUG(dbgs() << "RuntimeDyldChecker: Checking '" << CheckExpr << "'...\n");
693 DEBUG(dbgs() << "RuntimeDyldChecker: '" << CheckExpr << "' "
    [all...]
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 18 #include "llvm/ExecutionEngine/RuntimeDyldChecker.h"
334 static int checkAllExpressions(RuntimeDyldChecker &Checker) {
350 applySpecificSectionMappings(RuntimeDyldChecker &Checker) {
409 RuntimeDyldChecker &Checker) {
475 // anything. Instead, attach a RuntimeDyldChecker instance and call it to
525 RuntimeDyldChecker Checker(Dyld, Disassembler.get(), InstPrinter.get(),

Completed in 40 milliseconds