Home
last modified time | relevance | path

Searched defs:FinalizedAlloc (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
HDJITLinkMemoryManager.h62 explicit FinalizedAlloc(orc::ExecutorAddr A) : A(A) { in FinalizedAlloc() function
67 FinalizedAlloc(FinalizedAlloc &&Other) : A(Other.A) { in FinalizedAlloc() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDEPCIndirectionUtils.cpp46 using FinalizedAlloc = jitlink::JITLinkMemoryManager::FinalizedAlloc; typedef in __anon2e8406960111::EPCTrampolinePool
HDDebugObjectManagerPlugin.cpp148 using FinalizedAlloc = JITLinkMemoryManager::FinalizedAlloc; typedef in llvm::orc::DebugObject