Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp44 static const char *LibcallRoutineNames[] = { variable
264 bool IsBuiltinFunc = llvm::is_contained(LibcallRoutineNames, GV->getName()); in addSymbol()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2836 LibcallRoutineNames[Call] = Name; in setLibcallName()
2841 return LibcallRoutineNames[Call]; in getLibcallName()
3031 const char *LibcallRoutineNames[RTLIB::UNKNOWN_LIBCALL + 1]; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp722 std::fill(std::begin(LibcallRoutineNames), std::end(LibcallRoutineNames), nullptr); in TargetLoweringBase()