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

/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.h64 unsigned getPointerSize() const { return 4; } function in class:__anon10689::ARMAsmBackend
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
H A DBlenderInputStream.java350 public int getPointerSize() { method in class:BlenderInputStream
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp191 unsigned getPointerSize() const { function in class:__anon10796::PPCAsmBackend
212 bool is64 = getPointerSize() == 8;
228 bool is64 = getPointerSize() == 8;
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp82 unsigned getPointerSize() const { return 8; } function in class:__anon10649::AArch64AsmBackend
/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp315 static uint64_t getPointerSize(const Value *V, const DataLayout &DL, function
376 uint64_t ObjectSize = getPointerSize(UO2, DL, TLI);
799 CS, I, getPointerSize(I, DL, AA->getTargetLibraryInfo()));
868 I, getPointerSize(I, DL, AA->getTargetLibraryInfo()));
/external/llvm/include/llvm/MC/
H A DMCAsmInfo.h359 unsigned getPointerSize() const { return PointerSize; } function in class:llvm::MCAsmInfo

Completed in 1842 milliseconds