Searched defs:RelPos (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/tools/llvm-ar/
H A Dllvm-ar.cpp110 std::string RelPos; variable
135 RelPos = RestOfArgs[0];
515 // of the members is accomplished. Note the use of the RelPos variable to
532 if (RelPos == I->getPath().str()) {
665 if ((AddBefore || InsertBefore) && RelPos == I->getPath().str())
667 else if (AddAfter && RelPos == I->getPath().str()) {
/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp153 static std::string RelPos; variable
176 RelPos = RestOfArgs[0];
502 StringRef PosName = sys::path::filename(RelPos);
534 StringRef PosName = sys::path::filename(RelPos);
578 if (!RelPos.empty() && InsertPos == -1)
581 if (RelPos.empty())

Completed in 122 milliseconds