Searched refs:ConvertBranchMapToInstrRanges (Results 1 – 3 of 3) sorted by relevance
86 android::base::expected<void, std::string> ConvertBranchMapToInstrRanges(
368 if (auto result = ConvertBranchMapToInstrRanges(dso_p, branch_map, callback); !result.ok()) { in ProcessBranchListFile()
867 android::base::expected<void, std::string> ConvertBranchMapToInstrRanges( in ConvertBranchMapToInstrRanges() function