Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLLexer.h99 void HexToIntPair(const char *Buffer, const char *End, uint64_t Pair[2]);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLLexer.cpp74 void LLLexer::HexToIntPair(const char *Buffer, const char *End, in HexToIntPair() function in LLLexer
1047 HexToIntPair(TokStart+3, CurPtr, Pair); in Lex0x()
1052 HexToIntPair(TokStart+3, CurPtr, Pair); in Lex0x()