reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/FormatVariadic.h
  143   template <unsigned N> operator SmallString<N>() const { return sstr<N>(); }
lib/DebugInfo/CodeView/RecordName.cpp
  137   Name = formatv("{0} {1}", Ret, Params).sstr<256>();
  146   Name = formatv("{0} {1}::{2}", Ret, Class, Params).sstr<256>();
lib/Object/WindowsResource.cpp
  851     auto RelocationName = formatv("$R{0:X-6}", i & 0xffffff).sstr<COFF::NameSize>();
tools/llvm-exegesis/lib/Analysis.cpp
   98       OS, formatv(SimpleFloatFormat.data(), Value).sstr<SerializationLen>());