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

  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.h 244 /// BestForm - Choose the best form for integer.
246 static unsigned BestForm(bool IsSigned, uint64_t Int) {
405 /// BestForm - Choose the best form for data.
407 unsigned BestForm() const {
DwarfCompileUnit.cpp 52 if (!Form) Form = DIEInteger::BestForm(false, Integer);
62 if (!Form) Form = DIEInteger::BestForm(true, Integer);
105 Die->addValue(Attribute, Block->BestForm(), Block);
    [all...]

Completed in 92 milliseconds