Searched refs:LibcallRoutineNames (Results 1 – 4 of 4) sorted by relevance
45 static const char *LibcallRoutineNames[] = { variable237 for (const char *LibcallName : LibcallRoutineNames) in addSymbol()
2435 LibcallRoutineNames[Call] = Name; in setLibcallName()2440 return LibcallRoutineNames[Call]; in getLibcallName()2644 const char *LibcallRoutineNames[RTLIB::UNKNOWN_LIBCALL + 1]; variable
1439 static const char *LibcallRoutineNames[] = { variable1534 for (const char *S : LibcallRoutineNames) in link()
569 std::fill(std::begin(LibcallRoutineNames), std::end(LibcallRoutineNames), nullptr); in TargetLoweringBase()