Home
last modified time | relevance | path

Searched refs:llvmDebugNames (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDSyntheticSections.cpp2833 for (const DWARFDebugNames::NameIndex &ni : *inputChunk.llvmDebugNames) { in parseDebugNames()
2955 for (auto [i, ni] : enumerate(*inputChunk.llvmDebugNames)) { in computeHdrAndAbbrevTable()
3177 inputChunk.llvmDebugNames.emplace(namesExtractor, strExtractor); in DebugNamesSection()
3178 if (Error e = inputChunk.llvmDebugNames->extract()) { in DebugNamesSection()
HDSyntheticSections.h858 std::optional<llvm::DWARFDebugNames> llvmDebugNames; member