Searched refs:LibcallRoutineNames (Results 1 – 3 of 3) sorted by relevance
44 static const char *LibcallRoutineNames[] = { variable252 for (const char *LibcallName : LibcallRoutineNames) in addSymbol()
2616 LibcallRoutineNames[Call] = Name; in setLibcallName()2621 return LibcallRoutineNames[Call]; in getLibcallName()2804 const char *LibcallRoutineNames[RTLIB::UNKNOWN_LIBCALL + 1]; variable
597 std::fill(std::begin(LibcallRoutineNames), std::end(LibcallRoutineNames), nullptr); in TargetLoweringBase()