OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComputeColumn
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Support/
FormattedStream.cpp
39
///
ComputeColumn
- Examine the current output and figure out which
41
void formatted_raw_ostream::
ComputeColumn
(const char *Ptr, size_t Size) {
63
ComputeColumn
(getBufferStart(), GetNumBytesInBuffer());
72
ComputeColumn
(Ptr, Size);
/external/llvm/include/llvm/Support/
FormattedStream.h
68
///
ComputeColumn
- Examine the given output buffer and figure out which
71
void
ComputeColumn
(const char *Ptr, size_t size);
Completed in 1026 milliseconds