Home | History | Annotate | Download | only in Reader

Lines Matching defs:Triple

14 #include "llvm/ADT/Triple.h"
258 /// \brief Cheap mechanism to just extract module triple
389 unsigned NameIndex, Triple &TT);
1705 unsigned NameIndex, Triple &TT) {
1773 Triple TT(TheModule->getTargetTriple());
3386 case bitc::MODULE_CODE_TRIPLE: { // TRIPLE: [strchr x N]
3754 std::string Triple;
3764 return Triple;
3773 case bitc::MODULE_CODE_TRIPLE: { // TRIPLE: [strchr x N]
3777 Triple = S;
5898 ErrorOr<std::string> Triple = R->parseTriple();
5899 if (Triple.getError())
5901 return Triple.get();