Searched refs:LabelType (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 63 LLVM_YAML_DECLARE_ENUM_TRAITS(LabelType) 327 void ScalarEnumerationTraits<LabelType>::enumeration(IO &IO, LabelType &Value) { in enumeration() 328 IO.enumCase(Value, "Near", LabelType::Near); in enumeration() 329 IO.enumCase(Value, "Far", LabelType::Far); in enumeration()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 432 CV_ENUM_CLASS_ENT(LabelType, Near), 433 CV_ENUM_CLASS_ENT(LabelType, Far),
|
| H A D | TypeDumpVisitor.cpp | 145 ENUM_ENTRY(LabelType, Near), ENUM_ENTRY(LabelType, Far),
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 211 LabelRecord(LabelType Mode) : TypeRecord(TypeRecordKind::Label), Mode(Mode) {} in LabelRecord() 213 LabelType Mode = LabelType::Near;
|
| H A D | CodeView.h | 294 enum class LabelType : uint16_t { enum
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 504 std::string Type = (R.Mode == LabelType::Far) ? "far" : "near"; in visitKnownRecord()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 1065 ObjCLabelType LabelType,
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | ProgrammersManual.rst | 3307 Certain primitive types (``VoidType``, ``LabelType``, ``FloatType`` and
|