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 | 471 printdbg("__unw_add/remove_find_dynamic_unwind_sections available." in registerThreadDataSection() 479 printdbg("__unw_add/remove_find_dynamic_unwind_sections not available." in registerThreadDataSection() 490 { printdbg("__unw_remove_find_dynamic_unwind_sections failed.\n"); }); in deregisterThreadDataSection() 499 printdbg("Registering JITDylib %s: Header = %p\n", Name.c_str(), Header); in registerObjectPlatformSections() 538 printdbg("Deregistering JITDylib %s: Header = %p\n", I->second.Name.c_str(), in registerObjectPlatformSections() 622 printdbg("MachOPlatform: Registering object sections for %p.\n", in deregisterObjectPlatformSections() 638 printdbg(" Registering new-style unwind info for:\n" in deregisterObjectPlatformSections() 651 printdbg(" [ %p -- %p ]\n", CodeRange.Start.toPtr<void *>(), in deregisterObjectPlatformSections() 699 printdbg("MachOPlatform: Deregistering object sections for %p.\n", in dlsym() 722 printdbg(" Deregisterin in runAtExits() [all...] |
H A D | coff_platform.cpp | 192 printdbg("Registering JITDylib %s: Header = %p\n", Name.c_str(), Header); in registerJITDylib() 231 printdbg("Deregistering JITDylib %s: Header = %p\n", I->second.Name.c_str(), in deregisterJITDylib() 255 printdbg("COFFPlatform::dlopen(\"%s\")\n", S.c_str()); in dlopen() 273 printdbg("COFFPlatform::dlclose(%p) (%s)\n", DSOHandle, S.c_str()); in dlclose() 275 printdbg("COFFPlatform::dlclose(%p) (%s)\n", DSOHandle, "invalid handle"); in dlclose() 330 printdbg("Unrecognized dep-info key headers in dlopen of %s\n", in dlopenFull() 346 printdbg("COFFPlatformRuntimeState::dlopenInitialize(\"%s\")\n", in dlopenInitialize() 413 printdbg("COFFPlatformRuntimeState::dlcloseDeinitialize(\"%s\")\n", in dlcloseDeinitialize()
|
H A D | debug.h | 28 void printdbg(const char *format, ...);
|
H A D | debug.cpp | 74 void printdbg(const char *format, ...) { in printdbg() function
|