Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLLexer.h118 void HexToIntPair(const char *Buffer, const char *End, uint64_t Pair[2]);
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp86 void LLLexer::HexToIntPair(const char *Buffer, const char *End, in HexToIntPair() function in LLLexer
1113 HexToIntPair(TokStart+3, CurPtr, Pair); in Lex0x()
1118 HexToIntPair(TokStart+3, CurPtr, Pair); in Lex0x()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc12368 {"_ZN4llvm7LLLexer12HexToIntPairEPKcS2_Py", "llvm::LLLexer::HexToIntPair(char const*, char const*, …