Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp336 StringRef KeyValue; in parseRewriteFunctionDescriptor() local
405 StringRef KeyValue; in parseRewriteGlobalVariableDescriptor() local
468 StringRef KeyValue; in parseRewriteGlobalAliasDescriptor() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DEnvironment.h80 static std::string compose(const value_type &KeyValue) { in compose()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMap.h308 bool insert(MapEntryTy *KeyValue) { in insert()
414 void remove(MapEntryTy *KeyValue) { RemoveKey(KeyValue); } in remove()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp230 std::vector<Init *> KeyValue; in buildRowInstrMap() local
303 std::vector<Init *> KeyValue; in getInstrForColumn() local
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp361 StringRef KeyValue = KeyString->getValue(KeyStorage); in parse() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.cpp356 for (auto &KeyValue : AlternateNames) handleAlternateNames() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp1513 unsigned KeyValue; in checkPointerAuthKey() local
1519 std::optional<llvm::APSInt> KeyValue = Arg->getIntegerConstantExpr(Context); in checkConstantPointerAuthKey() local