OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:removeModule
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h
99
bool
removeModule
(Module *M) {
218
bool
removeModule
(Module *M) override;
MCJIT.cpp
79
// If so, additional functions: addModule,
removeModule
, FindFunctionNamed,
113
bool MCJIT::
removeModule
(Module *M) {
115
return OwnedModules.
removeModule
(M);
/src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContext.cpp
106
void LLVMContext::
removeModule
(Module *M) {
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
140
bool ExecutionEngine::
removeModule
(Module *M) {
Completed in 19 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026