Searched refs:EHFrameEdgeFixer (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | EHFrameSupport.cpp | 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() [all …]
|
| H A D | EHFrameSupportImpl.h | 41 class EHFrameEdgeFixer { 43 EHFrameEdgeFixer(StringRef EHFrameSectionName, unsigned PointerSize,
|
| H A D | ELF_x86_64.cpp | 550 Config.PrePrunePasses.push_back(EHFrameEdgeFixer( in link_ELF_x86_64()
|
| H A D | MachO_x86_64.cpp | 633 return EHFrameEdgeFixer("__TEXT,__eh_frame", x86_64::PointerSize, in createEHFrameEdgeFixerPass_MachO_x86_64()
|