Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerBase.cpp61 .Case(getSectionName(DebugSectionKind::AppleTypes), in parseDebugTableName()
62 DebugSectionKind::AppleTypes) in parseDebugTableName()
/src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerBase.h49 AppleTypes, enumerator
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp1131 CommonSections.getOrCreateSectionDescriptor(DebugSectionKind::AppleTypes); in emitCommonSectionsAndWriteCompileUnitsToTheOutput()
1214 AccelTable<AppleAccelTableStaticTypeData> AppleTypes; in emitAppleAcceleratorSections() local
1242 AppleTypes.addName( in emitAppleAcceleratorSections()
1323 CommonSections.getSectionDescriptor(DebugSectionKind::AppleTypes); in emitAppleAcceleratorSections()
1332 Emitter.emitAppleTypes(AppleTypes); in emitAppleAcceleratorSections()
/src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h772 AccelTable<AppleAccelTableStaticTypeData> AppleTypes; variable
/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp268 std::unique_ptr<AppleAcceleratorTable> AppleTypes; member in __anonc1a899430411::ThreadUnsafeDWARFContextState
521 return getAccelTable(AppleTypes, DObj, DObj.getAppleTypesSection(), in getAppleTypes()
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp283 case DebugSectionKind::AppleTypes: in getMCSection()
H A DDWARFLinker.cpp2244 AppleTypes.addName( in emitAcceleratorEntriesForUnit()
2908 TheDwarfEmitter->emitAppleTypes(AppleTypes); in link()
/src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1314 HANDLE_DWARF_SECTION(AppleTypes, ".apple_types", "apple-types", BoolOption)