Home
last modified time | relevance | path

Searched refs:wasInserted (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lld/wasm/
H A DSymbolTable.cpp122 bool wasInserted; in insert() local
311 bool wasInserted; in addDefinedFunction() local
366 bool wasInserted; in addDefinedData() local
390 bool wasInserted; in addDefinedGlobal() local
414 bool wasInserted; in addDefinedTag() local
438 bool wasInserted; in addDefinedTable() local
507 bool wasInserted; in addUndefinedFunction() local
561 bool wasInserted; in addUndefinedData() local
593 if (wasInserted) in addUndefinedGlobal()
617 if (wasInserted) in addUndefinedTable()
[all …]
/llvm-project-15.0.7/lld/MachO/
H A DSymbolTable.cpp55 bool wasInserted; in addDefined() local
62 if (!wasInserted) { in addDefined()
130 bool wasInserted; in addUndefined() local
135 if (wasInserted) in addUndefined()
151 bool wasInserted; in addCommon() local
154 if (!wasInserted) { in addCommon()
172 bool wasInserted; in addDylib() local
207 bool wasInserted; in addLazyArchive() local
210 if (wasInserted) { in addLazyArchive()
227 bool wasInserted; in addLazyObject() local
[all …]
/llvm-project-15.0.7/lld/COFF/
H A DSymbolTable.cpp547 bool wasInserted; in addUndefined() local
561 bool wasInserted; in addLazyArchive() local
577 bool wasInserted; in addLazyObject() local
594 bool wasInserted; in addLazyDLLSymbol() local
676 bool wasInserted; in addAbsolute() local
691 bool wasInserted; in addAbsolute() local
706 bool wasInserted; in addSynthetic() local
720 bool wasInserted; in addRegular() local
734 bool wasInserted; in addComdat() local
750 bool wasInserted; in addCommon() local
[all …]
/llvm-project-15.0.7/mlir/include/mlir/Pass/
H A DAnalysisManager.h208 bool wasInserted; in getAnalysisImpl() local
209 std::tie(it, wasInserted) = in getAnalysisImpl()
211 assert(wasInserted); in getAnalysisImpl()
/llvm-project-15.0.7/lld/ELF/
H A DInputFiles.cpp1381 bool wasInserted; in parse() local
1382 std::tie(it, wasInserted) = in parse()
1390 if (!wasInserted) in parse()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dintrinsics.cpp1220 auto [_, wasInserted]{set.insert(*keyword)}; in CheckMaxMinArgument()
1221 if (!wasInserted) { in CheckMaxMinArgument()