Home
last modified time | relevance | path

Searched defs:getPayload (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/Interpreter/
H A DValue.cpp43 unsigned char *getPayload() { return Storage; } in getPayload() function in __anon35be5cad0111::ValueStorage
44 const unsigned char *getPayload() const { return Storage; } in getPayload() function in __anon35be5cad0111::ValueStorage
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/
H A DToken.h
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp648 auto AlignVectors::getPayload(Value *Val) const -> Value * { getPayload() function in AlignVectors