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 116 /// BestForm - Choose the best form for integer.
118 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) {
710 /// BestForm - Choose the best form for data.
712 dwarf::Form BestForm(unsigned DwarfVersion) const {
744 /// BestForm - Choose the best form for data.
746 dwarf::Form BestForm() const {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 198 Form = DIEInteger::BestForm(false, Integer);
210 Form = DIEInteger::BestForm(true, Integer);
314 Loc->BestForm(DD->getDwarfVersion()), Loc);
321 Die.addValue(DIEValueAllocator, Attribute, Block->BestForm(), Block);
    [all...]

Completed in 429 milliseconds