Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Demangle/
H A DItaniumDemangle.cpp350 *N = S.getCurrentPosition(); in itaniumDemangle()
395 *N = S.getCurrentPosition(); in printNode()
470 *N = S.getCurrentPosition(); in getFunctionDeclContextName()
496 *N = S.getCurrentPosition(); in getFunctionParameters()
515 *N = S.getCurrentPosition(); in getFunctionReturnType()
H A DMicrosoftDemangleNodes.cpp72 size_t Pos1 = OS.getCurrentPosition(); in outputQualifiers()
76 size_t Pos2 = OS.getCurrentPosition(); in outputQualifiers()
H A DMicrosoftDemangle.cpp2176 std::printf(" [%d] - %.*s\n", (int)I, (int)OS.getCurrentPosition(), in dumpBackReferences()
2212 *N = S.getCurrentPosition(); in microsoftDemangle()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DRegisterScavenging.h120 MachineBasicBlock::iterator getCurrentPosition() const { return MBBI; } in getCurrentPosition() function
/freebsd-12.1/contrib/llvm/include/llvm/Demangle/
H A DUtility.h127 size_t getCurrentPosition() const { return CurrentPosition; } in getCurrentPosition() function
H A DItaniumDemangle.h221 size_t BeforeComma = S.getCurrentPosition(); in printWithComma()
224 size_t AfterComma = S.getCurrentPosition(); in printWithComma()
229 if (AfterComma == S.getCurrentPosition()) { in printWithComma()
1073 size_t StreamPos = S.getCurrentPosition(); in printLeft()