Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h203 Error(std::unique_ptr<ErrorInfoBase> Payload) { in Error()
328 ErrorInfoBase *Payload = nullptr; variable
946 inline Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload) { in handleErrorImpl()
951 Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, in handleErrorImpl()
971 std::unique_ptr<ErrorInfoBase> Payload = E.takePayload(); in handleErrors() local
1003 const ErrorInfoBase *Payload = E.getPtr(); in visitErrors() local
1382 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/llvm/include/llvm/Testing/Annotations/
H A DAnnotations.h120 llvm::StringRef Payload; member
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DValue.cpp48 static ValueStorage *getFromPayload(void *Payload) { in getFromPayload()
159 unsigned char *Payload = in Value() local
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp239 uint8_t Payload = *Data++; in readUnversioned() local
327 uint8_t Payload = endian::readNext<uint8_t, llvm::endianness::little>(Data); in ReadParamInfo() local
346 uint8_t Payload = endian::readNext<uint8_t, llvm::endianness::little>(Data); in ReadFunctionInfo() local
404 uint8_t Payload = *Data++; in readUnversioned() local
533 uint8_t Payload = *Data++; in readUnversioned() local
587 uint8_t Payload = *Data++; in readUnversioned() local
664 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/llvm/lib/SandboxIR/
H A DConstant.cpp110 Constant *ConstantFP::getNaN(Type *Ty, bool Negative, uint64_t Payload) { in getNaN()
114 Constant *ConstantFP::getQNaN(Type *Ty, bool Negative, APInt *Payload) { in getQNaN()
118 Constant *ConstantFP::getSNaN(Type *Ty, bool Negative, APInt *Payload) { in getSNaN()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h86 operator Type::Payload() { return m_payload; } in Payload() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h570 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.cpp1026 Constant *ConstantFP::getNaN(Type *Ty, bool Negative, uint64_t Payload) { in getNaN()
1037 Constant *ConstantFP::getQNaN(Type *Ty, bool Negative, APInt *Payload) { in getQNaN()
1048 Constant *ConstantFP::getSNaN(Type *Ty, bool Negative, APInt *Payload) { in getSNaN()
H A DAsmWriter.cpp1554 APInt Payload = apf.bitcastToAPInt(); in WriteAPFloatInternal() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h205 yaml::BinaryRef Payload; member
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1035 const unsigned char *Buckets, const unsigned char *const Payload, in InstrProfReaderIndex()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp3312 APInt Payload; in convertFromStringSpecials() local
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6448 APInt Payload = ID.APFloatVal.bitcastToAPInt(); in convertValIDToValue() local