Home
last modified time | relevance | path

Searched refs:LLVMErrorRef (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DOrc.h93 typedef void (*LLVMOrcErrorReporterFunction)(void *Ctx, LLVMErrorRef Err);
363 typedef LLVMErrorRef (*LLVMOrcCAPIDefinitionGeneratorTryToGenerateFunction)(
397 typedef LLVMErrorRef (*LLVMOrcGenericIRModuleOperationFunction)(
436 typedef LLVMErrorRef (*LLVMOrcIRTransformLayerTransformFunction)(
459 typedef LLVMErrorRef (*LLVMOrcObjectTransformLayerTransformFunction)(
546 LLVMErrorRef Err, LLVMOrcCSymbolMapPairs Result, size_t NumPairs,
616 LLVMErrorRef LLVMOrcResourceTrackerRemove(LLVMOrcResourceTrackerRef RT);
811 LLVMErrorRef LLVMOrcMaterializationResponsibilityNotifyResolved(
841 LLVMErrorRef LLVMOrcMaterializationResponsibilityNotifyEmitted(
858 LLVMErrorRef LLVMOrcMaterializationResponsibilityDefineMaterializing(
[all …]
H A DLLJIT.h116 LLVMErrorRef LLVMOrcCreateLLJIT(LLVMOrcLLJITRef *Result,
122 LLVMErrorRef LLVMOrcDisposeLLJIT(LLVMOrcLLJITRef J);
170 LLVMErrorRef LLVMOrcLLJITAddObjectFile(LLVMOrcLLJITRef J, LLVMOrcJITDylibRef JD,
182 LLVMErrorRef LLVMOrcLLJITAddObjectFileWithRT(LLVMOrcLLJITRef J,
195 LLVMErrorRef LLVMOrcLLJITAddLLVMIRModule(LLVMOrcLLJITRef J,
208 LLVMErrorRef LLVMOrcLLJITAddLLVMIRModuleWithRT(LLVMOrcLLJITRef J,
217 LLVMErrorRef LLVMOrcLLJITLookup(LLVMOrcLLJITRef J,
H A DError.h33 typedef struct LLVMOpaqueError *LLVMErrorRef; typedef
44 LLVMErrorTypeId LLVMGetErrorTypeId(LLVMErrorRef Err);
52 void LLVMConsumeError(LLVMErrorRef Err);
60 char *LLVMGetErrorMessage(LLVMErrorRef Err);
75 LLVMErrorRef LLVMCreateStringError(const char *ErrMsg);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp411 LLVMErrorRef LLVMOrcResourceTrackerRemove(LLVMOrcResourceTrackerRef RT) { in LLVMOrcResourceTrackerRemove()
531 LLVMErrorRef LLVMOrcMaterializationResponsibilityNotifyResolved( in LLVMOrcMaterializationResponsibilityNotifyResolved()
538 LLVMErrorRef LLVMOrcMaterializationResponsibilityNotifyEmitted( in LLVMOrcMaterializationResponsibilityNotifyEmitted()
553 LLVMErrorRef LLVMOrcMaterializationResponsibilityDefineMaterializing( in LLVMOrcMaterializationResponsibilityDefineMaterializing()
564 LLVMErrorRef LLVMOrcMaterializationResponsibilityReplace( in LLVMOrcMaterializationResponsibilityReplace()
571 LLVMErrorRef LLVMOrcMaterializationResponsibilityDelegate( in LLVMOrcMaterializationResponsibilityDelegate()
608 LLVMErrorRef
625 LLVMErrorRef LLVMOrcJITDylibDefine(LLVMOrcJITDylibRef JD, in LLVMOrcJITDylibDefine()
636 LLVMErrorRef LLVMOrcJITDylibClear(LLVMOrcJITDylibRef JD) { in LLVMOrcJITDylibClear()
653 LLVMErrorRef Err) { in LLVMOrcLookupStateContinueLookup()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DError.cpp179 LLVMErrorTypeId LLVMGetErrorTypeId(LLVMErrorRef Err) { in LLVMGetErrorTypeId()
183 void LLVMConsumeError(LLVMErrorRef Err) { consumeError(unwrap(Err)); } in LLVMConsumeError()
185 char *LLVMGetErrorMessage(LLVMErrorRef Err) { in LLVMGetErrorMessage()
199 LLVMErrorRef LLVMCreateStringError(const char *ErrMsg) { in LLVMCreateStringError()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/Transforms/
H A DPassBuilder.h49 LLVMErrorRef LLVMRunPasses(LLVMModuleRef M, const char *Passes,
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DParallel.h282 [](LLVMErrorRef Lhs, LLVMErrorRef Rhs) { in parallelForEachError()
H A DError.h178 friend LLVMErrorRef wrap(Error);
1454 inline LLVMErrorRef wrap(Error Err) { in wrap()
1455 return reinterpret_cast<LLVMErrorRef>(Err.takePayload().release()); in wrap()
1459 inline Error unwrap(LLVMErrorRef ErrRef) { in unwrap()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderBindings.cpp47 LLVMErrorRef LLVMRunPasses(LLVMModuleRef M, const char *Passes, in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()