Home
last modified time | relevance | path

Searched defs:KV (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/CodeGen/
DJumpInstrTables.cpp271 for (auto &KV : Functions) { in runOnModule() local
294 for (auto &KV : Functions) in runOnModule() local
297 for (auto &KV : Aliases) in runOnModule() local
/external/llvm/include/llvm/ADT/
DMapVector.h91 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
DDenseMap.h154 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
168 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert()
DStringMap.h330 std::pair<iterator, bool> insert(std::pair<StringRef, ValueTy> KV) { in insert()
/external/llvm/include/llvm/IR/
DValueMap.h136 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp570 if (Optional<KnownSVal> KV = in VisitNode() local
981 if (Optional<KnownSVal> KV = LVal.getAs<KnownSVal>()) in trackNullOrUndefValue() local
1014 if (Optional<KnownSVal> KV = V.getAs<KnownSVal>()) in trackNullOrUndefValue() local
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp899 for (const auto &KV : JITI->getTables()) { in doFinalization() local