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

References

tools/llvm-pdbutil/PrettyTypeDumper.cpp
   37 typedef bool (*CompareFunc)(const LayoutPtr &S1, const LayoutPtr &S2);
   37 typedef bool (*CompareFunc)(const LayoutPtr &S1, const LayoutPtr &S2);
   39 static bool CompareNames(const LayoutPtr &S1, const LayoutPtr &S2) {
   39 static bool CompareNames(const LayoutPtr &S1, const LayoutPtr &S2) {
   43 static bool CompareSizes(const LayoutPtr &S1, const LayoutPtr &S2) {
   43 static bool CompareSizes(const LayoutPtr &S1, const LayoutPtr &S2) {
   47 static bool ComparePadding(const LayoutPtr &S1, const LayoutPtr &S2) {
   47 static bool ComparePadding(const LayoutPtr &S1, const LayoutPtr &S2) {
   51 static bool ComparePaddingPct(const LayoutPtr &S1, const LayoutPtr &S2) {
   51 static bool ComparePaddingPct(const LayoutPtr &S1, const LayoutPtr &S2) {
   57 static bool ComparePaddingImmediate(const LayoutPtr &S1, const LayoutPtr &S2) {
   57 static bool ComparePaddingImmediate(const LayoutPtr &S1, const LayoutPtr &S2) {
   61 static bool ComparePaddingPctImmediate(const LayoutPtr &S1,
   62                                        const LayoutPtr &S2) {
  230       std::vector<LayoutPtr> Filtered;