Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileToAtoms.cpp945 const Section *debugAbbrev = nullptr; in parseDebugInfo() local
953 debugAbbrev = &s; in parseDebugInfo()
969 if (!debugAbbrev) in parseDebugInfo()
973 if (auto tuOrErr = readCompUnit(normalizedFile, *debugInfo, *debugAbbrev, in parseDebugInfo()