reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
422 CV_ENUM_CLASS_ENT(LabelType, Far),
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp 144 ENUM_ENTRY(LabelType, Near), ENUM_ENTRY(LabelType, Far),
lib/ObjectYAML/CodeViewYAMLTypes.cpp 324 IO.enumCase(Value, "Far", LabelType::Far);
tools/llvm-pdbutil/MinimalTypeDumper.cpp 500 std::string Type = (R.Mode == LabelType::Far) ? "far" : "near";