Home
last modified time | relevance | path

Searched refs:debugAbbrev (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DDwarf.cpp32 .Case(section_names::debugAbbrev, &dObj->abbrevSection) in create()
H A DInputSection.h297 constexpr const char debugAbbrev[] = "__debug_abbrev"; variable
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp944 const Section *debugAbbrev = nullptr; in parseDebugInfo() local
952 debugAbbrev = &s; in parseDebugInfo()
968 if (!debugAbbrev) in parseDebugInfo()
972 if (auto tuOrErr = readCompUnit(normalizedFile, *debugInfo, *debugAbbrev, in parseDebugInfo()