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.h38 LLVM_ABI Expected<Profile> loadProfile(StringRef Filename);
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp261 Expected<Profile> loadProfile(StringRef Filename) { in loadProfile() function