Home
last modified time | relevance | path

Searched defs:TotalSize (Results 1 – 19 of 19) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMUnwindOpAsm.cpp162 size_t TotalSize = Ops.size() + 1; in Finalize() local
178 size_t TotalSize = Ops.size() + 2; in Finalize() local
/external/llvm/tools/lli/
DRemoteTargetExternal.cpp236 uint32_t TotalSize = 0; in ReceivePayload() local
286 uint32_t TotalSize = 0; in SendPayload() local
/external/v8/src/compiler/
Dloop-analysis.h42 size_t TotalSize() const { return body_end_ - header_start_; } in TotalSize() function
/external/llvm/lib/Target/Hexagon/
DHexagonStoreWidening.cpp309 InstrGroup::iterator End, InstrGroup &OG, unsigned &TotalSize, in selectStores()
398 unsigned TotalSize) { in createWideStores()
/external/llvm/lib/ProfileData/
DInstrProf.cpp405 static std::unique_ptr<ValueProfData> allocValueProfData(uint32_t TotalSize) { in allocValueProfData()
437 uint32_t TotalSize = swapToHostOrder<uint32_t>(Header, Endianness); in getValueProfData() local
/external/lzma/CPP/7zip/UI/Common/
DDirItem.h59 UInt64 TotalSize; variable
/external/llvm/lib/Transforms/Scalar/
DLoadCombine.cpp173 unsigned TotalSize = 0; in combineLoads() local
/external/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp475 unsigned TotalSize = in emitExceptionTable() local
/external/llvm/lib/CodeGen/
DStackColoring.cpp667 unsigned TotalSize = 0; in runOnMachineFunction() local
/external/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp834 unsigned TotalSize = MatcherEmitter.EmitMatcherList(TheMatcher, 6, 0, OS); in EmitMatcherTable() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp271 uint64_t TotalSize = 0; in computeAllocationSizeForSections() local
DRuntimeDyldELF.cpp1803 size_t TotalSize = CurrentGOTIndex * getGOTEntrySize(); in finalizeLoad() local
/external/clang/lib/AST/
DType.cpp96 uint64_t TotalSize = NumElements.getZExtValue() * ElementSize; in getNumAddressingBits() local
106 llvm::APSInt TotalSize(llvm::APInt(SizeExtended.getBitWidth(), ElementSize)); in getNumAddressingBits() local
DExprCXX.cpp206 unsigned TotalSize = Array + hasInitializer + NumPlacementArgs; in AllocateArgsArray() local
/external/clang/lib/CodeGen/
DCGExprConstant.cpp660 unsigned TotalSize = CGM.getDataLayout().getTypeAllocSize(destType); in VisitCastExpr() local
/external/clang/lib/Basic/
DSourceManager.cpp481 unsigned TotalSize) { in AllocateLoadedSLocEntries()
/external/llvm/include/llvm/Support/
DCOFF.h360 uint32_t TotalSize; member
/external/llvm/include/llvm/Object/
DCOFF.h427 support::ulittle32_t TotalSize; member
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp2001 SVal TotalSize = svalBuilder.evalBinOp(State, BO_Mul, count, elementSize, in CallocMem() local