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

/freebsd-11-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.h49 void setType(wasm::WasmSymbolType type) { Type = type; } function in class:llvm::MCSymbolWasm
/freebsd-11-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-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTraceOptions.cpp82 void SBTraceOptions::setType(lldb::TraceType type) { function in class:SBTraceOptions
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSymbolELF.cpp92 void MCSymbolELF::setType(unsigned Type) const { function in class:llvm::MCSymbolELF
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h359 void setType(const DIE *Ty) { this->Ty = Ty; } function in class:llvm::final
/freebsd-11-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.h844 void setType(QualType T, TypeSourceInfo *TSI) { function in class:clang::ObjCPropertyDecl
H A DExpr.h138 void setType(QualType t) { function in class:clang::Expr
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp182 void MachineRegisterInfo::setType(unsigned VReg, LLT Ty) { function in class:MachineRegisterInfo
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1004 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } function in struct:llvm::ELF::Elf32_Sym
1024 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } function in struct:llvm::ELF::Elf64_Sym
1095 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } function in struct:llvm::ELF::Elf32_Rel
1112 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } function in struct:llvm::ELF::Elf32_Rela
1131 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } function in struct:llvm::ELF::Elf64_Rel
1148 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } function in struct:llvm::ELF::Elf64_Rela

Completed in 299 milliseconds