Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
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
488 Source = std::string(Value->getValue(ValueStorage)); in parseRewriteGlobalAliasDescriptor()
[all …]
/llvm-project-15.0.7/mlir/include/mlir/ExecutionEngine/
H A DAsyncRuntime.h41 using ValueStorage = void *; variable
105 extern "C" ValueStorage mlirAsyncRuntimeGetValueStorage(AsyncValue *);
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp392 extern "C" ValueStorage mlirAsyncRuntimeGetValueStorage(AsyncValue *value) { in mlirAsyncRuntimeGetValueStorage()
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DObjCMT.cpp2123 SmallString<64> ValueStorage; in parseEdit() local
2124 StringRef Val = ValueString->getValue(ValueStorage); in parseEdit()