Home
last modified time | relevance | path

Searched refs:EHFrameSection (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCObjectFileInfo.h116 const MCSection *EHFrameSection; variable
271 if (!EHFrameSection) in getEHFrameSection()
273 return EHFrameSection; in getEHFrameSection()
/external/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h32 EHFrameSection = nullptr; in NVPTXTargetObjectFile()
62 EHFrameSection = in Initialize()
DNVPTXISelLowering.cpp4552 delete static_cast<NVPTXSection *>(EHFrameSection); in ~NVPTXTargetObjectFile()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCObjectFileInfo.cpp508 EHFrameSection = 0; // Created on demand. in InitMCObjectFileInfo()
535 EHFrameSection = in InitEHFrameSection()
543 EHFrameSection = in InitEHFrameSection()
548 EHFrameSection = in InitEHFrameSection()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h155 MCSection *EHFrameSection; variable
344 return EHFrameSection; in getEHFrameSection()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h250 StringRef EHFrameSection; variable
290 StringRef getEHFrameSection() override { return EHFrameSection; } in getEHFrameSection()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp52 EHFrameSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
588 EHFrameSection = in initELFMCObjectFileInfo()
593 EHFrameSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()
851 EHFrameSection = nullptr; // Created on demand. in InitMCObjectFileInfo()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp699 .Case("eh_frame", &EHFrameSection) in DWARFContextInMemory()