OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeModule
(Results
1 - 25
of
60
) sorted by null
1
2
3
/external/swiftshader/third_party/LLVM/include/llvm/
LLVMContext.h
95
///
removeModule
- Unregister a module from this context.
96
void
removeModule
(Module*);
98
// Module needs access to the add/
removeModule
methods.
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
KaleidoscopeJIT.h
93
void
removeModule
(ModuleHandle H) {
/external/llvm/lib/ExecutionEngine/Orc/
OrcCBindingsStack.h
49
virtual void
removeModule
() = 0;
62
void
removeModule
() override { return Layer.removeModuleSet(Handle); }
219
void
removeModule
(ModuleHandleT H) {
220
GenericHandles[H]->
removeModule
();
OrcCBindings.cpp
87
J.
removeModule
(H);
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
KaleidoscopeJIT.h
103
void
removeModule
(ModuleHandle H) {
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
KaleidoscopeJIT.h
113
void
removeModule
(ModuleHandle H) {
/external/llvm/examples/Kaleidoscope/include/
KaleidoscopeJIT.h
75
void
removeModule
(ModuleHandleT H) {
/external/llvm/include/llvm/IR/
LLVMContext.h
247
///
removeModule
- Unregister a module from this context.
248
void
removeModule
(Module*);
250
// Module needs access to the add/
removeModule
methods.
/external/swiftshader/third_party/LLVM/lib/VMCore/
LLVMContext.cpp
53
void LLVMContext::
removeModule
(Module *M) {
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
LLVMContext.h
267
// Module needs access to the add/
removeModule
methods.
274
///
removeModule
- Unregister a module from this context.
275
void
removeModule
(Module*);
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
LLVMContext.h
268
// Module needs access to the add/
removeModule
methods.
275
///
removeModule
- Unregister a module from this context.
276
void
removeModule
(Module*);
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
LLVMContext.h
268
// Module needs access to the add/
removeModule
methods.
275
///
removeModule
- Unregister a module from this context.
276
void
removeModule
(Module*);
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
LLVMContext.h
268
// Module needs access to the add/
removeModule
methods.
275
///
removeModule
- Unregister a module from this context.
276
void
removeModule
(Module*);
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
LLVMContext.h
268
// Module needs access to the add/
removeModule
methods.
275
///
removeModule
- Unregister a module from this context.
276
void
removeModule
(Module*);
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
LLVMContext.h
268
// Module needs access to the add/
removeModule
methods.
275
///
removeModule
- Unregister a module from this context.
276
void
removeModule
(Module*);
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
LLVMContext.h
268
// Module needs access to the add/
removeModule
methods.
275
///
removeModule
- Unregister a module from this context.
276
void
removeModule
(Module*);
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
LLVMContext.h
268
// Module needs access to the add/
removeModule
methods.
275
///
removeModule
- Unregister a module from this context.
276
void
removeModule
(Module*);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
LLVMContext.h
268
// Module needs access to the add/
removeModule
methods.
275
///
removeModule
- Unregister a module from this context.
276
void
removeModule
(Module*);
/external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h
101
bool
removeModule
(Module *M) {
220
bool
removeModule
(Module *M) override;
MCJIT.cpp
82
// If so, additional functions: addModule,
removeModule
, FindFunctionNamed,
116
bool MCJIT::
removeModule
(Module *M) {
118
return OwnedModules.
removeModule
(M);
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JIT.h
111
///
removeModule
- Remove a Module from the list of modules. Returns true if
113
virtual bool
removeModule
(Module *M);
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
KaleidoscopeJIT.h
194
void
removeModule
(ModuleHandle H) {
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
KaleidoscopeJIT.h
226
void
removeModule
(ModuleHandle H) {
/external/llvm/lib/IR/
LLVMContext.cpp
163
void LLVMContext::
removeModule
(Module *M) {
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngineBindings.cpp
217
unwrap(EE)->
removeModule
(Mod);
Completed in 1691 milliseconds
1
2
3