Searched defs:getPointerSize (Results 1 - 7 of 7) sorted by relevance

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
H A DBlenderInputStream.java350 public int getPointerSize() { method in class:BlenderInputStream
/external/llvm/include/llvm/IR/
H A DDataLayout.h261 unsigned getPointerSize(unsigned AS = 0) const { function in class:llvm::DataLayout
272 return getPointerSize(AS) * 8;
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp159 unsigned getPointerSize() const { function in class:__anon21427::PPCAsmBackend
176 bool is64 = getPointerSize() == 8;
198 bool is64 = getPointerSize() == 8;
/external/llvm/lib/IR/
H A DModule.cpp85 Module::PointerSize Module::getPointerSize() const { function in class:Module
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp145 unsigned getPointerSize() const { return 4; } function in class:__anon21355::ARMAsmBackend
/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp319 static uint64_t getPointerSize(const Value *V, AliasAnalysis &AA) { function
390 uint64_t ObjectSize = getPointerSize(UO2, AA);
713 AA->getModRefInfo(CS, I, getPointerSize(I, *AA));
873 AliasAnalysis::Location StackLoc(I, getPointerSize(I, *AA));
/external/llvm/include/llvm/MC/
H A DMCAsmInfo.h343 /// getPointerSize - Get the pointer size in bytes.
344 unsigned getPointerSize() const { function in class:llvm::MCAsmInfo

Completed in 285 milliseconds