Home
last modified time | relevance | path

Searched refs:KeyStorage (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp295 SmallString<32> KeyStorage; in parseEntry() local
310 RewriteType = Key->getValue(KeyStorage); in parseEntry()
334 SmallString<32> KeyStorage; in parseRewriteFunctionDescriptor() local
350 KeyValue = Key->getValue(KeyStorage); in parseRewriteFunctionDescriptor()
403 SmallString<32> KeyStorage; in parseRewriteGlobalVariableDescriptor() local
419 KeyValue = Key->getValue(KeyStorage); in parseRewriteGlobalVariableDescriptor()
466 SmallString<32> KeyStorage; in parseRewriteGlobalAliasDescriptor() local
482 KeyValue = Key->getValue(KeyStorage); in parseRewriteGlobalAliasDescriptor()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp360 SmallString<10> KeyStorage; in parse() local
361 StringRef KeyValue = KeyString->getValue(KeyStorage); in parse()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp2112 SmallString<10> KeyStorage; in parseEdit() local
2113 StringRef Key = KeyString->getValue(KeyStorage); in parseEdit()