Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDemangledNameInfo.cpp45 NameInfo.BasenameRange.second = getCurrentPosition(); in updateBasenameEnd()
52 NameInfo.ScopeRange.first = getCurrentPosition(); in updateScopeStart()
59 NameInfo.ScopeRange.second = getCurrentPosition(); in updateScopeEnd()
66 NameInfo.ArgumentsRange.second = getCurrentPosition(); in finalizeArgumentEnd()
73 NameInfo.QualifiersRange.first = getCurrentPosition(); in finalizeQualifiersStart()
80 NameInfo.QualifiersRange.second = getCurrentPosition(); in finalizeQualifiersEnd()
87 NameInfo.ArgumentsRange.first = getCurrentPosition(); in finalizeStart()
93 NameInfo.BasenameRange.second = getCurrentPosition(); in finalizeStart()
H A DMangled.cpp181 assert(demangled_cstr[OB.getCurrentPosition() - 1] == '\0' && in GetItaniumDemangledStr()
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DDLangDemangle.cpp508 Demangled->setCurrentPosition(Demangled->getCurrentPosition() - 1); in parseLName()
515 Demangled->setCurrentPosition(Demangled->getCurrentPosition() - 1); in parseLName()
525 Demangled->setCurrentPosition(Demangled->getCurrentPosition() - 1); in parseLName()
535 Demangled->setCurrentPosition(Demangled->getCurrentPosition() - 1); in parseLName()
545 Demangled->setCurrentPosition(Demangled->getCurrentPosition() - 1); in parseLName()
586 if (Demangled.getCurrentPosition() > 0) { in dlangDemangle()
588 Demangled.setCurrentPosition(Demangled.getCurrentPosition() - 1); in dlangDemangle()
H A DItaniumDemangle.cpp418 *N = OB.getCurrentPosition(); in printNode()
496 *N = OB.getCurrentPosition(); in getFunctionDeclContextName()
520 *N = OB.getCurrentPosition(); in getFunctionParameters()
537 *N = OB.getCurrentPosition(); in getFunctionReturnType()
H A DRustDemangle.cpp1064 char *End = Buffer + Output.getCurrentPosition(); in removeNullBytes()
1106 size_t OutputSize = Output.getCurrentPosition(); in decodePunycode()
1182 size_t NumPoints = (Output.getCurrentPosition() - OutputSize) / 4 + 1; in decodePunycode()
H A DMicrosoftDemangleNodes.cpp69 size_t Pos1 = OB.getCurrentPosition(); in outputQualifiers()
73 size_t Pos2 = OB.getCurrentPosition(); in outputQualifiers()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterScavenging.h130 MachineBasicBlock::iterator getCurrentPosition() const { return MBBI; } getCurrentPosition() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DUtility.h193 size_t getCurrentPosition() const { return CurrentPosition; } in getCurrentPosition() function
H A DItaniumDemangle.h347 size_t BeforeComma = OB.getCurrentPosition(); in printWithComma()
350 size_t AfterComma = OB.getCurrentPosition(); in printWithComma()
355 if (AfterComma == OB.getCurrentPosition()) { in printWithComma()
1511 size_t StreamPos = OB.getCurrentPosition(); in printLeft()
2657 auto StartPos = OB.getCurrentPosition(); in printAsString()