Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp982 auto NamesSection = in loadBinaryFormat() local
985 if (auto E = NamesSection.takeError()) in loadBinaryFormat()
1001 std::vector<SectionRef> NamesSectionRefs = *NamesSection; in loadBinaryFormat()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1539 DWARFSectionMap NamesSection; member in __anond6a2cae20f11::DWARFObjInMemory
1559 .Case("debug_names", &NamesSection) in mapNameToDWARFSection()
1950 return NamesSection; in getNamesSection()