Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
HDCoverageMappingReader.cpp707 auto NamesSection = in loadBinaryFormat() local
710 if (auto E = NamesSection.takeError()) in loadBinaryFormat()
724 if (Error E = ProfileNames.create(*NamesSection)) in loadBinaryFormat()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFContext.cpp1465 DWARFSectionMap NamesSection; member in __anonc77322850d11::DWARFObjInMemory
1484 .Case("debug_names", &NamesSection) in mapNameToDWARFSection()
1873 return NamesSection; in getNamesSection()