Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp338 SmallString<32> ValueStorage; in parseRewriteFunctionDescriptor() local
357 Source = std::string(Value->getValue(ValueStorage)); in parseRewriteFunctionDescriptor()
363 Target = std::string(Value->getValue(ValueStorage)); in parseRewriteFunctionDescriptor()
365 Transform = std::string(Value->getValue(ValueStorage)); in parseRewriteFunctionDescriptor()
407 SmallString<32> ValueStorage; in parseRewriteGlobalVariableDescriptor() local
426 Source = std::string(Value->getValue(ValueStorage)); in parseRewriteGlobalVariableDescriptor()
432 Target = std::string(Value->getValue(ValueStorage)); in parseRewriteGlobalVariableDescriptor()
434 Transform = std::string(Value->getValue(ValueStorage)); in parseRewriteGlobalVariableDescriptor()
470 SmallString<32> ValueStorage; in parseRewriteGlobalAliasDescriptor() local
489 Source = std::string(Value->getValue(ValueStorage)); in parseRewriteGlobalAliasDescriptor()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp630 SmallString<32> ValueStorage; in parseInvocationList() local
631 StringRef SourcePath = Key->getValue(ValueStorage); in parseInvocationList()
657 ValueStorage.clear(); in parseInvocationList()
659 CmdString->getValue(ValueStorage)); in parseInvocationList()
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp2124 SmallString<64> ValueStorage; in parseEdit() local
2125 StringRef Val = ValueString->getValue(ValueStorage); in parseEdit()