OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNumStubs
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/ExecutionEngine/Orc/
OrcABISupport.h
57
unsigned
getNumStubs
() const { llvm_unreachable("Not supported"); }
90
unsigned
getNumStubs
() const { return NumStubs; }
93
/// the range 0 ..
getNumStubs
() - 1.
99
/// which must be in the range 0 ..
getNumStubs
() - 1.
IndirectionUtils.h
310
for (unsigned I = 0; I < ISI.
getNumStubs
(); ++I)
OrcRemoteTargetServer.h
288
uint32_t NumStubsEmitted = IS.
getNumStubs
();
Completed in 78 milliseconds