Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h272 DWARFSection AppleNamespacesSection; variable
301 const DWARFSection& getAppleNamespacesSection() override { return AppleNamespacesSection; } in getAppleNamespacesSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp716 .Case("apple_namespaces", &AppleNamespacesSection.Data) in DWARFContextInMemory()
717 .Case("apple_namespac", &AppleNamespacesSection.Data) in DWARFContextInMemory()
770 .Case("apple_namespaces", &AppleNamespacesSection.Relocs) in DWARFContextInMemory()
771 .Case("apple_namespac", &AppleNamespacesSection.Relocs) in DWARFContextInMemory()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1237 DWARFSectionMap AppleNamespacesSection; member in __anonddd817f10c11::DWARFObjInMemory
1258 .Case("apple_namespaces", &AppleNamespacesSection) in mapNameToDWARFSection()
1259 .Case("apple_namespac", &AppleNamespacesSection) in mapNameToDWARFSection()
1565 return AppleNamespacesSection; in getAppleNamespacesSection()