Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/
H A DValue.cpp45 unsigned char *getPayload() { return Storage; } getPayload() function in __anoncb6a440c0111::ValueStorage
46 const unsigned char *getPayload() const { return Storage; } getPayload() function in __anoncb6a440c0111::ValueStorage
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp648 auto AlignVectors::getPayload(Value *Val) const -> Value * { in getPayload() function in AlignVectors