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) {
365 /// BestForm - Choose the best form for data.
367 unsigned BestForm() const {
DwarfCompileUnit.cpp 112 if (!Form) Form = DIEInteger::BestForm(false, Integer);
122 if (!Form) Form = DIEInteger::BestForm(true, Integer);
230 Die->addValue(Attribute, Block->BestForm(), Block);
    [all...]

Completed in 66 milliseconds