Searched defs:getType (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DLocInfoType.h49 QualType getType() const { return getCanonicalTypeInternal(); } function in class:clang::LocInfoType
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicTypeInfo.h34 QualType getType() const { return T; } function in class:clang::ento::DynamicTypeInfo
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCSectionMachO.h159 unsigned getType() const { return TypeAndAttributes & SECTION_TYPE; } function
H A DMCSectionELF.h67 unsigned getType() const { return Type; } function in class:llvm::MCSectionELF
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h46 Type *getType() const { return Ty; } function in class:llvm::MachineConstantPoolValue
H A DMachineOperand.h185 MachineOperandType getType() const { return (MachineOperandType)OpKind; } function in class:llvm::MachineOperand
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/
H A DInputInfo.h62 types::ID getType() const { return Type; } function in class:clang::driver::InputInfo
/freebsd-10-stable/contrib/llvm/include/llvm/Object/
H A DBinary.h80 unsigned int getType() const { return TypeID; } function in class:llvm::object::Binary
H A DObjectFile.h437 inline error_code SymbolRef::getType(SymbolRef::Type &Result) const { function in class:llvm::object::SymbolRef::SymbolRef
563 inline error_code RelocationRef::getType(uint64_t &Result) const { function in class:llvm::object::SymbolRef::RelocationRef
H A DELFTypes.h183 unsigned char getType() const { return st_info & 0x0f; } function in struct:llvm::object::Elf_Sym_Impl
376 uint32_t getType(bool isMips64EL) const { function in struct:llvm::object::Elf_Rel_Impl
397 unsigned char getType(bool isMips64EL) const { function in struct:llvm::object::Elf_Rel_Impl
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInst.cpp32 unsigned HexagonMCInst::getType() const { function in class:HexagonMCInst
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
H A DInlineAsm.h78 PointerType *getType() const { function in class:llvm::InlineAsm
H A DConstants.h139 inline IntegerType *getType() const { function in class:llvm::ConstantInt
355 inline ArrayType *getType() const { function in class:llvm::ConstantArray
413 inline StructType *getType() cons function in class:llvm::ConstantStruct
456 inline VectorType *getType() const { function in class:llvm::ConstantVector
505 inline PointerType *getType() const { function in class:llvm::ConstantPointerNull
581 inline SequentialType *getType() const { function in class:llvm::ConstantDataSequential
680 inline ArrayType *getType() const { function in class:llvm::ConstantDataArray
733 inline VectorType *getType() const { function in class:llvm::ConstantDataVector
[all...]
H A DGlobalValue.h107 inline PointerType *getType() const { function in class:llvm::GlobalValue
H A DValue.h111 Type *getType() const { return VTy; } function in class:llvm::Value
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/
H A DAction.h87 types::ID getType() const { return Type; } function in class:clang::driver::Action
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp307 QualType SymbolConjured::getType() const { function in class:SymbolConjured
311 QualType SymbolDerived::getType() const { function in class:SymbolDerived
315 QualType SymbolExtent::getType() const { function in class:SymbolExtent
320 QualType SymbolMetadata::getType() const { function in class:SymbolMetadata
324 QualType SymbolRegionValue::getType() const { function in class:SymbolRegionValue
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h240 unsigned char getType() const { return st_info & 0x0F; } function in struct:elf::ELFSymbol
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h46 Type *getType() const { return V->getType(); } function in class:llvm::SCEVConstant
67 Type *getType() const { return Ty; } function in class:llvm::SCEVCastExpr
211 Type *getType() const { function in class:llvm::SCEVAddExpr
258 Type *getType() const { function in class:llvm::SCEVUDivExpr
442 Type *getType() cons function in class:llvm::SCEVUnknown
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DYAMLParser.h147 unsigned int getType() const { return TypeID; } function in class:llvm::yaml::Node
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h209 unsigned getType() const { return Type; } function in class:llvm::DIEValue
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h66 QualType getType() const { return Ty; } function in class:clang::TypeSourceInfo
477 QualType getType() const { return DeclType; } function in class:clang::ValueDecl
/freebsd-10-stable/contrib/llvm/include/llvm/
H A DDebugInfo.h441 DICompositeType getType() const { return getFieldAs<DICompositeType>(7); } function in class:llvm::DISubprogram
543 DITypeRef getType() const { return getFieldAs<DITypeRef>(3); } function in class:llvm::DITemplateTypeParameter
560 DITypeRef getType() const { return getFieldAs<DITypeRef>(3); } function in class:llvm::DITemplateValueParameter
589 DIType getType() const { return getFieldAs<DIType>(8); } function in class:llvm::DIGlobalVariable
620 DIType getType() const { return getFieldAs<DIType>(5); } function in class:llvm::DIVariable
709 DIType getType() const { return getFieldAs<DIType>(7); } function in class:llvm::DIObjCProperty
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp795 Type *MachineConstantPoolEntry::getType() const { function in class:MachineConstantPoolEntry
[all...]
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
H A DDebugIR.cpp368 MDNode *getType(const Type *T) { function in class:__anon2741::DIUpdater

Completed in 585 milliseconds

12