Home
last modified time | relevance | path

Searched refs:AppleTypes (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerBase.cpp61 .Case(getSectionName(DebugSectionKind::AppleTypes), in parseDebugTableName()
62 DebugSectionKind::AppleTypes) in parseDebugTableName()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerBase.h49 AppleTypes, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp1133 CommonSections.getOrCreateSectionDescriptor(DebugSectionKind::AppleTypes); in emitCommonSectionsAndWriteCompileUnitsToTheOutput()
1216 AccelTable<AppleAccelTableStaticTypeData> AppleTypes; in emitAppleAcceleratorSections() local
1244 AppleTypes.addName( in emitAppleAcceleratorSections()
1325 CommonSections.getSectionDescriptor(DebugSectionKind::AppleTypes); in emitAppleAcceleratorSections()
1334 Emitter.emitAppleTypes(AppleTypes); in emitAppleAcceleratorSections()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h772 AccelTable<AppleAccelTableStaticTypeData> AppleTypes; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp267 std::unique_ptr<AppleAcceleratorTable> AppleTypes; member in ThreadUnsafeDWARFContextState
520 return getAccelTable(AppleTypes, DObj, DObj.getAppleTypesSection(), in getAppleTypes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp283 case DebugSectionKind::AppleTypes: in getMCSection()
H A DDWARFLinker.cpp2227 AppleTypes.addName( in emitAcceleratorEntriesForUnit()
2888 TheDwarfEmitter->emitAppleTypes(AppleTypes); in link()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1236 HANDLE_DWARF_SECTION(AppleTypes, ".apple_types", "apple-types", BoolOption)