/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSymbolCOFF.h | 39 void setType(uint16_t Ty) const { in setType() function
|
H A D | MCSymbolWasm.h | 54 void setType(wasm::WasmSymbolType type) { Type = type; } in setType() function
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | Value.h | 66 void setType(Type type) { return typeAndKind.setPointer(type); } in setType() function 140 void setType(Type newType) { impl->setType(newType); } in setType() function 451 void setType(Ty ty) { Value::setType(ty); } in setType() function
|
/llvm-project/llvm/lib/MC/ |
H A D | MCSymbolELF.cpp | 94 void MCSymbolELF::setType(unsigned Type) const { in setType() function in llvm::MCSymbolELF
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.h | 392 void setType(const DIE *Ty) { this->Ty = Ty; } in setType() function
|
/llvm-project/mlir/lib/Dialect/Tosa/Transforms/ |
H A D | TosaInferShapes.cpp | 68 void setType(Value value, Type type) { in setType() function in __anon52e786940111::TypeModificationState
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineMemOperand.h | 330 void setType(LLT NewTy) { setType() function
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | WindowsResource.h | 73 void setType(uint16_t ID) { in setType() function
|
/llvm-project/clang/include/clang/APINotes/ |
H A D | Types.h | 338 void setType(const std::string &type) { Type = type; } setType() function
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineRegisterInfo.cpp | 190 void MachineRegisterInfo::setType(Register VReg, LLT Ty) { setType() function in MachineRegisterInfo
|
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | Patterns.h | 276 void setType(PatternType NewType) { setType() function
|
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1284 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } setType() function 1304 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } setType() function 1375 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } setType() function 1392 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } setType() function 1411 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } setType() function 1428 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } setType() function
|
/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | GVNExpression.h | 210 void setType(Type *T) { ValueType = T; } in setType() function
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenDAGPatterns.h | 701 void setType(unsigned ResNo, const TypeSetByHwMode &T) { Types[ResNo] = T; } setType() function
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 805 void setType(QualType T, TypeSourceInfo *TSI) { in setType() function
|
H A D | Decl.h | 718 void setType(QualType newType) { DeclType = newType; } setType() function
|
H A D | Expr.h | 143 void setType(QualType t) { in setType() function
|
/llvm-project/clang/lib/Format/ |
H A D | FormatToken.h | 430 void setType(TokenType T) { setType() function
|