Home
last modified time | relevance | path

Searched defs:FileBuildID (Results 1 – 2 of 2) sorted by relevance

/llvm-project/bolt/lib/Profile/
H A DDataAggregator.cpp275 processFileBuildID(StringRef FileBuildID) processFileBuildID() argument
511 if (std::optional<StringRef> FileBuildID = BC.getFileBuildID()) { preprocessProfile() local
2190 getFileNameForBuildID(StringRef FileBuildID) getFileNameForBuildID() argument
/llvm-project/bolt/include/bolt/Core/
H A DBinaryContext.h186 std::optional<std::string> FileBuildID; global() variable