Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupport.cpp343 if (!isSupportedPointerEncoding(LSDAPointerEncoding)) in processCIE()
372 if (!isSupportedPointerEncoding(FDEPointerEncoding)) in processCIE()
606 bool EHFrameEdgeFixer::isSupportedPointerEncoding(uint8_t PointerEncoding) { in isSupportedPointerEncoding() function in llvm::jitlink::EHFrameEdgeFixer
633 assert(isSupportedPointerEncoding(PointerEncoding) && in getPointerEncodingDataSize()
655 assert(isSupportedPointerEncoding(PointerEncoding) && in readEncodedPointer()
H A DEHFrameSupportImpl.h103 static bool isSupportedPointerEncoding(uint8_t PointerEncoding);