Home
last modified time | relevance | path

Searched refs:AppleTypesSection (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h271 DWARFSection AppleTypesSection; variable
300 const DWARFSection& getAppleTypesSection() override { return AppleTypesSection; } in getAppleTypesSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp715 .Case("apple_types", &AppleTypesSection.Data) in DWARFContextInMemory()
769 .Case("apple_types", &AppleTypesSection.Relocs) in DWARFContextInMemory()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1236 DWARFSectionMap AppleTypesSection; member in __anonddd817f10c11::DWARFObjInMemory
1257 .Case("apple_types", &AppleTypesSection) in mapNameToDWARFSection()
1562 return AppleTypesSection; in getAppleTypesSection()