Lines Matching defs:BinaryFunction
84 struct BinaryFunction {
105 BinaryFunction *Func;
220 // A map of mapping function name to BinaryFunction info.
221 std::unordered_map<std::string, BinaryFunction> BinaryFunctions;
225 std::unordered_map<uint64_t, BinaryFunction *> HashBinaryFunctions;
228 std::unordered_set<const BinaryFunction *> ProfiledFunctions;
492 const std::unordered_map<std::string, BinaryFunction> &
497 std::unordered_set<const BinaryFunction *> &getProfiledFunctions() {
501 void setProfiledFunctions(std::unordered_set<const BinaryFunction *> &Funcs) {
505 BinaryFunction *getBinaryFunction(FunctionId FName) {
571 void computeInlinedContextSizeForFunc(const BinaryFunction *Func);