OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FormatAdapter
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FormatAdapters.h
19
template <typename T> class
FormatAdapter
: public detail::format_adapter {
21
explicit
FormatAdapter
(T &&Item) : Item(std::forward<T>(Item)) {}
27
template <typename T> class AlignAdapter final : public
FormatAdapter
<T> {
34
:
FormatAdapter
<T>(std::forward<T>(Item)), Where(Where), Amount(Amount),
43
template <typename T> class PadAdapter final : public
FormatAdapter
<T> {
49
:
FormatAdapter
<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
59
template <typename T> class RepeatAdapter final : public
FormatAdapter
<T> {
64
:
FormatAdapter
<T>(std::forward<T>(Item)), Count(Count) {}
74
class ErrorAdapter : public
FormatAdapter
<Error> {
76
ErrorAdapter(Error &&Item) :
FormatAdapter
(std::move(Item)) {
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
Formatters.cpp
21
:
FormatAdapter
(makeArrayRef(Guid.bytes_begin(), Guid.bytes_end())) {}
24
:
FormatAdapter
(std::move(Guid)) {}
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
Formatters.h
27
class GuidAdapter final : public
FormatAdapter
<ArrayRef<uint8_t>> {
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
FormatUtil.h
117
: public
FormatAdapter
<support::detail::packed_endian_specific_integral<
124
:
FormatAdapter
<EndianType>(std::move(Item)) {}
/src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
xray-stacks.cpp
112
struct format_xray_record : public
FormatAdapter
<XRayRecord> {
115
:
FormatAdapter
<XRayRecord>(std::move(record)), Converter(&conv) {}
Completed in 53 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026