Searched defs:Payload (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h123 class Payload { class in class:clang::ast_matchers::dynamic::VariantMatcher
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h66 OnDiskTable(file_type File, unsigned NumBuckets, unsigned NumEntries, storage_type Buckets, storage_type Payload, storage_type Base, const Info &InfoObj) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h432 const unsigned char *Payload; member in class:llvm::OnDiskIterableChainedHashTable
603 Create(const unsigned char *Buckets, const unsigned char *const Payload, argument
492 OnDiskIterableChainedHashTable(offset_type NumBuckets, offset_type NumEntries, const unsigned char *Buckets, const unsigned char *Payload, const unsigned char *Base, const Info &InfoObj = Info()) argument
H A DError.h198 Error(std::unique_ptr<ErrorInfoBase> Payload) { argument
318 ErrorInfoBase *Payload member in class:llvm::Error
880 handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload) argument
885 handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, HandlerT &&Handler, HandlerTs &&... Handlers) argument
1256 std::unique_ptr<ErrorInfoBase> Payload; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DObject.h86 std::vector<uint8_t> Payload; member in struct:llvm::objcopy::macho::LoadCommand
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h194 yaml::BinaryRef Payload; member in struct:llvm::WasmYAML::CustomSection
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp808 Constant *ConstantFP::getNaN(Type *Ty, bool Negative, uint64_t Payload) { argument
819 Constant *ConstantFP::getQNaN(Type *Ty, bool Negative, APInt *Payload) { argument
830 Constant *ConstantFP::getSNaN(Type *Ty, bool Negative, APInt *Payload) { argument

Completed in 94 milliseconds