Home
last modified time | relevance | path

Searched refs:LibcallRoutineNames (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3075 LibcallRoutineNames[Call] = Name; in setLibcallName()
3084 return LibcallRoutineNames[Call]; in getLibcallName()
3276 const char *LibcallRoutineNames[RTLIB::UNKNOWN_LIBCALL + 1]; variable
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp730 std::fill(std::begin(LibcallRoutineNames), std::end(LibcallRoutineNames), nullptr); in TargetLoweringBase()