Home
last modified time | relevance | path

Searched refs:ORC_RT_DEBUG (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp470 ORC_RT_DEBUG({ in registerThreadDataSection()
478 ORC_RT_DEBUG({ in registerThreadDataSection()
489 ORC_RT_DEBUG( in deregisterThreadDataSection()
498 ORC_RT_DEBUG({ in registerObjectPlatformSections()
537 ORC_RT_DEBUG({ in registerObjectPlatformSections()
621 ORC_RT_DEBUG({ in deregisterObjectPlatformSections()
637 ORC_RT_DEBUG({ in deregisterObjectPlatformSections()
650 ORC_RT_DEBUG({ in deregisterObjectPlatformSections()
698 ORC_RT_DEBUG({ in dlsym()
721 ORC_RT_DEBUG({ in runAtExits()
[all...]
H A Dcoff_platform.cpp191 ORC_RT_DEBUG({ in registerJITDylib()
230 ORC_RT_DEBUG({ in deregisterJITDylib()
253 ORC_RT_DEBUG({ in dlopen()
268 ORC_RT_DEBUG({ in dlclose()
329 ORC_RT_DEBUG({ in dlopenFull()
345 ORC_RT_DEBUG({ in dlopenInitialize()
412 ORC_RT_DEBUG({ in dlcloseDeinitialize()
H A Ddebug.h54 #define ORC_RT_DEBUG(X) ORC_RT_DEBUG_WITH_TYPE(DEBUG_TYPE, X) macro