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

/macosx-10.10.1/llvmCore-3425.0.34/lib/AsmParser/
H A DLLLexer.h87 void HexToIntPair(const char *Buffer, const char *End, uint64_t Pair[2]);
H A DLLLexer.cpp83 void LLLexer::HexToIntPair(const char *Buffer, const char *End, function in class:LLLexer
722 HexToIntPair(TokStart+3, CurPtr, Pair);
727 HexToIntPair(TokStart+3, CurPtr, Pair);

Completed in 68 milliseconds