Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp298 SmallString<32> KeyStorage; in parseEntry() local
313 RewriteType = Key->getValue(KeyStorage); in parseEntry()
337 SmallString<32> KeyStorage; in parseRewriteFunctionDescriptor() local
353 KeyValue = Key->getValue(KeyStorage); in parseRewriteFunctionDescriptor()
406 SmallString<32> KeyStorage; in parseRewriteGlobalVariableDescriptor() local
422 KeyValue = Key->getValue(KeyStorage); in parseRewriteGlobalVariableDescriptor()
469 SmallString<32> KeyStorage; in parseRewriteGlobalAliasDescriptor() local
485 KeyValue = Key->getValue(KeyStorage); in parseRewriteGlobalAliasDescriptor()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp364 SmallString<10> KeyStorage; in parse() local
365 StringRef KeyValue = KeyString->getValue(KeyStorage); in parse()
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp2118 SmallString<10> KeyStorage; in parseEdit() local
2119 StringRef Key = KeyString->getValue(KeyStorage); in parseEdit()