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 254 /// BestForm - Choose the best form for integer.
256 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) {
484 /// BestForm - Choose the best form for data.
486 dwarf::Form BestForm(unsigned DwarfVersion) const {
527 /// BestForm - Choose the best form for data.
529 dwarf::Form BestForm() const {
DwarfUnit.cpp 177 Form = DIEInteger::BestForm(false, Integer);
192 Form = DIEInteger::BestForm(true, Integer);
406 Die.addValue(Attribute, Loc->BestForm(DD->getDwarfVersion()), Loc);
413 Die.addValue(Attribute, Block->BestForm(), Block);
    [all...]

Completed in 894 milliseconds