/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Error.h | 201 Error(std::unique_ptr<ErrorInfoBase> Payload) Error() argument 326 ErrorInfoBase *Payload = nullptr; global() variable 926 handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload) handleErrorImpl() argument 931 handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload,HandlerT && Handler,HandlerTs &&...Handlers) handleErrorImpl() argument 951 std::unique_ptr<ErrorInfoBase> Payload = E.takePayload(); handleErrors() local 1308 std::unique_ptr<ErrorInfoBase> Payload; build() local [all...] |
H A D | OnDiskHashTable.h | 437 const unsigned char *Payload; global() variable
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | PatternInit.cpp | 57 llvm::APInt Payload(64, NaNPayload); in initializationPatternFor() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Testing/Annotations/ |
H A D | Annotations.h | 120 llvm::StringRef Payload; member
|
/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | Value.cpp | 53 (unsigned char *)Payload - getPayloadOffset()); in getFromPayload() argument 162 unsigned char *Payload = in Value() local
|
/freebsd-src/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesReader.cpp | 241 uint8_t Payload = *Data++; readUnversioned() local 311 uint8_t Payload = ReadParamInfo() local 328 uint8_t Payload = ReadFunctionInfo() local 382 uint8_t Payload = *Data++; readUnversioned() local 541 uint8_t Payload = *Data++; readUnversioned() local 600 uint8_t Payload = *Data++; readUnversioned() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Testing/Annotations/ |
H A D | Annotations.cpp | 31 std::optional<llvm::StringRef> Payload; in Annotations() local
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Type.h | 503 typedef uint32_t Payload; global() typedef
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.h | 81 operator Type::Payload() { return m_payload; } Payload() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOObject.h | 87 std::vector<uint8_t> Payload; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 968 getNaN(Type * Ty,bool Negative,uint64_t Payload) getNaN() argument 979 getQNaN(Type * Ty,bool Negative,APInt * Payload) getQNaN() argument 990 getSNaN(Type * Ty,bool Negative,APInt * Payload) getSNaN() argument
|
H A D | AsmWriter.cpp | 1465 APInt Payload = apf.bitcastToAPInt(); WriteConstantInternal() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 204 yaml::BinaryRef Payload; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfReader.cpp | 967 InstrProfReaderIndex(const unsigned char * Buckets,const unsigned char * const Payload,const unsigned char * const Base,IndexedInstrProf::HashT HashType,uint64_t Version) InstrProfReaderIndex() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | APFloat.cpp | 3180 APInt Payload; convertFromStringSpecials() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 5870 APInt Payload = ID.APFloatVal.bitcastToAPInt(); convertValIDToValue() local
|