Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DEHFrameSupport.h43 class InProcessEHFrameRegistrar final : public EHFrameRegistrar {
46 static InProcessEHFrameRegistrar &getInstance();
48 InProcessEHFrameRegistrar(const InProcessEHFrameRegistrar &) = delete;
49 InProcessEHFrameRegistrar &
50 operator=(const InProcessEHFrameRegistrar &) = delete;
52 InProcessEHFrameRegistrar(InProcessEHFrameRegistrar &&) = delete;
53 InProcessEHFrameRegistrar &operator=(InProcessEHFrameRegistrar &&) = delete;
70 InProcessEHFrameRegistrar();
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DEHFrameSupport.cpp766 InProcessEHFrameRegistrar &InProcessEHFrameRegistrar::getInstance() { in getInstance()
767 static InProcessEHFrameRegistrar Instance; in getInstance()
771 InProcessEHFrameRegistrar::InProcessEHFrameRegistrar() {} in InProcessEHFrameRegistrar() function in llvm::jitlink::InProcessEHFrameRegistrar
/external/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
DEHFrameSupport.h35 class InProcessEHFrameRegistrar final : public EHFrameRegistrar {
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DEHFrameSupport.cpp636 Error InProcessEHFrameRegistrar::registerEHFrames( in registerEHFrames()
643 Error InProcessEHFrameRegistrar::deregisterEHFrames( in deregisterEHFrames()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp966 ES, std::make_unique<jitlink::InProcessEHFrameRegistrar>())); in prepareForConstruction()