HomeSort by relevance Sort by last modified time
    Searched refs:EHFrameSection (Results 1 - 11 of 11) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectFileInfo.h 114 /// EHFrameSection - EH frame section. It is initialized on demand so it
116 const MCSection *EHFrameSection;
271 if (!EHFrameSection)
273 return EHFrameSection;
287 /// InitEHFrameSection - Initialize EHFrameSection on demand.
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h 32 EHFrameSection = nullptr;
62 EHFrameSection =
NVPTXISelLowering.cpp     [all...]
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFContext.h 250 StringRef EHFrameSection;
290 StringRef getEHFrameSection() override { return EHFrameSection; }
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 155 MCSection *EHFrameSection;
344 return EHFrameSection;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCObjectFileInfo.h 164 MCSection *EHFrameSection;
376 return EHFrameSection;
  /external/swiftshader/third_party/LLVM/lib/MC/
MCObjectFileInfo.cpp 508 EHFrameSection = 0; // Created on demand.
535 EHFrameSection =
543 EHFrameSection =
548 EHFrameSection =
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 52 EHFrameSection = Ctx->getMachOSection(
588 EHFrameSection =
593 EHFrameSection = Ctx->getCOFFSection(
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCObjectFileInfo.cpp 54 EHFrameSection = Ctx->getMachOSection(
617 EHFrameSection =
624 EHFrameSection = Ctx->getCOFFSection(
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp     [all...]