|
static void | SearchAndAddPath (const std::string &Path, std::vector< std::pair< uint32_t, std::string > > &sLibraries, std::vector< std::string > &sPaths, std::unordered_set< std::string > &alreadyLookedPath, cling::DynamicLibraryManager *dyLibManager) |
|
int | TCling__AutoLoadCallback (const char *className) |
|
int | TCling__AutoParseCallback (const char *className) |
|
int | TCling__CompileMacro (const char *fileName, const char *options) |
|
void | TCling__FindLoadedLibraries (std::vector< std::pair< uint32_t, std::string > > &sLibraries, std::vector< std::string > &sPaths, cling::Interpreter &interpreter, bool searchSystem) |
|
const char * | TCling__GetClassSharedLibs (const char *className) |
|
void | TCling__GetNormalizedContext (const ROOT::TMetaUtils::TNormalizedCtxt *&) |
|
TObject * | TCling__GetObjectAddress (const char *Name, void *&LookupCtx) |
|
Decl * | TCling__GetObjectDecl (TObject *obj) |
|
int | TCling__IsAutoLoadNamespaceCandidate (const clang::NamespaceDecl *name) |
|
void | TCling__LibraryLoadedRTTI (const void *dyLibHandle, llvm::StringRef canonicalName) |
|
bool | TCling__LibraryLoadingFailed (const std::string &, const std::string &, bool, bool) |
| Lookup libraries in LD_LIBRARY_PATH and DYLD_LIBRARY_PATH with mangled_name, which is extracted by error messages we get from callback from cling. More...
|
|
void | TCling__LibraryUnloadedRTTI (const void *dyLibHandle, llvm::StringRef canonicalName) |
|
void * | TCling__LockCompilationDuringUserCodeExecution () |
| Lock the interpreter. More...
|
|
void | TCling__PrintStackTrace () |
| Print a StackTrace! More...
|
|
void * | TCling__ResetInterpreterMutex () |
| Reset the interpreter lock to the state it had before interpreter-related calls happened. More...
|
|
void | TCling__RestoreInterpreterMutex (void *state) |
| Re-apply the lock count delta that TCling__ResetInterpreterMutex() caused. More...
|
|
void | TCling__SplitAclicMode (const char *fileName, std::string &mode, std::string &args, std::string &io, std::string &fname) |
|
void | TCling__TransactionRollback (const cling::Transaction &) |
|
void | TCling__UnlockCompilationDuringUserCodeExecution (void *state) |
| Unlock the interpreter. More...
|
|
void | TCling__UpdateListsOnCommitted (const cling::Transaction &, Interpreter *) |
|
void | TCling__UpdateListsOnUnloaded (const cling::Transaction &) |
|
static bool | topmostDCIsFunction (Scope *S) |
|