Home
last modified time | relevance | path

Searched refs:DwarfFrameSection (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h36 DwarfFrameSection = nullptr; in NVPTXTargetObjectFile()
70 DwarfFrameSection = in Initialize()
DNVPTXISelLowering.cpp4556 delete static_cast<NVPTXSection *>(DwarfFrameSection); in ~NVPTXTargetObjectFile()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCObjectFileInfo.h90 const MCSection *DwarfFrameSection; variable
193 const MCSection *getDwarfFrameSection() const { return DwarfFrameSection; } in getDwarfFrameSection()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h88 MCSection *DwarfFrameSection; variable
232 MCSection *getDwarfFrameSection() const { return DwarfFrameSection; } in getDwarfFrameSection()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCObjectFileInfo.cpp167 DwarfFrameSection = in InitMachOMCObjectFileInfo()
347 DwarfFrameSection = in InitELFMCObjectFileInfo()
432 DwarfFrameSection = in InitCOFFMCObjectFileInfo()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp238 DwarfFrameSection = in initMachOMCObjectFileInfo()
525 DwarfFrameSection = Ctx->getELFSection(".debug_frame", ELF::SHT_PROGBITS, 0); in initELFMCObjectFileInfo()
686 DwarfFrameSection = Ctx->getCOFFSection( in initCOFFMCObjectFileInfo()