Searched refs:KnownSections (Results 1 – 2 of 2) sorted by relevance
/external/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 384 const StringMap<std::pair<MCSection *, DWARFSectionKind>> &KnownSections, in handleSection() argument 413 auto SectionPair = KnownSections.find(Name); in handleSection() 414 if (SectionPair == KnownSections.end()) in handleSection() 472 const StringMap<std::pair<MCSection *, DWARFSectionKind>> KnownSections = { in write() local 515 KnownSections, StrSection, StrOffsetSection, TypesSection, in write()
|
/external/llvm-project/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 427 const StringMap<std::pair<MCSection *, DWARFSectionKind>> &KnownSections, in handleSection() argument 458 auto SectionPair = KnownSections.find(Name); in handleSection() 459 if (SectionPair == KnownSections.end()) in handleSection() 546 const StringMap<std::pair<MCSection *, DWARFSectionKind>> KnownSections = { in write() local 589 KnownSections, StrSection, StrOffsetSection, TypesSection, in write()
|