Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp985 auto NamesSection = in loadBinaryFormat() local
988 if (auto E = NamesSection.takeError()) in loadBinaryFormat()
1004 std::vector<SectionRef> NamesSectionRefs = *NamesSection; in loadBinaryFormat()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1638 DWARFSectionMap NamesSection; member in __anonda3bf7bb1011::DWARFObjInMemory
1658 .Case("debug_names", &NamesSection) in mapNameToDWARFSection()
2048 return NamesSection; in getNamesSection()