/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | Trace.cpp | 31 Module *Trace::getModule() const { in getModule() function in Trace
|
H A D | CallPrinter.cpp | 86 Module *getModule() const { return M; } getModule() function in llvm::CallGraphDOTInfo
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
H A D | LTOModule.h | 115 const Module &getModule() const { return *Mod; } in getModule() function 116 Module &getModule() { return *Mod; } in getModule() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ModuleSlotTracker.h | 80 const Module *getModule() const { return M; } in getModule() function
|
H A D | MatrixBuilder.h | 35 Module *getModule() { return B.GetInsertBlock()->getParent()->getParent(); } in getModule() function
|
H A D | BasicBlock.h | 221 Module *getModule() { getModule() function
|
H A D | DiagnosticInfo.h | 201 const Module &getModule() const { return M; } in getModule() function 224 const Module &getModule() const { return M; } in getModule() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | CallGraph.h | 101 Module &getModule() const { return M; } in getModule() function 367 Module &getModule() const { return G->getModule(); } in getModule() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | VectorBuilder.cpp | 30 Module &VectorBuilder::getModule() const { in getModule() function in llvm::VectorBuilder
|
H A D | DebugProgramInstruction.cpp | 354 Module *DPValue::getModule() { return getFunction()->getParent(); } getModule() function in llvm::DPValue 356 const Module *DPValue::getModule() const { return getFunction()->getParent(); } getModule() function in llvm::DPValue
|
H A D | BasicBlock.cpp | 328 const Module *BasicBlock::getModule() const { getModule() function in BasicBlock
|
H A D | Instruction.cpp | 71 const Module *Instruction::getModule() const { getModule() function in Instruction
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Linker/ |
H A D | IRMover.h | 81 Module &getModule() { return Composite; } in getModule() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Layer.h | 53 const ThreadSafeModule &getModule() const { return TSM; } in getModule() function
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExternalASTSourceCallbacks.cpp | 80 clang::Module *ClangExternalASTSourceCallbacks::getModule(unsigned id) { getModule() function in ClangExternalASTSourceCallbacks
|
H A D | ASTUtils.h | 72 clang::Module *getModule(unsigned ID) override { getModule() function 398 clang::Module *getModule(unsigned ID) override { getModule() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineModuleInfo.h | 146 const Module *getModule() const { return TheModule; } getModule() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExternalASTSource.h | 160 virtual Module *getModule(unsigned ID) { return nullptr; } getModule() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | ModuleMap.h | 174 Module *getModule() const { return Storage.getPointer(); } in getModule() function
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | MultiplexExternalSemaSource.cpp | 173 Module *MultiplexExternalSemaSource::getModule(unsigned ID) { in getModule() function in MultiplexExternalSemaSource
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTWriter.h | 377 Module *getModule() const { return Mod; } getModule() function
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 164 llvm::Module* BackendConsumer::getModule() const { getModule() function in clang::BackendConsumer
|
H A D | CodeGenModule.h | 749 llvm::Module &getModule() const { return TheModule; } getModule() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 658 uint16_t getModule() const { return Module; } in getModule() function
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 8967 Module *ASTReader::getModule(unsigned ID) { getModule() function in ASTReader
|