/llvm-project/lld/wasm/ |
H A D | SymbolTable.cpp | 144 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 D | CSE.cpp | 132 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 D | DYLDRendezvous.cpp | 439 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 D | DriverUtils.cpp | 173 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 D | SymbolTable.cpp | 686 reportDuplicate(Symbol * existing,InputFile * newFile,SectionChunk * newSc,uint32_t newSectionOffset) reportDuplicate() argument [all...] |
/llvm-project/mlir/lib/Dialect/ |
H A D | Traits.cpp | 196 ArrayRef<int64_t> existing) { in isCompatibleInferredReturnShape() argument
|
/llvm-project/mlir/lib/Conversion/AMDGPUToROCDL/ |
H A D | AMDGPUToROCDL.cpp | 776 Value existing = adaptor.getExisting(); matchAndRewrite() local 811 Value existing = adaptor.getExisting(); matchAndRewrite() local [all...] |
/llvm-project/mlir/lib/Support/ |
H A D | StorageUniquer.cpp | 95 auto existing = shard.instances.insert_as({key.hashValue}, key); in getOrCreateUnsafe() local
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionParser.cpp | 792 mergeCompletion(StringRef existing,unsigned pos,StringRef completion) const mergeCompletion() argument
|
/llvm-project/flang/lib/Semantics/ |
H A D | resolve-names-utils.cpp | 413 std::set<std::size_t> existing; // indices of sets intersecting this one FinishSet() local
|
H A D | resolve-names.cpp | 8609 Symbol *existing{nullptr}; CreateGeneric() local [all...] |
/llvm-project/lld/ELF/ |
H A D | InputFiles.cpp | 290 InputFile *existing = nullptr; in isCompatible() local
|
H A D | SyntheticSections.cpp | 2977 if (Abbrev *existing = abbrevSet.FindNodeOrInsertPos(id, insertPos)) { computeHdrAndAbbrevTable() local
|
/llvm-project/mlir/lib/AsmParser/ |
H A D | Parser.cpp | 904 if (auto existing = entries[useInfo.number].value) { addDefinition() local [all...] |
/llvm-project/mlir/lib/Bindings/Python/ |
H A D | IRCore.cpp | 1113 PyModule *existing = it->second.second; forModule() local 1184 PyOperation *existing = it->second.second; forOperation() local
|
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMDialect.cpp | 2954 PointerUnion<IntegerAttr, Value> existing = getIndices()[iter.index()]; fold() local
|
/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 3936 IncompleteArrayType *existing = getIncompleteArrayType() local [all...] |