Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h150 Error fixTLVSectionsAndEdges(jitlink::LinkGraph &G, JITDylib &JD);
H A DELFNixPlatform.h171 Error fixTLVSectionsAndEdges(jitlink::LinkGraph &G, JITDylib &JD);
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp718 return fixTLVSectionsAndEdges(G, JD); in addEHAndTLVSupportPasses()
839 Error ELFNixPlatform::ELFNixPlatformPlugin::fixTLVSectionsAndEdges( in fixTLVSectionsAndEdges() function in llvm::orc::ELFNixPlatform::ELFNixPlatformPlugin
H A DMachOPlatform.cpp651 return fixTLVSectionsAndEdges(G, JD); in modifyPassConfig()
812 Error MachOPlatform::MachOPlatformPlugin::fixTLVSectionsAndEdges( in fixTLVSectionsAndEdges() function in llvm::orc::MachOPlatform::MachOPlatformPlugin