Searched refs:getBase (Results 1 - 25 of 77) sorted by relevance

1234

/external/llvm/include/llvm/Support/
H A DMemoryObject.h27 /// getBase - Returns the lowest valid address in the region.
30 virtual uint64_t getBase() const = 0;
34 /// is getBase() + getExtent() - 1).
41 /// @param address - The address of the byte, in the same space as getBase().
53 /// getBase().
H A DStreamableMemoryObject.h37 /// getBase - Returns the lowest valid address in the region.
40 virtual uint64_t getBase() const = 0;
44 /// is getBase() + getExtent() - 1).
52 /// @param address - The address of the byte, in the same space as getBase().
66 /// getBase().
83 /// @param address - address of the byte, in the same space as getBase()
91 /// @param address - address of the byte, in the same space as getBase()
98 /// @param address - address of the byte, in the same space as getBase()
110 virtual uint64_t getBase() const { return 0; } function in class:llvm::StreamingMemoryObject
/external/llvm/lib/Support/
H A DMemoryObject.cpp21 uint64_t limit = getBase() + getExtent();
H A DStreamableMemoryObject.cpp26 virtual uint64_t getBase() const { return 0; } function in class:__anon8821::RawMemoryObject
/external/clang/lib/AST/
H A DVTTBuilder.cpp57 const CXXRecordDecl *RD = Base.getBase();
84 const CXXRecordDecl *RD = Base.getBase();
151 VTableIndex, Base.getBase(), VBases);
181 const CXXRecordDecl *RD = Base.getBase();
189 bool IsPrimaryVTT = Base.getBase() == MostDerivedClass;
211 LayoutVirtualVTTs(Base.getBase(), VBases);
H A DVTableBuilder.cpp328 const CXXRecordDecl *RD = Base.getBase();
380 const CXXRecordDecl *RD = Base.getBase();
616 const ASTRecordLayout &Layout = Context.getASTRecordLayout(Base.getBase());
654 AddVBaseOffsets(Base.getBase(), RealBaseOffset);
676 const CXXRecordDecl *RD = Base.getBase();
1194 const CXXRecordDecl *BaseRD = Base.getBase();
1195 const CXXRecordDecl *DerivedRD = Derived.getBase();
1433 const CXXRecordDecl *RD = Base.getBase();
1594 assert(Base.getBase()->isDynamicClass() && "class does not have a vtable!");
1604 VCallOffsetMap &VCallOffsets = VCallOffsetsForVBases[Base.getBase()];
[all...]
H A DExprClassification.cpp194 if (cast<ArraySubscriptExpr>(E)->getBase()->getType()->isVectorType())
195 return ClassifyInternal(Ctx, cast<ArraySubscriptExpr>(E)->getBase());
451 Expr *Base = E->getBase()->IgnoreParens();
477 Expr *Base = E->getBase()->IgnoreParenImpCasts();
480 return ClassifyInternal(Ctx, E->getBase());
H A DStmtPrinter.cpp611 if (Node->getBase()) {
612 PrintExpr(Node->getBase());
621 else if (Node->getBase()) {
622 PrintExpr(Node->getBase());
883 PrintExpr(Node->getBase());
900 PrintExpr(Node->getBase());
905 PrintExpr(Node->getBase());
1425 PrintExpr(E->getBase());
1476 PrintExpr(Node->getBase());
1494 PrintExpr(Node->getBase());
[all...]
/external/clang/include/clang/AST/
H A DVTTBuilder.h37 : BaseAndIsVirtual(Base.getBase(), BaseIsVirtual),
40 const CXXRecordDecl *getBase() const { function in class:clang::VTTVTable
53 return BaseSubobject(getBase(), getBaseOffset());
H A DBaseSubobject.h40 /// getBase - Returns the base class declaration.
41 const CXXRecordDecl *getBase() const { return Base; } function in class:clang::BaseSubobject
70 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
H A DEvaluatedExprVisitor.h48 return this->Visit(E->getBase());
H A DExprObjC.h484 const Expr *getBase() const { return cast<Expr>(Base); } function in class:clang::ObjCIvarRefExpr
485 Expr *getBase() { return cast<Expr>(Base); } function in class:clang::ObjCIvarRefExpr
498 : SourceRange(getBase()->getLocStart(), Loc);
655 const Expr *getBase() const { function in class:clang::ObjCPropertyRefExpr
658 Expr *getBase() { function in class:clang::ObjCPropertyRefExpr
710 return SourceRange((isObjectReceiver() ? getBase()->getLocStart()
1391 Expr *getBase() const { return cast<Expr>(Base); }
1402 return SourceRange(getBase()->getLocStart(), IsaMemberLoc);
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h33 uint64_t getBase() const { return 0; } function in class:llvm::StringRefMemoryObject
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDereferenceChecker.cpp118 AddDerefSource(os, Ranges, AE->getBase()->IgnoreParenCasts(),
133 if (M->isArrow() || bugreporter::isDeclRefExprToReference(M->getBase())) {
137 AddDerefSource(os, Ranges, M->getBase()->IgnoreParenCasts(),
145 dyn_cast<DeclRefExpr>(IV->getBase()->IgnoreParenCasts())) {
H A DVirtualCallChecker.cpp149 if (Expr *base = CME->getBase()->IgnoreImpCasts())
/external/llvm/lib/CodeGen/
H A DMachineLoopInfo.cpp39 LI.Analyze(getAnalysis<MachineDominatorTree>().getBase());
/external/clang/include/clang/Analysis/Analyses/
H A DDominators.h46 llvm::DominatorTreeBase<CFGBlock>& getBase() { return *DT; } function in class:clang::DominatorTree
71 if (DT->compare(Other.getBase()))
/external/llvm/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp317 DestLoop->addBasicBlockToLoop(NewBB, LI->getBase());
320 TIL->addBasicBlockToLoop(NewBB, LI->getBase());
323 DestLoop->addBasicBlockToLoop(NewBB, LI->getBase());
332 P->addBasicBlockToLoop(NewBB, LI->getBase());
H A DLoopUnrollRuntime.cpp159 ParentLoop->addBasicBlockToLoop(NewBB, LI->getBase());
342 ParentLoop->addBasicBlockToLoop(NewBB, LI->getBase());
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DGeneralSubtree.java159 public GeneralName getBase() method in class:GeneralSubtree
/external/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h86 LoopInfoBase<MachineBasicBlock, MachineLoop>& getBase() { return LI; } function in class:llvm::MachineLoopInfo
H A DMachineDominators.h49 DominatorTreeBase<MachineBasicBlock>& getBase() { return *DT; } function in class:llvm::MachineDominatorTree
/external/clang/lib/CodeGen/
H A DCGVTT.cpp26 if (VTable.getBase() == MostDerivedClass) {
65 if (VTTVT.getBase() == RD) {
H A DCGExpr.cpp359 if (!ME->isArrow() && ME->getBase()->isRValue()) {
360 assert(ME->getBase()->getType()->isRecordType());
362 E = ME->getBase();
1552 LV.setBaseIvarExp(Exp->getBase());
1608 setObjCGCLValueClass(Ctx, Exp->getBase(), LV);
1621 setObjCGCLValueClass(Ctx, Exp->getBase(), LV, true);
1981 if (E->getBase()->getType()->isVectorType()) {
1983 LValue LHS = EmitLValue(E->getBase());
1987 E->getBase()->getType(), LHS.getAlignment());
2003 Address = EmitScalarExpr(E->getBase());
[all...]
/external/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp120 uint64_t getBase() const { return BasePC; } function in class:__anon8779::DisasmMemoryObject

Completed in 4271 milliseconds

1234