Searched refs:CloseParensIdx (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp448 size_t CloseParensIdx = RemainingExpr.find(')'); local
449 SectionName = RemainingExpr.substr(0, CloseParensIdx).rtrim();
450 RemainingExpr = RemainingExpr.substr(CloseParensIdx).ltrim();

Completed in 176 milliseconds