Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp626 auto NamesSection = lookupSection(*OF, getInstrProfNameSectionName(false)); in loadBinaryFormat() local
627 if (auto E = NamesSection.takeError()) in loadBinaryFormat()
637 if (Error E = ProfileNames.create(*NamesSection)) in loadBinaryFormat()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp707 auto NamesSection = in loadBinaryFormat() local
710 if (auto E = NamesSection.takeError()) in loadBinaryFormat()
724 if (Error E = ProfileNames.create(*NamesSection)) in loadBinaryFormat()
/external/llvm-project/llvm/lib/ProfileData/Coverage/
DCoverageMappingReader.cpp905 auto NamesSection = in loadBinaryFormat() local
908 if (auto E = NamesSection.takeError()) in loadBinaryFormat()
924 std::vector<SectionRef> NamesSectionRefs = *NamesSection; in loadBinaryFormat()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1465 DWARFSectionMap NamesSection; member in __anonc7c59b990d11::DWARFObjInMemory
1484 .Case("debug_names", &NamesSection) in mapNameToDWARFSection()
1873 return NamesSection; in getNamesSection()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1530 DWARFSectionMap NamesSection; member in __anonbdce32250f11::DWARFObjInMemory
1550 .Case("debug_names", &NamesSection) in mapNameToDWARFSection()
1937 return NamesSection; in getNamesSection()