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

  /external/llvm/include/llvm/Target/
TargetData.h 322 uint64_t getSizeInBytes() const {
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 103 ElementSize = TD->getStructLayout(ST)->getSizeInBytes();
ScalarEvolutionExpander.cpp 442 if (FullOffset < SL.getSizeInBytes()) {
    [all...]
  /external/llvm/lib/CodeGen/
ELFWriter.cpp 444 assert(sizeSoFar == cvsLayout->getSizeInBytes() &&
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 765 assert(Offset < (int64_t)SL->getSizeInBytes() &&
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 862 milliseconds