Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Demangle/
H A DDLangDemangle.cpp489 Demangled->setCurrentPosition(Demangled->getCurrentPosition() - 1); in parseLName()
496 Demangled->setCurrentPosition(Demangled->getCurrentPosition() - 1); in parseLName()
506 Demangled->setCurrentPosition(Demangled->getCurrentPosition() - 1); in parseLName()
516 Demangled->setCurrentPosition(Demangled->getCurrentPosition() - 1); in parseLName()
526 Demangled->setCurrentPosition(Demangled->getCurrentPosition() - 1); in parseLName()
570 if (Demangled.getCurrentPosition() > 0) { in dlangDemangle()
572 Demangled.setCurrentPosition(Demangled.getCurrentPosition() - 1); in dlangDemangle()
H A DItaniumDemangle.cpp391 *N = OB.getCurrentPosition(); in itaniumDemangle()
436 *N = OB.getCurrentPosition(); in printNode()
511 *N = OB.getCurrentPosition(); in getFunctionDeclContextName()
537 *N = OB.getCurrentPosition(); in getFunctionParameters()
556 *N = OB.getCurrentPosition(); in getFunctionReturnType()
H A DRustDemangle.cpp1070 char *End = Buffer + Output.getCurrentPosition(); in removeNullBytes()
1112 size_t OutputSize = Output.getCurrentPosition(); in decodePunycode()
1188 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()
H A DMicrosoftDemangle.cpp2373 *N = OB.getCurrentPosition(); in microsoftDemangle()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRegisterScavenging.h130 MachineBasicBlock::iterator getCurrentPosition() const { return MBBI; } in getCurrentPosition() function
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DUtility.h170 size_t getCurrentPosition() const { return CurrentPosition; } in getCurrentPosition() function
H A DItaniumDemangle.h318 size_t BeforeComma = OB.getCurrentPosition(); in printWithComma()
321 size_t AfterComma = OB.getCurrentPosition(); in printWithComma()
326 if (AfterComma == OB.getCurrentPosition()) { in printWithComma()
1341 size_t StreamPos = OB.getCurrentPosition(); in printLeft()
/llvm-project-15.0.7/libcxxabi/src/demangle/
H A DUtility.h170 size_t getCurrentPosition() const { return CurrentPosition; } in getCurrentPosition() function
H A DItaniumDemangle.h318 size_t BeforeComma = OB.getCurrentPosition(); in printWithComma()
321 size_t AfterComma = OB.getCurrentPosition(); in printWithComma()
326 if (AfterComma == OB.getCurrentPosition()) { in printWithComma()
1341 size_t StreamPos = OB.getCurrentPosition(); in printLeft()
/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_demangle.cpp402 *N = O.getCurrentPosition(); in __cxa_demangle()