Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp175 Sec.setMemLifetime(AG.getMemLifetime()); in Create()
H A DCOFFLinkGraphBuilder.cpp165 GraphSec->setMemLifetime(orc::MemLifetime::NoAlloc); in graphifySections()
H A DELFLinkGraphBuilder.h369 GraphSec->setMemLifetime(orc::MemLifetime::NoAlloc); in graphifySections()
H A DMachOLinkGraphBuilder.cpp196 NSec.GraphSection->setMemLifetime(orc::MemLifetime::NoAlloc); in createNormalizedSections()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h729 void setMemLifetime(orc::MemLifetime ML) { this->ML = ML; } in setMemLifetime() function