Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DError.h197 Error(std::unique_ptr<ErrorInfoBase> Payload) { in Error()
322 ErrorInfoBase *Payload = nullptr; variable
922 inline Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload) { in handleErrorImpl()
927 Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, in handleErrorImpl()
947 std::unique_ptr<ErrorInfoBase> Payload = E.takePayload(); in handleErrors() local
1310 std::unique_ptr<ErrorInfoBase> Payload; in build() local
H A DOnDiskHashTable.h431 const unsigned char *Payload; variable
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DPatternInit.cpp57 llvm::APInt Payload(64, NaNPayload); in initializationPatternFor() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Testing/Annotations/
H A DAnnotations.h120 llvm::StringRef Payload; member
/openbsd-src/gnu/llvm/llvm/lib/Testing/Annotations/
H A DAnnotations.cpp31 std::optional<llvm::StringRef> Payload; in Annotations() local
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DType.h203 typedef uint32_t Payload; typedef
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h81 operator Type::Payload() { return m_payload; } in Payload() function
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h87 std::vector<uint8_t> Payload; member
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfReader.cpp782 const unsigned char *Buckets, const unsigned char *const Payload, in InstrProfReaderIndex()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp975 Constant *ConstantFP::getNaN(Type *Ty, bool Negative, uint64_t Payload) { in getNaN()
986 Constant *ConstantFP::getQNaN(Type *Ty, bool Negative, APInt *Payload) { in getQNaN()
997 Constant *ConstantFP::getSNaN(Type *Ty, bool Negative, APInt *Payload) { in getSNaN()
H A DAsmWriter.cpp1406 APInt Payload = apf.bitcastToAPInt(); in WriteConstantInternal() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h203 yaml::BinaryRef Payload; member
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp3024 APInt Payload; in convertFromStringSpecials() local
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp5717 APInt Payload = ID.APFloatVal.bitcastToAPInt(); in convertValIDToValue() local