Home
last modified time | relevance | path

Searched defs:PointerType (Results 1 – 15 of 15) sorted by relevance

/external/llvm/tools/llvm-pdbdump/
DFunctionDumper.h23 enum class PointerType { None, Pointer, Reference }; enum
DVariableDumper.cpp156 if (auto *PointerType = dyn_cast<PDBSymbolTypePointer>(&Type)) { in tryDumpFunctionPointer() local
/external/eigen/Eigen/src/Core/
DMapBase.h48 PointerType; typedef
179 typedef typename Base::PointerType PointerType; typedef
/external/llvm/include/llvm/IR/
DConstants.h36 class PointerType; variable
DType.h28 class PointerType; variable
DInlineAsm.h25 class PointerType; variable
DGlobalValue.h28 class PointerType; variable
/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h29 class PointerType; variable
/external/clang/lib/CodeGen/
DCodeGenTypes.h45 class PointerType; variable
DCGBlocks.h37 class PointerType; variable
DItaniumCXXABI.cpp3117 QualType PointerType = getContext().getPointerType(Type); in EmitFundamentalRTTIDescriptor() local
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h59 class PointerType; variable
/external/llvm/lib/IR/
DType.cpp749 PointerType::PointerType(Type *E, unsigned AddrSpace) in PointerType() function in PointerType
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h283 PointerType, enumerator
/external/llvm/bindings/go/llvm/
Dir.go606 func PointerType(elementType Type, addressSpace int) (t Type) { func