HomeSort by: relevance | last modified time | path
    Searched defs:Payload (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 129 /// Payload interface to be specialized by each matcher type.
132 class Payload {
134 virtual ~Payload();
229 explicit VariantMatcher(std::shared_ptr<Payload> Value)
237 std::shared_ptr<const Payload> Value;
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
VariantValue.cpp 88 VariantMatcher::Payload::~Payload() {}
90 class VariantMatcher::SinglePayload : public VariantMatcher::Payload {
120 class VariantMatcher::PolymorphicPayload : public VariantMatcher::Payload {
186 class VariantMatcher::VariadicOpPayload : public VariantMatcher::Payload {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
Object.h 90 // The raw content of the payload of the load command (located right after the
93 std::vector<uint8_t> Payload;
95 // Some load commands can contain (inside the payload) an array of sections,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Error.h 167 // Expected<T> needs to be able to steal the payload when constructed from an
171 // wrap needs to be able to steal the payload.
198 Error(std::unique_ptr<ErrorInfoBase> Payload) {
199 setPtr(Payload.release());
218 // Null out Other's payload and set its checked bit.
274 reinterpret_cast<uintptr_t>(Payload) &
277 return Payload;
283 Payload = reinterpret_cast<ErrorInfoBase*>(
286 (reinterpret_cast<uintptr_t>(Payload) & 0x1));
288 Payload = EI
    [all...]
OnDiskHashTable.h 31 /// payload and computes the hash for a given key. This should provide the
171 // Emit the payload of the table.
239 /// payload and computes the hash for a given key. This should provide the
410 /// the payload of entire structure. This is the value returned by
432 const unsigned char *Payload;
494 const unsigned char *Payload,
498 Payload(Payload) {}
538 return key_iterator(Payload, this->getNumEntries(), &this->getInfoObj());
581 return data_iterator(Payload, this->getNumEntries(), &this->getInfoObj())
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
WasmYAML.h 199 yaml::BinaryRef Payload;
  /src/external/apache2/llvm/dist/llvm/lib/IR/
AsmWriter.cpp 1398 // expected value after convert (quiet bit of the payload is clear).
1403 APInt Payload = apf.bitcastToAPInt();
1405 &Payload);

Completed in 22 milliseconds