Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3164 LibcallRoutineNames[Call] = Name; in setLibcallName()
3173 return LibcallRoutineNames[Call]; in getLibcallName()
3371 const char *LibcallRoutineNames[RTLIB::UNKNOWN_LIBCALL + 1]; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp736 std::fill(std::begin(LibcallRoutineNames), std::end(LibcallRoutineNames), nullptr); in TargetLoweringBase()