Home
last modified time | relevance | path

Searched defs:Payload (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h204 Error(std::unique_ptr<ErrorInfoBase> Payload) { in Error()
329 ErrorInfoBase *Payload = nullptr; variable
933 inline Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload) { in handleErrorImpl()
938 Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, in handleErrorImpl()
958 std::unique_ptr<ErrorInfoBase> Payload = E.takePayload(); in handleErrors() local
990 const ErrorInfoBase *Payload = E.getPtr(); in visitErrors() local
1363 std::unique_ptr<ErrorInfoBase> Payload; in build() local
H A DOnDiskHashTable.h435 const unsigned char *Payload; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DPatternInit.cpp57 llvm::APInt Payload(64, NaNPayload); in initializationPatternFor() local
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DValue.cpp51 static ValueStorage *getFromPayload(void *Payload) { in getFromPayload()
162 unsigned char *Payload = in Value() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Annotations/
H A DAnnotations.h120 llvm::StringRef Payload; member
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp240 uint8_t Payload = *Data++; in readUnversioned() local
306 uint8_t Payload = endian::readNext<uint8_t, llvm::endianness::little>(Data); in ReadParamInfo() local
322 uint8_t Payload = endian::readNext<uint8_t, llvm::endianness::little>(Data); in ReadFunctionInfo() local
373 uint8_t Payload = *Data++; in readUnversioned() local
539 uint8_t Payload = *Data++; in readUnversioned() local
601 uint8_t Payload = *Data++; in readUnversioned() local
/freebsd/contrib/llvm-project/llvm/lib/Testing/Annotations/
H A DAnnotations.cpp31 std::optional<llvm::StringRef> Payload; in Annotations() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h84 operator Type::Payload() { return m_payload; } in Payload() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h534 typedef uint32_t Payload; typedef
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h87 std::vector<uint8_t> Payload; member
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1005 Constant *ConstantFP::getNaN(Type *Ty, bool Negative, uint64_t Payload) { in getNaN()
1016 Constant *ConstantFP::getQNaN(Type *Ty, bool Negative, APInt *Payload) { in getQNaN()
1027 Constant *ConstantFP::getSNaN(Type *Ty, bool Negative, APInt *Payload) { in getSNaN()
H A DAsmWriter.cpp1490 APInt Payload = apf.bitcastToAPInt(); in WriteAPFloatInternal() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h204 yaml::BinaryRef Payload; member
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1002 const unsigned char *Buckets, const unsigned char *const Payload, in InstrProfReaderIndex()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp3211 APInt Payload; in convertFromStringSpecials() local
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6148 APInt Payload = ID.APFloatVal.bitcastToAPInt(); in convertValIDToValue() local