OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:utohex_buffer
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/ADT/
StringExtras.h
41
///
utohex_buffer
- Emit the specified number into the buffer specified by
45
/// printf("0x%s",
utohex_buffer
(X, Buffer+40));
50
static inline char *
utohex_buffer
(IntTy X, char *BufferEnd) {
function in namespace:llvm
68
return
utohex_buffer
(X, Buffer+17);
/external/llvm/lib/IR/
AsmWriter.cpp
823
utohex_buffer
(uint64_t(apf.bitcastToAPInt().getZExtValue()),
[
all
...]
Completed in 129 milliseconds