Searched refs:ValueStorage (Results 1 – 3 of 3) sorted by relevance
25 class ValueStorage { class34 new unsigned char[ValueStorage::getPayloadOffset() + AllocSize]; in CreatePayload()35 ValueStorage *VS = new (Buf) ValueStorage(DtorF, AllocSize, ElementsSize); in CreatePayload()44 static ValueStorage Dummy(nullptr, 0, 0); in getPayloadOffset()48 static ValueStorage *getFromPayload(void *Payload) { in getFromPayload()49 ValueStorage *R = reinterpret_cast<ValueStorage *>( in getFromPayload()78 ValueStorage(void *DtorF, size_t AllocSize, size_t ElementsNum) in ValueStorage() function in __anon8d9d85ba0111::ValueStorage160 ValueStorage::CreatePayload(DtorF, AllocSize, ElementsSize); in Value()170 ValueStorage::getFromPayload(getPtr())->Retain(); in Value()181 ValueStorage::getFromPayload(getPtr())->Release(); in Value()[all …]
335 SmallString<32> ValueStorage; in parseRewriteFunctionDescriptor() local354 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() local423 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 …]
655 SmallString<32> ValueStorage; in parseInvocationList() local656 StringRef SourcePath = Key->getValue(ValueStorage); in parseInvocationList()682 ValueStorage.clear(); in parseInvocationList()684 CmdString->getValue(ValueStorage)); in parseInvocationList()