Home
last modified time | relevance | path

Searched refs:ProfileSinkName (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_utils.cpp43 constexpr const char* ProfileSinkName = "llvm-xray"; variable
104 internal_snprintf(VmoName, sizeof(VmoName), "%s.%zu", ProfileSinkName, in Open()
121 __sanitizer_publish_data(ProfileSinkName, Handle); in Open()
124 Report("XRay: " FORMAT_DUMPFILE "\n", ProfileSinkName, VmoName); in Open()
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformFuchsia.c45 static const char ProfileSinkName[] = "llvm-profile"; variable
180 __sanitizer_publish_data(ProfileSinkName, Vmo); in __llvm_profile_initialize()