Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DProfile.h37 Expected<Profile> loadProfile(StringRef Filename);
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp262 Expected<Profile> loadProfile(StringRef Filename) { in loadProfile() function