Searched refs:printdbg (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | macho_platform.cpp | 395 printdbg("__unw_add/remove_find_dynamic_unwind_sections available." in initialize() 403 printdbg("__unw_add/remove_find_dynamic_unwind_sections not available." in initialize() 414 { printdbg("__unw_remove_find_dynamic_unwind_sections failed.\n"); }); in shutdown() 423 printdbg("Registering JITDylib %s: Header = %p\n", Name.c_str(), Header); in registerJITDylib() 462 printdbg("Deregistering JITDylib %s: Header = %p\n", I->second.Name.c_str(), in deregisterJITDylib() 546 printdbg("MachOPlatform: Registering object sections for %p.\n", in registerObjectPlatformSections() 561 printdbg(" UnwindInfo: %s, UseCallbackStyleUnwindInfo: %s\n", in registerObjectPlatformSections() 568 printdbg(" Registering new-style unwind info for:\n" in registerObjectPlatformSections() 581 printdbg(" [ %p -- %p ]\n", CodeRange.Start.toPtr<void *>(), in registerObjectPlatformSections() 629 printdbg("MachOPlatform: Deregistering object sections for %p.\n", in deregisterObjectPlatformSections() [all …]
|
| H A D | coff_platform.cpp | 193 printdbg("Registering JITDylib %s: Header = %p\n", Name.c_str(), Header); in registerJITDylib() 232 printdbg("Deregistering JITDylib %s: Header = %p\n", I->second.Name.c_str(), in deregisterJITDylib() 256 printdbg("COFFPlatform::dlopen(\"%s\")\n", S.c_str()); in dlopen() 274 printdbg("COFFPlatform::dlclose(%p) (%s)\n", DSOHandle, S.c_str()); in dlclose() 276 printdbg("COFFPlatform::dlclose(%p) (%s)\n", DSOHandle, "invalid handle"); in dlclose() 331 printdbg("Unrecognized dep-info key headers in dlopen of %s\n", in dlopenFull() 347 printdbg("COFFPlatformRuntimeState::dlopenInitialize(\"%s\")\n", in dlopenInitialize() 414 printdbg("COFFPlatformRuntimeState::dlcloseDeinitialize(\"%s\")\n", in dlcloseDeinitialize()
|
| H A D | debug.h | 28 void printdbg(const char *format, ...);
|
| H A D | debug.cpp | 73 void printdbg(const char *format, ...) { in printdbg() function
|