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

Completed in 32 milliseconds