Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DYAMLProfileReader.h74 void buildNameMaps(std::map<uint64_t, BinaryFunction> &Functions);
/llvm-project-15.0.7/bolt/lib/Profile/
H A DYAMLProfileReader.cpp44 void YAMLProfileReader::buildNameMaps( in buildNameMaps() function in llvm::bolt::YAMLProfileReader
268 buildNameMaps(BC.getBinaryFunctions()); in preprocessProfile()