llvm-project/llvm/examples/OrcV2Examples
Lang Hames 55287840fe [ORC][examples] Fix off-by-one error when handling null terminators.
LLVMCreateMemoryBufferWithMemoryRange checks for a null terminator after the
given range, so we need to pass the length of the module string (excluding the
null terminator).
2022-05-20 19:33:49 -07:00
..
LLJITDumpObjects [ORC] Return ExecutorAddrs rather than JITEvaluatedSymbols from LLJIT::lookup. 2022-05-05 13:56:00 -07:00
LLJITRemovableCode [ORC] Return ExecutorAddrs rather than JITEvaluatedSymbols from LLJIT::lookup. 2022-05-05 13:56:00 -07:00
LLJITWithCustomObjectLinkingLayer [ORC] Return ExecutorAddrs rather than JITEvaluatedSymbols from LLJIT::lookup. 2022-05-05 13:56:00 -07:00
LLJITWithExecutorProcessControl [ORC][examples] Add missing EPCIndirectionUtils::cleanup call. 2022-05-20 19:33:39 -07:00
LLJITWithGDBRegistrationListener [ORC] Return ExecutorAddrs rather than JITEvaluatedSymbols from LLJIT::lookup. 2022-05-05 13:56:00 -07:00
LLJITWithInitializers
LLJITWithLazyReexports [ORC] Return ExecutorAddrs rather than JITEvaluatedSymbols from LLJIT::lookup. 2022-05-05 13:56:00 -07:00
LLJITWithObjectCache [ORC] Return ExecutorAddrs rather than JITEvaluatedSymbols from LLJIT::lookup. 2022-05-05 13:56:00 -07:00
LLJITWithObjectLinkingLayerPlugin [ORC] Return ExecutorAddrs rather than JITEvaluatedSymbols from LLJIT::lookup. 2022-05-05 13:56:00 -07:00
LLJITWithOptimizingIRTransform [ORC] Return ExecutorAddrs rather than JITEvaluatedSymbols from LLJIT::lookup. 2022-05-05 13:56:00 -07:00
LLJITWithRemoteDebugging [ORC] Return ExecutorAddrs rather than JITEvaluatedSymbols from LLJIT::lookup. 2022-05-05 13:56:00 -07:00
LLJITWithThinLTOSummaries [ORC] Return ExecutorAddrs rather than JITEvaluatedSymbols from LLJIT::lookup. 2022-05-05 13:56:00 -07:00
OrcV2CBindingsAddObjectFile
OrcV2CBindingsBasicUsage Fix some -Wstrict-prototypes issues in ORC examples 2022-05-18 19:42:33 +00:00
OrcV2CBindingsDumpObjects [ORC][C-bindings] Re-order object transform function arguments. 2021-06-18 22:12:39 +10:00
OrcV2CBindingsIRTransforms [Orc] Fix name of LLVMOrcIRTransformLayerSetTransform 2021-06-30 21:43:34 +02:00
OrcV2CBindingsLazy [ORC][examples] Fix off-by-one error when handling null terminators. 2022-05-20 19:33:49 -07:00
OrcV2CBindingsReflectProcessSymbols Fix some -Wstrict-prototypes issues in ORC examples 2022-05-18 19:42:33 +00:00
OrcV2CBindingsRemovableCode Fix some -Wstrict-prototypes issues in ORC examples 2022-05-18 19:42:33 +00:00
OrcV2CBindingsVeryLazy Remove redundant return and continue statements (NFC) 2021-12-24 23:17:54 -08:00
CMakeLists.txt [examples][ORC] Add a new example showing the ORCv2 removable code APIs. 2022-04-12 15:05:07 -07:00
ExampleModules.h