Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp19 GVPredicate ShouldExtract) { in extractSubModule() argument
58 auto NewTSMod = cloneToNewContext(TSM, ShouldExtract, DeleteExtractedDefs); in extractSubModule()
291 auto ShouldExtract = [&](const GlobalValue &GV) -> bool { in emitPartition() local
295 auto ExtractedTSM = extractSubModule(TSM, ".submodule", ShouldExtract); in emitPartition()