Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DIRSymtab.cpp44 static const char *LibcallRoutineNames[] = { variable
263 bool IsBuiltinFunc = llvm::is_contained(LibcallRoutineNames, GV->getName()); in addSymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2816 LibcallRoutineNames[Call] = Name; in setLibcallName()
2821 return LibcallRoutineNames[Call]; in getLibcallName()
3011 const char *LibcallRoutineNames[RTLIB::UNKNOWN_LIBCALL + 1]; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp700 std::fill(std::begin(LibcallRoutineNames), std::end(LibcallRoutineNames), nullptr); in TargetLoweringBase()