Home | History | Annotate | Download | only in BitReader_2_7

Lines Matching defs:Triple

273   /// @brief Cheap mechanism to just extract module triple
2145 case bitc::MODULE_CODE_TRIPLE: { // TRIPLE: [strchr x N]
2402 std::string Triple;
2412 return Triple;
2428 case bitc::MODULE_CODE_TRIPLE: { // TRIPLE: [strchr x N]
2432 Triple = S;
3541 ErrorOr<std::string> Triple = R->parseTriple();
3542 if (Triple.getError())
3544 return Triple.get();