Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DIRSymtab.cpp45 static const char *LibcallRoutineNames[] = { variable
237 for (const char *LibcallName : LibcallRoutineNames) in addSymbol()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h1609 LibcallRoutineNames[Call] = Name; in setLibcallName()
1615 return LibcallRoutineNames[Call]; in getLibcallName()
1952 const char *LibcallRoutineNames[RTLIB::UNKNOWN_LIBCALL]; variable
/external/llvm/include/llvm/Target/
DTargetLowering.h1858 LibcallRoutineNames[Call] = Name; in setLibcallName()
1863 return LibcallRoutineNames[Call]; in getLibcallName()
2071 const char *LibcallRoutineNames[RTLIB::UNKNOWN_LIBCALL]; variable
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp835 std::fill(std::begin(LibcallRoutineNames), std::end(LibcallRoutineNames), nullptr); in TargetLoweringBase()
837 InitLibcallNames(LibcallRoutineNames, TM.getTargetTriple()); in TargetLoweringBase()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2312 LibcallRoutineNames[Call] = Name; in setLibcallName()
2317 return LibcallRoutineNames[Call]; in getLibcallName()
2521 const char *LibcallRoutineNames[RTLIB::UNKNOWN_LIBCALL + 1]; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp568 std::fill(std::begin(LibcallRoutineNames), std::end(LibcallRoutineNames), nullptr); in TargetLoweringBase()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp623 InitLibcallNames(LibcallRoutineNames); in TargetLowering()