Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp170 SymbolizerPath = DebugBinPath.empty() ? ExeBinPath : DebugBinPath; in ProfiledBinary()
863 Symbolizer->symbolizeInlinedCode(SymbolizerPath.str(), Addr), in symbolize()
864 SymbolizerPath); in symbolize()
H A DProfiledBinary.h192 StringRef SymbolizerPath; variable