Searched refs:KeepSymbolName (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DRawMemProfReader.h151 StackMap(SM), KeepSymbolName(KeepName) {
165 : Binary(std::move(Bin)), KeepSymbolName(KeepName) {}
207 bool KeepSymbolName = false; member in class:llvm::memprof::final
208 // A mapping of the hash to symbol name, only used if KeepSymbolName is true.
/freebsd-current/contrib/llvm-project/llvm/lib/ProfileData/
H A DRawMemProfReader.cpp523 if (KeepSymbolName) {
660 // provide the symbol name if the reader was initialized with KeepSymbolName =
664 if (!this->KeepSymbolName)

Completed in 60 milliseconds