Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h270 DWARFSection AppleNamesSection; variable
299 const DWARFSection& getAppleNamesSection() override { return AppleNamesSection; } in getAppleNamesSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp714 .Case("apple_names", &AppleNamesSection.Data) in DWARFContextInMemory()
768 .Case("apple_names", &AppleNamesSection.Relocs) in DWARFContextInMemory()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1235 DWARFSectionMap AppleNamesSection; member in __anonddd817f10c11::DWARFObjInMemory
1256 .Case("apple_names", &AppleNamesSection) in mapNameToDWARFSection()
1559 return AppleNamesSection; in getAppleNamesSection()