Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp876 ErrorOr<BinarySection &> TypeInfoSection = in updateLineTableOffsets() local
878 assert(((BC.DwCtx->getNumTypeUnits() > 0 && TypeInfoSection) || in updateLineTableOffsets()
937 TypeInfoSection->addRelocation(AttributeOffset, nullptr, Reloc32Type, in updateLineTableOffsets()
947 if (TypeInfoSection) in updateLineTableOffsets()
948 TypeInfoSection->setIsFinalized(); in updateLineTableOffsets()