Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DDataAccessProf.h102 using SymbolHandle = std::variant<std::string, uint64_t>; variable
120 SymbolHandle SymHandle;
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProfReader.cpp838 [](const memprof::SymbolHandle &Handle) -> memprof::SymbolHandleRef { in parse()