Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp1188 StringRef CurrentComponent(""); // The empty component. in normalize() local
1190 std::swap(CurrentComponent, Components[Idx]); in normalize()
1193 for (unsigned i = Pos; !CurrentComponent.empty(); ++i) { in normalize()
1199 std::swap(CurrentComponent, Components[i]); in normalize()
1207 StringRef CurrentComponent(""); // The empty component. in normalize() local
1211 std::swap(CurrentComponent, Components[i]); in normalize()
1213 if (CurrentComponent.empty()) in normalize()
1220 if (!CurrentComponent.empty()) in normalize()
1221 Components.push_back(CurrentComponent); in normalize()