Searched defs:getAddressSpace (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DDerivedTypes.h445 inline unsigned getAddressSpace() const { return getSubclassData(); } function in class:llvm::PointerType
H A DInstructions.h771 unsigned getAddressSpace() const { function in class:llvm::GetElementPtrInst
3617 unsigned getAddressSpace() const { function in class:llvm::InvokeInst::IntToPtrInst
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGValue.h256 unsigned getAddressSpace() const { return Quals.getAddressSpace(); } function in class:clang::CodeGen::LValue
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h963 unsigned getAddressSpace() const { function in class:llvm::SDNode::MemSDNode
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6255 unsigned GlobalAddressSDNode::getAddressSpace() const { function in class:GlobalAddressSDNode
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h313 unsigned getAddressSpace() const { return Mask >> AddressSpaceShift; } function in class:clang::Qualifiers
1102 unsigned getAddressSpace() const { return Quals.getAddressSpace(); } function in class:clang::ExtQuals
4681 inline unsigned QualType::getAddressSpace() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::QualType
[all...]

Completed in 304 milliseconds