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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolCOFF.h36 void setType(uint16_t Ty) const { function in class:llvm::MCSymbolCOFF
H A DMCSymbolWasm.h48 void setType(wasm::WasmSymbolType type) { Type = type; } function in class:llvm::MCSymbolWasm
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DTraceOptions.h36 void setType(lldb::TraceType type) { m_type = type; } function in class:lldb_private::TraceOptions
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBTraceOptions.cpp82 void SBTraceOptions::setType(lldb::TraceType type) { function in class:SBTraceOptions
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSymbolELF.cpp92 void MCSymbolELF::setType(unsigned Type) const { function in class:llvm::MCSymbolELF
/freebsd-13-stable/crypto/openssh/
H A Dxmss_hash_address.c25 void setType(uint32_t adrs[8], uint32_t type){ function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h199 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } function in struct:llvm::object::Elf_Sym_Impl
H A DWindowsResource.h73 void setType(uint16_t ID) { function in struct:llvm::object::WinResIDs
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h358 void setType(const DIE *Ty) { this->Ty = Ty; } function in class:llvm::final
/freebsd-13-stable/contrib/opencsd/decoder/include/common/
H A Dtrc_gen_elem.h143 inline void OcsdTraceElement::setType(const ocsd_gen_trc_elem_t type) function in class:OcsdTraceElement
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h631 void setType(QualType newType) { DeclType = newType; } function in class:clang::ValueDecl
H A DDeclObjC.h816 void setType(QualType T, TypeSourceInfo *TSI) { function in class:clang::ObjCPropertyDecl
H A DExpr.h143 void setType(QualType t) { function in class:clang::Expr
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp182 void MachineRegisterInfo::setType(Register VReg, LLT Ty) { function in class:MachineRegisterInfo
/freebsd-13-stable/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; }; function in class:EtmV4ITrcPacket
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h201 void setType(TokenType T) { Type = T; } function in struct:clang::format::FormatToken
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h708 void setType(unsigned ResNo, const TypeSetByHwMode &T) { Types[ResNo] = T; } function in class:llvm::TreePatternNode
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp867 void setType(StringRef Type) { CurType = Type; } function in class:__anon4389::X86AsmParser::IntelExprStateMachine
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1017 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } function in struct:llvm::ELF::Elf32_Sym
1037 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } function in struct:llvm::ELF::Elf64_Sym
1108 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } function in struct:llvm::ELF::Elf32_Rel
1125 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } function in struct:llvm::ELF::Elf32_Rela
1144 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } function in struct:llvm::ELF::Elf64_Rel
1161 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } function in struct:llvm::ELF::Elf64_Rela

Completed in 332 milliseconds