Searched refs:LibcallRoutineNames (Results 1 – 7 of 7) sorted by relevance
45 static const char *LibcallRoutineNames[] = { variable237 for (const char *LibcallName : LibcallRoutineNames) in addSymbol()
1609 LibcallRoutineNames[Call] = Name; in setLibcallName()1615 return LibcallRoutineNames[Call]; in getLibcallName()1952 const char *LibcallRoutineNames[RTLIB::UNKNOWN_LIBCALL]; variable
1858 LibcallRoutineNames[Call] = Name; in setLibcallName()1863 return LibcallRoutineNames[Call]; in getLibcallName()2071 const char *LibcallRoutineNames[RTLIB::UNKNOWN_LIBCALL]; variable
835 std::fill(std::begin(LibcallRoutineNames), std::end(LibcallRoutineNames), nullptr); in TargetLoweringBase()837 InitLibcallNames(LibcallRoutineNames, TM.getTargetTriple()); in TargetLoweringBase()
2312 LibcallRoutineNames[Call] = Name; in setLibcallName()2317 return LibcallRoutineNames[Call]; in getLibcallName()2521 const char *LibcallRoutineNames[RTLIB::UNKNOWN_LIBCALL + 1]; variable
568 std::fill(std::begin(LibcallRoutineNames), std::end(LibcallRoutineNames), nullptr); in TargetLoweringBase()
623 InitLibcallNames(LibcallRoutineNames); in TargetLowering()