Home
last modified time | relevance | path

Searched defs:existing (Results 1 – 17 of 17) sorted by relevance

/llvm-project/lld/wasm/
H A DSymbolTable.cpp144 reportTypeError(const Symbol * existing,const InputFile * file,llvm::wasm::WasmSymbolType type) reportTypeError() argument
155 signatureMatches(FunctionSymbol * existing,const WasmSignature * newSig) signatureMatches() argument
168 checkGlobalType(const Symbol * existing,const InputFile * file,const WasmGlobalType * newType) checkGlobalType() argument
183 checkTagType(const Symbol * existing,const InputFile * file,const WasmSignature * newSig) checkTagType() argument
199 checkTableType(const Symbol * existing,const InputFile * file,const WasmTableType * newType) checkTableType() argument
215 checkDataType(const Symbol * existing,const InputFile * file) checkDataType() argument
291 shouldReplace(const Symbol * existing,InputFile * newFile,uint32_t newFlags) shouldReplace() argument
479 setImportAttributes(T * existing,std::optional<StringRef> importName,std::optional<StringRef> importModule,uint32_t flags,InputFile * file) setImportAttributes() argument
712 Symbol *existing = find(functionTableName); resolveIndirectFunctionTable() local
[all...]
/llvm-project/mlir/lib/Transforms/
H A DCSE.cpp132 Operation *existing, in replaceUsesAndDelete()
258 if (auto *existing = knownValues.lookup(op)) { in simplifyOperation() local
273 if (auto *existing = knownValues.lookup(op)) { in simplifyOperation() local
/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp439 for (auto const &existing : m_loaded_modules.m_list) { in AddSOEntriesFromRemote() local
467 for (auto const &existing : m_loaded_modules.m_list) { in RemoveSOEntriesFromRemote() local
/llvm-project/lld/COFF/
H A DDriverUtils.cpp173 StringRef existing = pair.first->second; in parseMerge() local
732 Export *existing = pair.first->second.first; fixupExports() local
779 std::pair<StringRef, InputFile *> existing = ctx.config.mustMatch[k]; checkFailIfMismatch() local
H A DSymbolTable.cpp686 reportDuplicate(Symbol * existing,InputFile * newFile,SectionChunk * newSc,uint32_t newSectionOffset) reportDuplicate() argument
[all...]
/llvm-project/mlir/lib/Dialect/
H A DTraits.cpp196 ArrayRef<int64_t> existing) { in isCompatibleInferredReturnShape() argument
/llvm-project/mlir/lib/Conversion/AMDGPUToROCDL/
H A DAMDGPUToROCDL.cpp776 Value existing = adaptor.getExisting(); matchAndRewrite() local
811 Value existing = adaptor.getExisting(); matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Support/
H A DStorageUniquer.cpp95 auto existing = shard.instances.insert_as({key.hashValue}, key); in getOrCreateUnsafe() local
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp792 mergeCompletion(StringRef existing,unsigned pos,StringRef completion) const mergeCompletion() argument
/llvm-project/flang/lib/Semantics/
H A Dresolve-names-utils.cpp413 std::set<std::size_t> existing; // indices of sets intersecting this one FinishSet() local
H A Dresolve-names.cpp8609 Symbol *existing{nullptr}; CreateGeneric() local
[all...]
/llvm-project/lld/ELF/
H A DInputFiles.cpp290 InputFile *existing = nullptr; in isCompatible() local
H A DSyntheticSections.cpp2977 if (Abbrev *existing = abbrevSet.FindNodeOrInsertPos(id, insertPos)) { computeHdrAndAbbrevTable() local
/llvm-project/mlir/lib/AsmParser/
H A DParser.cpp904 if (auto existing = entries[useInfo.number].value) { addDefinition() local
[all...]
/llvm-project/mlir/lib/Bindings/Python/
H A DIRCore.cpp1113 PyModule *existing = it->second.second; forModule() local
1184 PyOperation *existing = it->second.second; forOperation() local
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp2954 PointerUnion<IntegerAttr, Value> existing = getIndices()[iter.index()]; fold() local
/llvm-project/clang/lib/AST/
H A DASTContext.cpp3936 IncompleteArrayType *existing = getIncompleteArrayType() local
[all...]