Home
last modified time | relevance | path

Searched refs:HexToIntPair (Results 1 – 6 of 6) 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
888 HexToIntPair(TokStart+3, CurPtr, Pair); in Lex0x()
893 HexToIntPair(TokStart+3, CurPtr, Pair); in Lex0x()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/AsmParser/
DLLLexer.h99 void HexToIntPair(const char *Buffer, const char *End, uint64_t Pair[2]);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.h99 void HexToIntPair(const char *Buffer, const char *End, uint64_t Pair[2]);
DLLLexer.cpp74 void LLLexer::HexToIntPair(const char *Buffer, const char *End, in HexToIntPair() function in LLLexer
1023 HexToIntPair(TokStart+3, CurPtr, Pair); in Lex0x()
1028 HexToIntPair(TokStart+3, CurPtr, Pair); in Lex0x()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/
DLLLexer.cpp74 void LLLexer::HexToIntPair(const char *Buffer, const char *End, in HexToIntPair() function in LLLexer
1015 HexToIntPair(TokStart+3, CurPtr, Pair); in Lex0x()
1020 HexToIntPair(TokStart+3, CurPtr, Pair); in Lex0x()