Home
last modified time | relevance | path

Searched refs:debugName (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Analysis/
H A DDataFlowFramework.cpp69 << "Priming analysis: " << analysis.debugName << "\n"); in initializeAndRun()
84 DATAFLOW_DEBUG(llvm::dbgs() << "Invoking '" << analysis->debugName in initializeAndRun()
100 DATAFLOW_DEBUG(llvm::dbgs() << "Propagating update to " << state->debugName in propagateIfChanged()
116 llvm::dbgs() << "Creating dependency between " << state->debugName in addDependency()
117 << " of " << state->point << "\nand " << analysis->debugName in addDependency()
/llvm-project-15.0.7/lld/wasm/
H A DInputChunks.h50 StringRef debugName; variable
258 debugName = function->DebugName; in InputFunction()
311 StringRef debugName = {})
314 this->debugName = debugName; in InputFunction()
H A DSymbolTable.cpp828 StringRef debugName) { in replaceWithUnreachable() argument
829 auto *func = make<SyntheticFunction>(sig, sym->getName(), debugName); in replaceWithUnreachable()
834 replaceSymbol<DefinedFunction>(sym, debugName, WASM_SYMBOL_BINDING_LOCAL, in replaceWithUnreachable()
845 StringRef debugName = saver().save("undefined_weak:" + toString(*sym)); in replaceWithUndefined() local
846 replaceWithUnreachable(sym, *sym->getSignature(), debugName); in replaceWithUndefined()
943 StringRef debugName = in handleSymbolVariants() local
945 replaceWithUnreachable(f, *f->signature, debugName); in handleSymbolVariants()
H A DSymbolTable.h121 StringRef debugName);
H A DSyntheticSections.cpp738 if (!f->name.empty() || !f->debugName.empty()) in numNamedFunctions()
784 if (!f->debugName.empty()) { in writeBody()
785 writeStr(sub.os, f->debugName, "symbol name"); in writeBody()
/llvm-project-15.0.7/mlir/include/mlir/Analysis/
H A DDataFlowFramework.h324 StringRef debugName; variable
427 StringRef debugName; variable
442 childAnalyses.back().get()->debugName = llvm::getTypeName<AnalysisT>(); in load()
454 state->debugName = llvm::getTypeName<StateT>(); in getOrCreateState()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DPatternMatch.h138 StringRef getDebugName() const { return debugName; } in getDebugName()
142 void setDebugName(StringRef name) { debugName = name; } in setDebugName()
225 StringRef debugName; variable