Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Interpreter/
H A DValue.cpp28 class ValueStorage { class
37 new unsigned char[ValueStorage::getPayloadOffset() + AllocSize]; in CreatePayload()
38 ValueStorage *VS = new (Buf) ValueStorage(DtorF, AllocSize, ElementsSize); in CreatePayload()
47 static ValueStorage Dummy(nullptr, 0, 0); in getPayloadOffset()
51 static ValueStorage *getFromPayload(void *Payload) { in getFromPayload()
52 ValueStorage *R = reinterpret_cast<ValueStorage *>( in getFromPayload()
81 ValueStorage(void *DtorF, size_t AllocSize, size_t ElementsNum) in ValueStorage() function in __anon81b87d8f0111::ValueStorage
163 ValueStorage::CreatePayload(DtorF, AllocSize, ElementsSize); in Value()
173 ValueStorage::getFromPayload(getPtr())->Retain(); in Value()
184 ValueStorage::getFromPayload(getPtr())->Release(); in Value()
[all …]
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp335 SmallString<32> ValueStorage; in parseRewriteFunctionDescriptor() local
354 Source = std::string(Value->getValue(ValueStorage)); in parseRewriteFunctionDescriptor()
360 Target = std::string(Value->getValue(ValueStorage)); in parseRewriteFunctionDescriptor()
362 Transform = std::string(Value->getValue(ValueStorage)); in parseRewriteFunctionDescriptor()
366 Undecorated = std::string(Value->getValue(ValueStorage)); in parseRewriteFunctionDescriptor()
404 SmallString<32> ValueStorage; in parseRewriteGlobalVariableDescriptor() local
423 Source = std::string(Value->getValue(ValueStorage)); in parseRewriteGlobalVariableDescriptor()
429 Target = std::string(Value->getValue(ValueStorage)); in parseRewriteGlobalVariableDescriptor()
431 Transform = std::string(Value->getValue(ValueStorage)); in parseRewriteGlobalVariableDescriptor()
467 SmallString<32> ValueStorage; in parseRewriteGlobalAliasDescriptor() local
[all …]
/src/contrib/llvm-project/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()
/src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp2118 SmallString<64> ValueStorage; in parseEdit() local
2119 StringRef Val = ValueString->getValue(ValueStorage); in parseEdit()