Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLLexer.h88 void HexToIntPair(const char *Buffer, const char *End, uint64_t Pair[2]);
DLLLexer.cpp79 void LLLexer::HexToIntPair(const char *Buffer, const char *End, in HexToIntPair() function in LLLexer
733 HexToIntPair(TokStart+3, CurPtr, Pair); in Lex0x()
738 HexToIntPair(TokStart+3, CurPtr, Pair); in Lex0x()
/external/llvm/lib/AsmParser/
DLLLexer.h91 void HexToIntPair(const char *Buffer, const char *End, uint64_t Pair[2]);
DLLLexer.cpp78 void LLLexer::HexToIntPair(const char *Buffer, const char *End, in HexToIntPair() function in LLLexer
888 HexToIntPair(TokStart+3, CurPtr, Pair); in Lex0x()
893 HexToIntPair(TokStart+3, CurPtr, Pair); in Lex0x()