Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3305 LibcallRoutineNames[Call] = Name; in setLibcallName()
3314 return LibcallRoutineNames[Call]; in getLibcallName()
3512 const char *LibcallRoutineNames[RTLIB::UNKNOWN_LIBCALL + 1]; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp766 std::fill(std::begin(LibcallRoutineNames), std::end(LibcallRoutineNames), nullptr); in TargetLoweringBase()