HomeSort by relevance Sort by last modified time
    Searched refs:getTypeStoreSizeInBits (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/IR/
DataLayout.h 315 /// getTypeStoreSizeInBits - Return the maximum number of bits that may be
318 uint64_t getTypeStoreSizeInBits(Type *Ty) const {
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 575 uint32_t TypeSize = TD->getTypeStoreSizeInBits(OrigTy);
AddressSanitizer.cpp 667 uint32_t TypeSize = TD->getTypeStoreSizeInBits(OrigTy);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
SROA.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 64 milliseconds