Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DValue.cpp25 class ValueStorage { class
34 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::ValueStorage
160 ValueStorage::CreatePayload(DtorF, AllocSize, ElementsSize); in Value()
170 ValueStorage::getFromPayload(getPtr())->Retain(); in Value()
181 ValueStorage::getFromPayload(getPtr())->Release(); in Value()
[all …]
/freebsd/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 …]
/freebsd/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp655 SmallString<32> ValueStorage; in parseInvocationList() local
656 StringRef SourcePath = Key->getValue(ValueStorage); in parseInvocationList()
682 ValueStorage.clear(); in parseInvocationList()
684 CmdString->getValue(ValueStorage)); in parseInvocationList()