Home
last modified time | relevance | path

Searched defs:setType (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolCOFF.h39 void setType(uint16_t Ty) const { in setType() function
H A DMCSymbolWasm.h54 void setType(wasm::WasmSymbolType type) { Type = type; } in setType() function
/freebsd/crypto/openssh/
H A Dxmss_hash_address.c25 void setType(uint32_t adrs[8], uint32_t type){ in setType() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSymbolELF.cpp94 void MCSymbolELF::setType(unsigned Type) const { in setType() function in llvm::MCSymbolELF
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h392 void setType(const DIE *Ty) { this->Ty = Ty; } in setType() function
/freebsd/contrib/opencsd/decoder/include/common/
H A Dtrc_gen_elem.h146 inline void OcsdTraceElement::setType(const ocsd_gen_trc_elem_t type) in setType() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h330 void setType(LLT NewTy) { in setType() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWindowsResource.h73 void setType(uint16_t ID) { in setType() function
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_pkt_elem_etmv4i.h124 void setType(const ocsd_etmv4_i_pkt_type pkt_type) { type = pkt_type; }; in setType() function
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h332 void setType(const std::string &type) { Type = type; } in setType() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp190 void MachineRegisterInfo::setType(Register VReg, LLT Ty) { in setType() function in MachineRegisterInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1284 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function
1304 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function
1375 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function
1392 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function
1411 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function
1428 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.h276 void setType(PatternType NewType) { in setType() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h210 void setType(Type *T) { ValueType = T; } in setType() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h701 void setType(unsigned ResNo, const TypeSetByHwMode &T) { Types[ResNo] = T; } in setType() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h805 void setType(QualType T, TypeSourceInfo *TSI) { in setType() function
H A DDecl.h679 void setType(QualType newType) { DeclType = newType; } in setType() function
H A DExpr.h143 void setType(QualType t) { in setType() function
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h432 void setType(TokenType T) { in setType() function