HomeSort by: relevance | last modified time | path
    Searched refs:DwarfPubTypesSection (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCObjectFileInfo.h 85 MCSection *DwarfPubTypesSection = nullptr;
268 MCSection *getDwarfPubTypesSection() const { return DwarfPubTypesSection; }
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCObjectFileInfo.cpp 243 DwarfPubTypesSection =
420 DwarfPubTypesSection =
596 DwarfPubTypesSection = Ctx->getCOFFSection(
816 DwarfPubTypesSection = Ctx->getWasmSection(".debug_pubtypes", SectionKind::getMetadata());
940 DwarfPubTypesSection = Ctx->getXCOFFSection(

Completed in 22 milliseconds