Searched refs:LabelType (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 429 CV_ENUM_CLASS_ENT(LabelType, Near), 430 CV_ENUM_CLASS_ENT(LabelType, Far),
|
| H A D | TypeDumpVisitor.cpp | 144 ENUM_ENTRY(LabelType, Near), ENUM_ENTRY(LabelType, Far),
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 292 enum class LabelType : uint16_t { enum
|
| H A D | TypeRecord.h | 210 LabelRecord(LabelType Mode) : TypeRecord(TypeRecordKind::Label), Mode(Mode) {} in LabelRecord() 212 LabelType Mode;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 501 std::string Type = (R.Mode == LabelType::Far) ? "far" : "near"; in visitKnownRecord()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
| H A D | ir.go | 695 func (c Context) LabelType() (t Type) { t.C = C.LLVMLabelTypeInContext(c.C); return } func 699 func LabelType() (t Type) { t.C = C.LLVMLabelType(); return } func
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 1061 ObjCLabelType LabelType,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | ProgrammersManual.rst | 3298 Certain primitive types (``VoidType``, ``LabelType``, ``FloatType`` and
|