Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DELFNixPlatform.h174 Error fixTLVSectionsAndEdges(jitlink::LinkGraph &G, JITDylib &JD);
H A DMachOPlatform.h261 Error fixTLVSectionsAndEdges(jitlink::LinkGraph &G, JITDylib &JD);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp676 // TODO: Check that before the fixTLVSectionsAndEdges pass, the GOT/PLT build in addEHAndTLVSupportPasses()
680 return fixTLVSectionsAndEdges(G, JD); in addEHAndTLVSupportPasses()
798 Error ELFNixPlatform::ELFNixPlatformPlugin::fixTLVSectionsAndEdges( in fixTLVSectionsAndEdges()
784 Error ELFNixPlatform::ELFNixPlatformPlugin::fixTLVSectionsAndEdges( fixTLVSectionsAndEdges() function in llvm::orc::ELFNixPlatform::ELFNixPlatformPlugin
H A DMachOPlatform.cpp834 return fixTLVSectionsAndEdges(G, JD); in modifyPassConfig()
1192 Error MachOPlatform::MachOPlatformPlugin::fixTLVSectionsAndEdges( in fixTLVSectionsAndEdges() function in llvm::orc::MachOPlatform::MachOPlatformPlugin