Searched refs:ComputeSize (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DDIE.h481 /// ComputeSize - Calculate the size of the location expression.
483 unsigned ComputeSize(const AsmPrinter *AP) const;
524 /// ComputeSize - Calculate the size of the location expression.
526 unsigned ComputeSize(const AsmPrinter *AP) const;
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp352 addULEB128(cast<DIEBlock>(Value)->ComputeSize(AP));
355 addULEB128(cast<DIELoc>(Value)->ComputeSize(AP));
H A DDIE.cpp446 /// ComputeSize - calculate the size of the location expression.
448 unsigned DIELoc::ComputeSize(const AsmPrinter *AP) const { function in class:DIELoc
501 /// ComputeSize - calculate the size of the block.
503 unsigned DIEBlock::ComputeSize(const AsmPrinter *AP) const { function in class:DIEBlock
H A DDwarfUnit.cpp372 Loc->ComputeSize(Asm);
379 Block->ComputeSize(Asm);
/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp1855 Loc->ComputeSize(&Streamer->getAsmPrinter());
1857 Block->ComputeSize(&Streamer->getAsmPrinter());

Completed in 115 milliseconds