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 234 /// BestForm - Choose the best form for integer.
236 static unsigned BestForm(bool IsSigned, uint64_t Int) {
368 /// BestForm - Choose the best form for data.
370 unsigned BestForm() const {
DwarfCompileUnit.cpp 58 if (!Form) Form = DIEInteger::BestForm(false, Integer);
68 if (!Form) Form = DIEInteger::BestForm(true, Integer);
117 Die->addValue(Attribute, Block->BestForm(), Block);
    [all...]

Completed in 4159 milliseconds