Home
last modified time | relevance | path

Searched refs:getOrCreateModule (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DContext.cpp654 Module *Context::getOrCreateModule(llvm::Module *LLVMM) { in getOrCreateModule() function in llvm::sandboxir::Context
667 getOrCreateModule(F->getParent()); in createFunction()
685 auto *M = getOrCreateModule(LLVMM); in createModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DContext.h260 LLVM_ABI Module *getOrCreateModule(llvm::Module *LLVMM);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h258 DIE *getOrCreateModule(const DIModule *M);
H A DDwarfUnit.cpp578 return getOrCreateModule(M); in getOrCreateContextDIE()
1307 DIE *DwarfUnit::getOrCreateModule(const DIModule *M) { in getOrCreateModule() function in DwarfUnit
H A DDwarfCompileUnit.cpp1389 EntityDie = getOrCreateModule(M); in constructImportedEntityDIE()