Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Object/
H A DIRSymtab.cpp45 static const char *LibcallRoutineNames[] = { variable
237 for (const char *LibcallName : LibcallRoutineNames) in addSymbol()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2435 LibcallRoutineNames[Call] = Name; in setLibcallName()
2440 return LibcallRoutineNames[Call]; in getLibcallName()
2644 const char *LibcallRoutineNames[RTLIB::UNKNOWN_LIBCALL + 1]; variable
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DDriver.cpp1439 static const char *LibcallRoutineNames[] = { variable
1534 for (const char *S : LibcallRoutineNames) in link()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp569 std::fill(std::begin(LibcallRoutineNames), std::end(LibcallRoutineNames), nullptr); in TargetLoweringBase()