Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h249 StringRef DebugFrameSection; variable
289 StringRef getDebugFrameSection() override { return DebugFrameSection; } in getDebugFrameSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1266 StringRef DebugFrameSection; member in __anonddd817f10c11::DWARFObjInMemory
1291 .Case("debug_frame", &DebugFrameSection) in mapSectionToMember()
1541 StringRef getDebugFrameSection() const override { return DebugFrameSection; } in getDebugFrameSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp698 .Case("debug_frame", &DebugFrameSection) in DWARFContextInMemory()