Lines Matching refs:EHFrameEdgeFixer
123 EHFrameEdgeFixer::EHFrameEdgeFixer(StringRef EHFrameSectionName, in EHFrameEdgeFixer() function in llvm::jitlink::EHFrameEdgeFixer
129 Error EHFrameEdgeFixer::operator()(LinkGraph &G) { in operator ()()
177 Error EHFrameEdgeFixer::processBlock(ParseContext &PC, Block &B) { in processBlock()
268 Error EHFrameEdgeFixer::processCIE(ParseContext &PC, Block &B, in processCIE()
397 Error EHFrameEdgeFixer::processFDE(ParseContext &PC, Block &B, in processFDE()
565 Expected<EHFrameEdgeFixer::AugmentationInfo>
566 EHFrameEdgeFixer::parseAugmentationString(BinaryStreamReader &RecordReader) { in parseAugmentationString()
606 bool EHFrameEdgeFixer::isSupportedPointerEncoding(uint8_t PointerEncoding) { in isSupportedPointerEncoding()
630 unsigned EHFrameEdgeFixer::getPointerEncodingDataSize(uint8_t PointerEncoding) { in getPointerEncodingDataSize()
650 EHFrameEdgeFixer::readEncodedPointer(uint8_t PointerEncoding, in readEncodedPointer()
712 Expected<Symbol &> EHFrameEdgeFixer::getOrCreateSymbol(ParseContext &PC, in getOrCreateSymbol()