Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerBase.h46 AppleNames, enumerator
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp1127 CommonSections.getOrCreateSectionDescriptor(DebugSectionKind::AppleNames); in emitCommonSectionsAndWriteCompileUnitsToTheOutput()
1212 AccelTable<AppleAccelTableStaticOffsetData> AppleNames; in emitAppleAcceleratorSections() local
1230 AppleNames.addName( in emitAppleAcceleratorSections()
1281 CommonSections.getSectionDescriptor(DebugSectionKind::AppleNames); in emitAppleAcceleratorSections()
1290 Emitter.emitAppleNames(AppleNames); in emitAppleAcceleratorSections()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp267 std::unique_ptr<AppleAcceleratorTable> AppleNames; member in __anonfc0a132e0411::ThreadUnsafeDWARFContextState
515 return getAccelTable(AppleNames, DObj, DObj.getAppleNamesSection(), in getAppleNames()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp277 case DebugSectionKind::AppleNames: in getMCSection()
H A DDWARFLinker.cpp2240 AppleNames.addName(Pubname.Name, in emitAcceleratorEntriesForUnit()
2907 TheDwarfEmitter->emitAppleNames(AppleNames); in link()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1313 HANDLE_DWARF_SECTION(AppleNames, ".apple_names", "apple-names", BoolOption)