Home
last modified time | relevance | path

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

/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/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h170 MCSection *EHFrameSection = nullptr; variable
395 return EHFrameSection; in getEHFrameSection()
/external/llvm-project/llvm/include/llvm/MC/
DMCObjectFileInfo.h172 MCSection *EHFrameSection = nullptr; variable
408 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/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectFileInfo.cpp53 EHFrameSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
488 EHFrameSection = in initELFMCObjectFileInfo()
495 EHFrameSection = in initCOFFMCObjectFileInfo()
816 EHFrameSection = nullptr; // Created on demand. in InitMCObjectFileInfo()
/external/llvm-project/llvm/lib/MC/
DMCObjectFileInfo.cpp53 EHFrameSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
496 EHFrameSection = in initELFMCObjectFileInfo()
503 EHFrameSection = in initCOFFMCObjectFileInfo()
927 EHFrameSection = nullptr; // Created on demand. in InitMCObjectFileInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1455 DWARFSectionMap EHFrameSection; member in __anonc7c59b990d11::DWARFObjInMemory
1478 .Case("eh_frame", &EHFrameSection) in mapNameToDWARFSection()
1842 return EHFrameSection; in getEHFrameSection()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1520 DWARFSectionMap EHFrameSection; member in __anonbdce32250f11::DWARFObjInMemory
1544 .Case("eh_frame", &EHFrameSection) in mapNameToDWARFSection()
1904 return EHFrameSection; in getEHFrameSection()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp699 .Case("eh_frame", &EHFrameSection) in DWARFContextInMemory()