Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h175 Error fixTLVSectionsAndEdges(jitlink::LinkGraph &G, JITDylib &JD);
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp698 return fixTLVSectionsAndEdges(G, JD); in addEHAndTLVSupportPasses()
904 Error MachOPlatform::MachOPlatformPlugin::fixTLVSectionsAndEdges( in fixTLVSectionsAndEdges() function in llvm::orc::MachOPlatform::MachOPlatformPlugin