Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DJITLinkGeneric.h108 Error allocateSegments(const SegmentLayoutMap &Layout);
DJITLinkGeneric.cpp55 if (auto Err = allocateSegments(Layout)) in linkPhase1()
239 Error JITLinkerBase::allocateSegments(const SegmentLayoutMap &Layout) { in allocateSegments() function in llvm::jitlink::JITLinkerBase