Home
last modified time | relevance | path

Searched refs:convertProfiles (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/ProfileData/
DSampleProf.cpp500 void CSProfileConverter::convertProfiles(CSProfileConverter::FrameNode &Node) { in convertProfiles() function in CSProfileConverter
507 convertProfiles(ChildNode); in convertProfiles()
547 void CSProfileConverter::convertProfiles() { convertProfiles(RootFrame); } in convertProfiles() function in CSProfileConverter
/openbsd/src/gnu/llvm/llvm/include/llvm/ProfileData/
DSampleProf.h1259 void convertProfiles();
1281 void convertProfiles(FrameNode &Node);
/openbsd/src/gnu/llvm/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp1047 CSConverter.convertProfiles(); in mergeSampleProfile()