Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
369 Undecorated = 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
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp626 SmallString<32> ValueStorage; in parseInvocationList() local
627 StringRef SourcePath = Key->getValue(ValueStorage); in parseInvocationList()
653 ValueStorage.clear(); in parseInvocationList()
655 CmdString->getValue(ValueStorage)); in parseInvocationList()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp2124 SmallString<64> ValueStorage; in parseEdit() local
2125 StringRef Val = ValueString->getValue(ValueStorage); in parseEdit()