Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCSymbolCOFF.h36 void setType(uint16_t Ty) const { in setType() function
DMCSymbolWasm.h54 void setType(wasm::WasmSymbolType type) { Type = type; } in setType() function
/freebsd-12-stable/crypto/openssh/
Dxmss_hash_address.c25 void setType(uint32_t adrs[8], uint32_t type){ in setType() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCSymbolELF.cpp92 void MCSymbolELF::setType(unsigned Type) const { in setType() function in llvm::MCSymbolELF
/freebsd-12-stable/contrib/opencsd/decoder/include/common/
Dtrc_gen_elem.h138 inline void OcsdTraceElement::setType(const ocsd_gen_trc_elem_t type) in setType() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h367 void setType(const DIE *Ty) { this->Ty = Ty; } in setType() function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineMemOperand.h333 void setType(LLT NewTy) { in setType() function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
DWindowsResource.h73 void setType(uint16_t ID) { in setType() function
/freebsd-12-stable/contrib/opencsd/decoder/include/opencsd/etmv4/
Dtrc_pkt_elem_etmv4i.h117 void setType(const ocsd_etmv4_i_pkt_type pkt_type) { type = pkt_type; }; in setType() function
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/APINotes/
DTypes.h326 void setType(const std::string &type) { Type = type; } in setType() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp182 void MachineRegisterInfo::setType(Register VReg, LLT Ty) { in setType() function in MachineRegisterInfo
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h1104 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function
1124 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function
1195 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function
1212 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function
1231 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function
1248 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
DGVNExpression.h210 void setType(Type *T) { ValueType = T; } in setType() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DFormatToken.h330 void setType(TokenType T) { Type = T; } in setType() function
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.h702 void setType(unsigned ResNo, const TypeSetByHwMode &T) { Types[ResNo] = T; } in setType() function
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDeclObjC.h803 void setType(QualType T, TypeSourceInfo *TSI) { in setType() function
DDecl.h686 void setType(QualType newType) { DeclType = newType; } in setType() function
DExpr.h142 void setType(QualType t) { in setType() function