Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerBase.cpp55 .Case(getSectionName(DebugSectionKind::AppleNames), in parseDebugTableName()
56 DebugSectionKind::AppleNames) in parseDebugTableName()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerBase.h46 AppleNames, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp1129 CommonSections.getOrCreateSectionDescriptor(DebugSectionKind::AppleNames); in emitCommonSectionsAndWriteCompileUnitsToTheOutput()
1214 AccelTable<AppleAccelTableStaticOffsetData> AppleNames; in emitAppleAcceleratorSections() local
1232 AppleNames.addName( in emitAppleAcceleratorSections()
1283 CommonSections.getSectionDescriptor(DebugSectionKind::AppleNames); in emitAppleAcceleratorSections()
1292 Emitter.emitAppleNames(AppleNames); in emitAppleAcceleratorSections()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h769 AccelTable<AppleAccelTableStaticOffsetData> AppleNames; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp266 std::unique_ptr<AppleAcceleratorTable> AppleNames; member in ThreadUnsafeDWARFContextState
514 return getAccelTable(AppleNames, DObj, DObj.getAppleNamesSection(), in getAppleNames()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp277 case DebugSectionKind::AppleNames: in getMCSection()
H A DDWARFLinker.cpp2223 AppleNames.addName(Pubname.Name, in emitAcceleratorEntriesForUnit()
2887 TheDwarfEmitter->emitAppleNames(AppleNames); in link()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1235 HANDLE_DWARF_SECTION(AppleNames, ".apple_names", "apple-names", BoolOption)