Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DItaniumDemangle.cpp349 *N = S.getCurrentPosition(); in itaniumDemangle()
394 *N = S.getCurrentPosition(); in printNode()
469 *N = S.getCurrentPosition(); in getFunctionDeclContextName()
495 *N = S.getCurrentPosition(); in getFunctionParameters()
514 *N = S.getCurrentPosition(); in getFunctionReturnType()
H A DMicrosoftDemangleNodes.cpp70 size_t Pos1 = OS.getCurrentPosition(); in outputQualifiers()
74 size_t Pos2 = OS.getCurrentPosition(); in outputQualifiers()
H A DRustDemangle.cpp57 size_t DemangledLen = D.Output.getCurrentPosition(); in rustDemangle()
H A DMicrosoftDemangle.cpp2323 std::printf(" [%d] - %.*s\n", (int)I, (int)OS.getCurrentPosition(), in dumpBackReferences()
2372 *N = S.getCurrentPosition(); in microsoftDemangle()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRegisterScavenging.h110 MachineBasicBlock::iterator getCurrentPosition() const { return MBBI; } in getCurrentPosition() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DUtility.h129 size_t getCurrentPosition() const { return CurrentPosition; } in getCurrentPosition() function
H A DItaniumDemangle.h233 size_t BeforeComma = S.getCurrentPosition(); in printWithComma()
236 size_t AfterComma = S.getCurrentPosition(); in printWithComma()
241 if (AfterComma == S.getCurrentPosition()) { in printWithComma()
1169 size_t StreamPos = S.getCurrentPosition(); in printLeft()