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

/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.h72 unsigned getPointerSize() const { return 4; } function in class:__anon2797::ARMAsmBackend
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp187 unsigned getPointerSize() const { function in class:__anon2964::PPCAsmBackend
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypeCache.h92 CharUnits getPointerSize() const { function in struct:clang::CodeGen::CodeGenTypeCache
/freebsd-11.0-release/contrib/llvm/include/llvm/Target/
H A DTargetMachine.h154 unsigned getPointerSize() const { return DL.getPointerSize(); } function in class:llvm::TargetMachine
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp82 unsigned getPointerSize() const { return 8; } function in class:__anon2710::AArch64AsmBackend
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp321 static uint64_t getPointerSize(const Value *V, const DataLayout &DL, function
/freebsd-11.0-release/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h678 uint32_t getPointerSize() const { return RemotePointerSize; } function
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCAsmInfo.h367 unsigned getPointerSize() const { return PointerSize; } function in class:llvm::MCAsmInfo
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp144 unsigned AsmPrinter::getPointerSize() const { return TM.getPointerSize(); } function in class:AsmPrinter

Completed in 134 milliseconds