Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSymbolCOFF.h36 void setType(uint16_t Ty) const { in setType() function
H A DMCSymbolWasm.h53 void setType(wasm::WasmSymbolType type) { Type = type; } in setType() function
/openbsd-src/usr.bin/ssh/
H A Dxmss_hash_address.c20 void setType(uint32_t adrs[8], uint32_t type){ in setType() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h375 void setType(const DIE *Ty) { this->Ty = Ty; } in setType() function
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCSymbolELF.cpp94 void MCSymbolELF::setType(unsigned Type) const { in setType() function in llvm::MCSymbolELF
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h322 void setType(LLT NewTy) { in setType() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DWindowsResource.h73 void setType(uint16_t ID) { in setType() function
/openbsd-src/gnu/llvm/clang/include/clang/APINotes/
H A DTypes.h330 void setType(const std::string &type) { Type = type; } in setType() function
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h1202 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function
1222 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function
1293 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function
1310 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function
1329 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function
1346 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp179 void MachineRegisterInfo::setType(Register VReg, LLT Ty) { in setType() function in MachineRegisterInfo
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h210 void setType(Type *T) { ValueType = T; } in setType() function
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h710 void setType(unsigned ResNo, const TypeSetByHwMode &T) { Types[ResNo] = T; } in setType() function
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h799 void setType(QualType T, TypeSourceInfo *TSI) { in setType() function
H A DDecl.h715 void setType(QualType newType) { DeclType = newType; } in setType() function
H A DExpr.h143 void setType(QualType t) { in setType() function
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormatToken.h375 void setType(TokenType T) { in setType() function