Home
last modified time | relevance | path

Searched defs:getModule (Results 1 – 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDTrace.cpp31 Module *Trace::getModule() const { in getModule() function in Trace
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDModuleSlotTracker.h60 const Module *getModule() const { return M; } in getModule() function
HDBasicBlock.h114 Module *getModule() { in getModule() function
HDDiagnosticInfo.h248 const Module &getModule() const { return M; } in getModule() function
271 const Module &getModule() const { return M; } in getModule() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
HDLTOModule.h117 const Module &getModule() const { return *Mod; } in getModule() function
118 Module &getModule() { return *Mod; } in getModule() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDCallGraph.h113 Module &getModule() const { return M; } in getModule() function
342 Module &getModule() const { return G->getModule(); } in getModule() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDLayer.h53 const ThreadSafeModule &getModule() const { return TSM; } in getModule() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Linker/
HDIRMover.h78 Module &getModule() { return Composite; } in getModule() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineModuleInfo.h164 const Module *getModule() const { return TheModule; } in getModule() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDASTUtils.h70 clang::Module *getModule(unsigned ID) override { in getModule() function
399 clang::Module *getModule(unsigned ID) override { in getModule() function
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
HDModuleMap.h170 Module *getModule() const { return Storage.getPointer(); } in getModule() function
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDExternalASTSource.h162 virtual Module *getModule(unsigned ID) { return nullptr; } in getModule() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDBasicBlock.cpp140 const Module *BasicBlock::getModule() const { in getModule() function in BasicBlock
HDInstruction.cpp55 const Module *Instruction::getModule() const { in getModule() function in Instruction
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDMultiplexExternalSemaSource.cpp168 Module *MultiplexExternalSemaSource::getModule(unsigned ID) { in getModule() function in MultiplexExternalSemaSource
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDASTWriter.h362 Module *getModule() const { return Mod; } in getModule() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenAction.cpp177 llvm::Module *getModule() const { return Gen->GetModule(); } in getModule() function in clang::BackendConsumer
HDCodeGenModule.h681 llvm::Module &getModule() const { return TheModule; } in getModule() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDTypeRecord.h663 uint16_t getModule() const { return Module; } in getModule() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp8457 Module *ASTReader::getModule(unsigned ID) { in getModule() function in ASTReader