Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp405 size_t CloseParensIdx = RemainingExpr.find(')'); in evalSectionAddr() local
406 SectionName = RemainingExpr.substr(0, CloseParensIdx).rtrim(); in evalSectionAddr()
407 RemainingExpr = RemainingExpr.substr(CloseParensIdx).ltrim(); in evalSectionAddr()