Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp337 SmallString<32> ValueStorage; in parseRewriteFunctionDescriptor() local
356 Source = std::string(Value->getValue(ValueStorage)); in parseRewriteFunctionDescriptor()
362 Target = std::string(Value->getValue(ValueStorage)); in parseRewriteFunctionDescriptor()
364 Transform = std::string(Value->getValue(ValueStorage)); in parseRewriteFunctionDescriptor()
368 Undecorated = std::string(Value->getValue(ValueStorage)); in parseRewriteFunctionDescriptor()
406 SmallString<32> ValueStorage; in parseRewriteGlobalVariableDescriptor() local
425 Source = std::string(Value->getValue(ValueStorage)); in parseRewriteGlobalVariableDescriptor()
431 Target = std::string(Value->getValue(ValueStorage)); in parseRewriteGlobalVariableDescriptor()
433 Transform = std::string(Value->getValue(ValueStorage)); in parseRewriteGlobalVariableDescriptor()
469 SmallString<32> ValueStorage; in parseRewriteGlobalAliasDescriptor() local
[all …]
/openbsd-src/gnu/llvm/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp654 SmallString<32> ValueStorage; in parseInvocationList() local
655 StringRef SourcePath = Key->getValue(ValueStorage); in parseInvocationList()
681 ValueStorage.clear(); in parseInvocationList()
683 CmdString->getValue(ValueStorage)); in parseInvocationList()
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DObjCMT.cpp2121 SmallString<64> ValueStorage; in parseEdit() local
2122 StringRef Val = ValueString->getValue(ValueStorage); in parseEdit()