Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h192 std::map<object::SectionRef, unsigned>> TypeSectionMap; typedef
193 virtual const TypeSectionMap &getTypesSections() = 0;
210 virtual const TypeSectionMap &getTypesDWOSections() = 0;
245 TypeSectionMap TypesSections;
262 TypeSectionMap TypesDWOSections;
285 const TypeSectionMap &getTypesSections() override { return TypesSections; } in getTypesSections()
306 const TypeSectionMap &getTypesDWOSections() override { in getTypesDWOSections()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1216 using TypeSectionMap = MapVector<object::SectionRef, DWARFSectionMap, typedef in __anonddd817f10c11::DWARFObjInMemory
1219 TypeSectionMap TypesSections;
1220 TypeSectionMap TypesDWOSections;