Home
last modified time | relevance | path

Searched defs:StandardSegments (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp241 IPInFlightAlloc(InProcessMemoryManager & MemMgr,LinkGraph & G,BasicLayout BL,sys::MemoryBlock StandardSegments,sys::MemoryBlock FinalizationSegments) IPInFlightAlloc() argument
323 sys::MemoryBlock StandardSegments; global() member in llvm::jitlink::InProcessMemoryManager::IPInFlightAlloc
462 auto &StandardSegments = StandardSegmentsList.back(); deallocate() local
484 createFinalizedAlloc(sys::MemoryBlock StandardSegments,std::vector<orc::shared::WrapperFunctionCall> DeallocActions) createFinalizedAlloc() argument
[all...]
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h384 sys::MemoryBlock StandardSegments; global() member