We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b223229 commit 7069144Copy full SHA for 7069144
llvm/include/llvm/ExecutionEngine/Orc/Core.h
@@ -1434,6 +1434,9 @@ class ExecutionSession {
1434
/// Return the triple for the executor.
1435
const Triple &getTargetTriple() const { return EPC->getTargetTriple(); }
1436
1437
+ // Return the page size for the executor.
1438
+ size_t getPageSize() const { return EPC->getPageSize(); }
1439
+
1440
/// Get the SymbolStringPool for this instance.
1441
std::shared_ptr<SymbolStringPool> getSymbolStringPool() {
1442
return EPC->getSymbolStringPool();
0 commit comments