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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
JITRegistrar.h 1 //===-- JITRegistrar.h - Registers objects with a debugger ----------------===//
18 class JITRegistrar {
22 JITRegistrar() {}
26 virtual ~JITRegistrar() {}
39 static JITRegistrar& getGDBRegistrar();
GDBRegistrar.cpp 10 #include "JITRegistrar.h"
72 class GDBJITRegistrar : public JITRegistrar {
209 JITRegistrar& JITRegistrar::getGDBRegistrar() {
RuntimeDyldMachO.cpp 18 #include "JITRegistrar.h"
114 JITRegistrar::getGDBRegistrar().registerObject(*Buffer);
119 JITRegistrar::getGDBRegistrar().deregisterObject(*Buffer);
RuntimeDyldELF.cpp 15 #include "JITRegistrar.h"
100 JITRegistrar::getGDBRegistrar().registerObject(*Buffer);
104 JITRegistrar::getGDBRegistrar().deregisterObject(*Buffer);
    [all...]
RuntimeDyld.cpp 15 #include "JITRegistrar.h"
32 // Pin the JITRegistrar's and ObjectImage*'s vtables to this file.
33 void JITRegistrar::anchor() {}

Completed in 187 milliseconds