Home | History | Annotate | Download | only in Support

Lines Matching full:nullptr

74   const llvm::MCSubtargetInfo *subtarget_info = nullptr;
75 const llvm::MCDisassembler *disassembler = nullptr;
76 const llvm::MCInstrInfo *mc_inst_info = nullptr;
77 const llvm::MCRegisterInfo *mc_reg_info = nullptr;
78 const llvm::MCAsmInfo *asm_info = nullptr;
79 llvm::MCInstPrinter *inst_printer = nullptr;
81 BufferMemoryObject *input_function = nullptr;
87 if (target == nullptr) {
96 if (subtarget_info == nullptr) {
109 if ((disassembler == nullptr) || (mc_inst_info == nullptr) ||
110 (mc_reg_info == nullptr) || (asm_info == nullptr)) {
119 if (inst_printer == nullptr) {
126 if (input_function == nullptr) {
196 if (output == nullptr) {