Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DIRSymtab.cpp44 static const char *LibcallRoutineNames[] = { variable
252 for (const char *LibcallName : LibcallRoutineNames) in addSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2616 LibcallRoutineNames[Call] = Name; in setLibcallName()
2621 return LibcallRoutineNames[Call]; in getLibcallName()
2804 const char *LibcallRoutineNames[RTLIB::UNKNOWN_LIBCALL + 1]; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp597 std::fill(std::begin(LibcallRoutineNames), std::end(LibcallRoutineNames), nullptr); in TargetLoweringBase()