OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getModule
(Results
1 - 22
of
22
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
Trace.cpp
31
Module *Trace::
getModule
() const {
41
(*i)->printAsOperand(O, true,
getModule
());
CallPrinter.cpp
81
Module *
getModule
() const { return M; }
143
std::string(CGInfo->
getModule
()->getModuleIdentifier());
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSlotTracker.h
60
const Module *
getModule
() const { return M; }
MatrixBuilder.h
35
Module *
getModule
() { return B.GetInsertBlock()->getParent()->getParent(); }
80
getModule
(), Intrinsic::matrix_column_major_load, OverloadedTypes);
103
getModule
(), Intrinsic::matrix_column_major_store, OverloadedTypes);
123
getModule
(), Intrinsic::matrix_transpose, OverloadedTypes);
144
getModule
(), Intrinsic::matrix_multiply, OverloadedTypes);
BasicBlock.h
114
const Module *
getModule
() const;
115
Module *
getModule
() {
117
static_cast<const BasicBlock *>(this)->
getModule
());
Instruction.h
102
const Module *
getModule
() const;
103
Module *
getModule
() {
105
static_cast<const Instruction *>(this)->
getModule
());
DiagnosticInfo.h
251
const Module &
getModule
() const { return M; }
274
const Module &
getModule
() const { return M; }
ModuleSummaryIndex.h
1427
ModuleInfo *
getModule
(StringRef ModPath) {
/src/external/apache2/llvm/dist/llvm/include/llvm/Linker/
IRMover.h
78
Module &
getModule
() { return Composite; }
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
Layer.h
54
const ThreadSafeModule &
getModule
() const { return TSM; }
/src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
LTOModule.h
115
const Module &
getModule
() const { return *Mod; }
116
Module &
getModule
() { return *Mod; }
122
return
getModule
().getTargetTriple();
127
getModule
().setTargetTriple(Triple);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ExternalASTSource.h
162
virtual Module *
getModule
(unsigned ID) { return nullptr; }
/src/external/apache2/llvm/dist/clang/lib/Sema/
MultiplexExternalSemaSource.cpp
167
Module *MultiplexExternalSemaSource::
getModule
(unsigned ID) {
169
if (auto M = Sources[i]->
getModule
(ID))
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
CallGraph.h
102
Module &
getModule
() const { return M; }
355
Module &
getModule
() const { return G->
getModule
(); }
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineModuleInfo.h
174
const Module *
getModule
() const { return TheModule; }
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
ModuleMap.h
170
Module *
getModule
() const { return Storage.getPointer(); }
177
return
getModule
()->isAvailable();
183
(M && M->getTopLevelModule() ==
getModule
()->getTopLevelModule());
/src/external/apache2/llvm/dist/llvm/lib/IR/
BasicBlock.cpp
144
const Module *BasicBlock::
getModule
() const {
Instruction.cpp
66
const Module *Instruction::
getModule
() const {
67
return getParent()->
getModule
();
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenAction.cpp
178
llvm::Module *
getModule
() const { return Gen->
GetModule
(); }
262
*
getModule
(), std::move(LM.Module), LM.LinkFlags,
269
Err = Linker::linkModules(*
getModule
(), std::move(LM.Module),
301
if (!
getModule
())
304
LLVMContext &Ctx =
getModule
()->getContext();
332
EmbedBitcode(
getModule
(), CodeGenOpts, llvm::MemoryBufferRef());
336
getModule
(), Action, std::move(AsmOutStream));
CodeGenModule.h
709
llvm::Module &
getModule
() const { return TheModule; }
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTWriter.h
377
Module *
getModule
() const { return Mod; }
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h
657
uint16_t
getModule
() const { return Module; }
Completed in 74 milliseconds
Indexes created Sat May 02 00:23:24 UTC 2026