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

  /external/llvm/include/llvm/CodeGen/
DIE.h 254 /// BestForm - Choose the best form for integer.
256 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) {
485 /// BestForm - Choose the best form for data.
487 dwarf::Form BestForm(unsigned DwarfVersion) const {
528 /// BestForm - Choose the best form for data.
530 dwarf::Form BestForm() const {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 217 Form = DIEInteger::BestForm(false, Integer);
232 Form = DIEInteger::BestForm(true, Integer);
374 Die.addValue(Attribute, Loc->BestForm(DD->getDwarfVersion()), Loc);
381 Die.addValue(Attribute, Block->BestForm(), Block);
    [all...]

Completed in 42 milliseconds