| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCSymbolCOFF.h | 36 void setType(uint16_t Ty) const { in setType() function
|
| H A D | MCSymbolWasm.h | 53 void setType(wasm::WasmSymbolType type) { Type = type; } in setType() function
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCSymbolELF.cpp | 91 void MCSymbolELF::setType(unsigned Type) const { in setType() function in llvm::MCSymbolELF
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.h | 371 void setType(const DIE *Ty) { this->Ty = Ty; } in setType() function
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | Value.h | 66 void setType(Type type) { return typeAndKind.setPointer(type); } in setType() function 129 void setType(Type newType) { impl->setType(newType); } in setType() function
|
| H A D | AttributeSupport.h | 149 void setType(Type newType) { type = newType; } in setType() function
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineMemOperand.h | 322 void setType(LLT NewTy) { in setType() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | WindowsResource.h | 73 void setType(uint16_t ID) { in setType() function
|
| /llvm-project-15.0.7/clang/include/clang/APINotes/ |
| H A D | Types.h | 325 void setType(const std::string &type) { Type = type; } in setType() function
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineRegisterInfo.cpp | 180 void MachineRegisterInfo::setType(Register VReg, LLT Ty) { in setType() function in MachineRegisterInfo
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 1178 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function 1198 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function 1269 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function 1286 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function 1305 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function 1322 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/ |
| H A D | GVNExpression.h | 210 void setType(Type *T) { ValueType = T; } in setType() function
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.h | 710 void setType(unsigned ResNo, const TypeSetByHwMode &T) { Types[ResNo] = T; } in setType() function
|
| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | FormatToken.h | 352 void setType(TokenType T) { in setType() function
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 802 void setType(QualType T, TypeSourceInfo *TSI) { in setType() function
|
| H A D | Decl.h | 686 void setType(QualType newType) { DeclType = newType; } in setType() function
|
| H A D | Expr.h | 142 void setType(QualType t) { in setType() function
|