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

12

/macosx-10.10/llvmCore-3425.0.34/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.h38 /// getBase - Returns the lowest valid address in the region.
41 virtual uint64_t getBase() const = 0;
45 /// is getBase() + getExtent() - 1).
53 /// @param address - The address of the byte, in the same space as getBase().
67 /// getBase().
84 /// @param address - address of the byte, in the same space as getBase()
92 /// @param address - address of the byte, in the same space as getBase()
99 /// @param address - address of the byte, in the same space as getBase()
111 virtual uint64_t getBase() const LLVM_OVERRIDE { return 0; }
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DMemoryObject.cpp21 uint64_t limit = getBase() + getExtent();
H A DStreamableMemoryObject.cpp27 virtual uint64_t getBase() const LLVM_OVERRIDE { return 0; }
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-objdump/
H A Dllvm-objdump.h33 uint64_t getBase() const { return 0; } function in class:llvm::StringRefMemoryObject
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIORemoteConfigDirectory.h60 virtual const UInt32 *getBase();
H A DIOLocalConfigDirectory.h62 virtual const UInt32 *getBase();
H A DIORemoteConfigDirectory.cpp99 // getBase
103 const UInt32 *IORemoteConfigDirectory::getBase() function in class:IORemoteConfigDirectory
H A DIOConfigDirectory.h58 virtual const UInt32 *getBase() = 0;
H A DIOLocalConfigDirectory.cpp78 // getBase
82 const UInt32 *IOLocalConfigDirectory::getBase() function in class:IOLocalConfigDirectory
101 return getBase();
/macosx-10.10/libxml2-26/libxml2/python/tests/
H A Dbuild.py44 if elem.getBase(None) != "http://example.com/imgs":
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineLoopInfo.cpp39 LI.Analyze(getAnalysis<MachineDominatorTree>().getBase());
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/python/tests/
H A Dbuild.py44 if elem.getBase(None) != "http://example.com/imgs":
/macosx-10.10/llvmCore-3425.0.34/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());
H A DBasicBlockUtils.cpp297 L->addBasicBlockToLoop(New, LI->getBase());
385 InnermostPredLoop->addBasicBlockToLoop(NewBB, LI->getBase());
387 L->addBasicBlockToLoop(NewBB, LI->getBase());
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOPartitionScheme.cpp43 UInt64 base1 = ( ( IOMedia * ) object1 )->getBase( );
44 UInt64 base2 = ( ( IOMedia * ) object2 )->getBase( );
575 base1 = partition1 ? partition1->getBase( ) : UINT64_MAX;
576 base2 = partition2 ? partition2->getBase( ) : UINT64_MAX;
701 if ( partition1->getBase( ) != partition2->getBase( ) ||
763 partition1->init( partition2->getBase( ),
H A DIOMedia.h586 * @function getBase
593 virtual UInt64 getBase() const;
/macosx-10.10/llvmCore-3425.0.34/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
/macosx-10.10/libxml2-26/libxml2/
H A Dcheck-xinclude-test-suite.py176 base = case.getBase(None)
/macosx-10.10/llvmCore-3425.0.34/lib/MC/MCDisassembler/
H A DDisassembler.cpp120 uint64_t getBase() const { return BasePC; } function in class:__anon10335::DisasmMemoryObject
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dcheck-xinclude-test-suite.py176 base = case.getBase(None)
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDMember.h210 virtual UInt64 getBase(void) const;
H A DAppleRAIDStorageRequest.cpp82 srMemberBaseOffset = set->getBase();

Completed in 392 milliseconds

12