Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolCOFF.h38 void setType(uint16_t Ty) const { setType() function
H A DMCSymbolWasm.h53 void setType(wasm::WasmSymbolType type) { Type = type; } setType() function
/freebsd-src/crypto/openssh/
H A Dxmss_hash_address.c25 void setType(uint32_t adrs[8], uint32_t type){ in setType() function
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCSymbolELF.cpp94 void MCSymbolELF::setType(unsigned Type) const { in setType() function in llvm::MCSymbolELF
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h390 void setType(const DIE *Ty) { this->Ty = Ty; } setType() function
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h325 void setType(LLT NewTy) { setType() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DWindowsResource.h73 void setType(uint16_t ID) { in setType() function
/freebsd-src/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-src/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h325 void setType(const std::string &type) { Type = type; } setType() function
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DPatterns.h
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp179 void MachineRegisterInfo::setType(Register VReg, LLT Ty) { setType() function in MachineRegisterInfo
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1261 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } setType() function
1281 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } setType() function
1352 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } setType() function
1369 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } setType() function
1388 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } setType() function
1405 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } setType() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h210 void setType(Type *T) { ValueType = T; } in setType() function
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h802 void setType(QualType T, TypeSourceInfo *TSI) { setType() function
H A DDecl.h718 void setType(QualType newType) { DeclType = newType; } setType() function
H A DExpr.h144 void setType(QualType t) { setType() function
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h410 void setType(TokenType T) { setType() function