Searched defs:Payload (Results 1 – 14 of 14) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | Error.h | 197 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 D | OnDiskHashTable.h | 431 const unsigned char *Payload; variable
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | PatternInit.cpp | 57 llvm::APInt Payload(64, NaNPayload); in initializationPatternFor() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Testing/Annotations/ |
H A D | Annotations.h | 120 llvm::StringRef Payload; member
|
/openbsd-src/gnu/llvm/llvm/lib/Testing/Annotations/ |
H A D | Annotations.cpp | 31 std::optional<llvm::StringRef> Payload; in Annotations() local
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
H A D | Type.h | 203 typedef uint32_t Payload; typedef
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.h | 81 operator Type::Payload() { return m_payload; } in Payload() function
|
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/ |
H A D | MachOObject.h | 87 std::vector<uint8_t> Payload; member
|
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
H A D | InstrProfReader.cpp | 782 const unsigned char *Buckets, const unsigned char *const Payload, in InstrProfReaderIndex()
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | Constants.cpp | 975 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 D | AsmWriter.cpp | 1406 APInt Payload = apf.bitcastToAPInt(); in WriteConstantInternal() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 203 yaml::BinaryRef Payload; member
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | APFloat.cpp | 3024 APInt Payload; in convertFromStringSpecials() local
|
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 5717 APInt Payload = ID.APFloatVal.bitcastToAPInt(); in convertValIDToValue() local
|