/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Error.h | 204 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 D | OnDiskHashTable.h | 435 const unsigned char *Payload; variable
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | PatternInit.cpp | 57 llvm::APInt Payload(64, NaNPayload); in initializationPatternFor() local
|
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | Value.cpp | 51 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 D | Annotations.h | 120 llvm::StringRef Payload; member
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesReader.cpp | 240 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 D | Annotations.cpp | 31 std::optional<llvm::StringRef> Payload; in Annotations() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.h | 84 operator Type::Payload() { return m_payload; } in Payload() function
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Type.h | 534 typedef uint32_t Payload; typedef
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOObject.h | 87 std::vector<uint8_t> Payload; member
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 1005 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 D | AsmWriter.cpp | 1490 APInt Payload = apf.bitcastToAPInt(); in WriteAPFloatInternal() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 204 yaml::BinaryRef Payload; member
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfReader.cpp | 1002 const unsigned char *Buckets, const unsigned char *const Payload, in InstrProfReaderIndex()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | APFloat.cpp | 3211 APInt Payload; in convertFromStringSpecials() local
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 6148 APInt Payload = ID.APFloatVal.bitcastToAPInt(); in convertValIDToValue() local
|