reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/MC/MCObjectFileInfo.h
  244   MCSection *getLSDASection() const { return LSDASection; }
lib/MC/MCObjectFileInfo.cpp
  183   LSDASection = Ctx->getMachOSection("__TEXT", "__gcc_except_tab", 0,
  385   LSDASection = Ctx->getELFSection(".gcc_except_table", ELF::SHT_PROGBITS,
  519     LSDASection = nullptr;
  521     LSDASection = Ctx->getCOFFSection(".gcc_except_table",
  762   LSDASection = Ctx->getWasmSection(".rodata.gcc_except_table",
lib/Target/ARM/ARMTargetObjectFile.cpp
   41     LSDASection = nullptr;