Searched defs:NumStubs (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcABISupport.h80 GenericIndirectStubsInfo(unsigned NumStubs, sys::OwningMemoryBlock StubsMem) argument
111 unsigned NumStubs = 0; member in class:llvm::orc::GenericIndirectStubsInfo
[all...]
H A DIndirectionUtils.h361 Error reserveStubs(unsigned NumStubs) { argument
H A DOrcRemoteTargetClient.h395 unsigned NumStubs; member in struct:llvm::orc::remote::OrcRemoteTargetClient::RemoteIndirectStubsManager::RemoteIndirectStubsInfo
400 Error reserveStubs(unsigned NumStubs) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcABISupport.cpp152 unsigned NumStubs = (NumPages * PageSize) / StubSize; local
234 unsigned NumStubs = (NumPages * PageSize) / StubSize; local
502 unsigned NumStubs = (NumPages * PageSize) / StubSize; local
688 unsigned NumStubs = (NumPages * PageSize) / StubSize; local
934 unsigned NumStubs = (NumPages * PageSize) / StubSize; local
[all...]

Completed in 113 milliseconds