Searched refs:LabelType (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 64 LLVM_YAML_DECLARE_ENUM_TRAITS(LabelType) 323 void ScalarEnumerationTraits<LabelType>::enumeration(IO &IO, LabelType &Value) { in enumeration() 324 IO.enumCase(Value, "Near", LabelType::Near); in enumeration() 325 IO.enumCase(Value, "Far", LabelType::Far); in enumeration()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.cpp | 145 ENUM_ENTRY(LabelType, Near), ENUM_ENTRY(LabelType, Far),
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 292 enum class LabelType : uint16_t { enum
|
| H A D | TypeRecord.h | 217 LabelRecord(LabelType Mode) : TypeRecord(TypeRecordKind::Label), Mode(Mode) {} in LabelRecord() 219 LabelType Mode;
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 495 std::string Type = (R.Mode == LabelType::Far) ? "far" : "near"; in visitKnownRecord()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 1035 ObjCLabelType LabelType,
|