Searched refs:RuntimeDyldChecker (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h1 //===---- RuntimeDyldChecker.h - RuntimeDyld tester framework -----*- C++ -*-=//
27 /// The RuntimeDyldChecker class evaluates expressions against an attached
65 class RuntimeDyldChecker { class in namespace:llvm
67 RuntimeDyldChecker(RuntimeDyld &RTDyld, MCDisassembler *Disassembler,
69 ~RuntimeDyldChecker();
/freebsd-11.0-release/lib/clang/libllvmruntimedyld/
H A DMakefile11 RuntimeDyldChecker.cpp \
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h19 friend class RuntimeDyldChecker;
H A DRuntimeDyldChecker.cpp1 //===--- 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 << "' "
905 RuntimeDyldChecker::RuntimeDyldChecker(RuntimeDyld &RTDyld, function in class:RuntimeDyldChecker
912 RuntimeDyldChecker::~RuntimeDyldChecker() {}
914 RuntimeDyld& RuntimeDyldChecker
[all...]
/freebsd-11.0-release/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp19 #include "llvm/ExecutionEngine/RuntimeDyldChecker.h"
446 static int checkAllExpressions(RuntimeDyldChecker &Checker) {
462 applySpecificSectionMappings(RuntimeDyldChecker &Checker) {
516 RuntimeDyldChecker &Checker) {
599 // anything. Instead, attach a RuntimeDyldChecker instance and call it to
650 RuntimeDyldChecker Checker(Dyld, Disassembler.get(), InstPrinter.get(),

Completed in 299 milliseconds