Lines Matching refs:fmtbuf
555 std::string fmtbuf; in getRelocationValueString() local
556 raw_string_ostream fmt(fmtbuf); in getRelocationValueString()
559 Result.append(fmtbuf.begin(), fmtbuf.end()); in getRelocationValueString()
566 std::string fmtbuf; in getRelocationValueString() local
567 raw_string_ostream fmt(fmtbuf); in getRelocationValueString()
570 Result.append(fmtbuf.begin(), fmtbuf.end()); in getRelocationValueString()
578 std::string fmtbuf; in getRelocationValueString() local
579 raw_string_ostream fmt(fmtbuf); in getRelocationValueString()
584 Result.append(fmtbuf.begin(), fmtbuf.end()); in getRelocationValueString()
597 std::string fmtbuf; in getRelocationValueString() local
598 raw_string_ostream fmt(fmtbuf); in getRelocationValueString()
601 Result.append(fmtbuf.begin(), fmtbuf.end()); in getRelocationValueString()
727 std::string fmtbuf; in getRelocationValueString() local
728 raw_string_ostream fmt(fmtbuf); in getRelocationValueString()
893 Result.append(fmtbuf.begin(), fmtbuf.end()); in getRelocationValueString()