OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addModule
(Results
1 - 25
of
47
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/Interpreter/
IncrementalExecutor.cpp
55
llvm::Error IncrementalExecutor::
addModule
(std::unique_ptr<llvm::Module> M) {
IncrementalExecutor.h
42
llvm::Error
addModule
(std::unique_ptr<llvm::Module> M);
Interpreter.cpp
217
if (auto Err = IncrExecutor->
addModule
(std::move(T.TheModule)))
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ModuleSymbolTable.h
47
void
addModule
(Module *M);
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
KaleidoscopeJIT.h
89
Error
addModule
(ThreadSafeModule TSM, ResourceTrackerSP RT = nullptr) {
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
KaleidoscopeJIT.h
96
Error
addModule
(ThreadSafeModule TSM, ResourceTrackerSP RT = nullptr) {
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/include/
KaleidoscopeJIT.h
89
Error
addModule
(ThreadSafeModule TSM, ResourceTrackerSP RT = nullptr) {
/src/external/apache2/llvm/dist/llvm/lib/Object/
IRSymtab.cpp
109
Error
addModule
(Module *M);
117
Error Builder::
addModule
(Module *M) {
139
Msymtab.
addModule
(M);
331
if (Error Err =
addModule
(M))
IRObjectFile.cpp
32
SymTab.
addModule
(M.get());
ModuleSymbolTable.cpp
57
void ModuleSymbolTable::
addModule
(Module *M) {
/src/external/apache2/llvm/dist/clang/examples/clang-interpreter/
main.cpp
104
Error
addModule
(ThreadSafeModule M) {
224
ExitOnErr(J->
addModule
(
/src/external/apache2/llvm/dist/llvm/examples/SpeculativeJIT/
SpeculativeJIT.cpp
80
Error
addModule
(ThreadSafeModule TSM) {
178
ExitOnErr(SJ->
addModule
(ThreadSafeModule(std::move(M), std::move(Ctx))));
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h
95
void
addModule
(std::unique_ptr<Module> M) {
214
void
addModule
(std::unique_ptr<Module> M) override;
MCJIT.cpp
79
// If so, additional functions:
addModule
, removeModule, FindFunctionNamed,
88
OwnedModules.
addModule
(std::move(First));
104
void MCJIT::
addModule
(std::unique_ptr<Module> M) {
110
OwnedModules.
addModule
(std::move(M));
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ModuleManager.h
248
AddModuleResult
addModule
(StringRef FileName, ModuleKind Type,
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
KaleidoscopeJIT.h
122
Error
addModule
(ThreadSafeModule TSM, ResourceTrackerSP RT = nullptr) {
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
LLVMContext.h
312
///
addModule
- Register a module as being instantiated in this context. If
314
void
addModule
(Module*);
/src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h
81
bool
addModule
(struct LTOModule *);
ThinLTOCodeGenerator.h
56
void
addModule
(StringRef Identifier, StringRef Data);
/src/external/apache2/llvm/dist/llvm/tools/llvm-lto/
llvm-lto.cpp
605
ThinGenerator.
addModule
(Filename, InputBuffers.back()->getBuffer());
726
ThinGenerator.
addModule
(MemBuffer->getBufferIdentifier(),
759
ThinGenerator.
addModule
(MemBuffer->getBufferIdentifier(),
818
ThinGenerator.
addModule
(Filename, InputBuffers.back()->getBuffer());
857
ThinGenerator.
addModule
(Filename, InputBuffers.back()->getBuffer());
1002
} else if (!CodeGen.
addModule
(Module.get())) {
1003
// Print a message here so that we know
addModule
() did not abort.
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp
582
ExitOnErr(TheJIT->
addModule
(
615
ExitOnErr(TheJIT->
addModule
(std::move(TSM), RT));
/src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
KaleidoscopeJIT.h
207
Error
addModule
(ThreadSafeModule TSM, ResourceTrackerSP RT = nullptr) {
/src/external/apache2/llvm/dist/llvm/tools/lto/
lto.cpp
375
return !unwrap(cg)->
addModule
(unwrap(mod));
549
unwrap(cg)->
addModule
(Identifier, StringRef(Data, Length));
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
170
virtual void
addModule
(std::unique_ptr<Module> M) {
/src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
LTO.h
419
Error
addModule
(InputFile &Input, unsigned ModI,
Completed in 34 milliseconds
1
2
Indexes created Sat Sep 19 00:25:42 UTC 2026