Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLowering.h1577 LibcallRoutineNames[Call] = Name; in setLibcallName()
1582 return LibcallRoutineNames[Call]; in getLibcallName()
1936 const char *LibcallRoutineNames[RTLIB::UNKNOWN_LIBCALL]; variable
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp736 InitLibcallNames(LibcallRoutineNames, Triple(TM.getTargetTriple())); in TargetLoweringBase()