Home
last modified time | relevance | path

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

/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
868 HexToIntPair(TokStart+3, CurPtr, Pair); in Lex0x()
873 HexToIntPair(TokStart+3, CurPtr, Pair); in Lex0x()