Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.h136 bool NoAllocSection = Sec.getMemLifetime() == orc::MemLifetime::NoAlloc; in fixUpBlocks() local
153 if (NoAllocSection) in fixUpBlocks()
164 assert((NoAllocSection || !E.getTarget().isDefined() || in fixUpBlocks()