Searched refs:BestForm (Results 1 – 6 of 6) sorted by relevance
| /llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | DIE.h | 175 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) { in BestForm() function 1024 dwarf::Form BestForm(unsigned DwarfVersion) const { in BestForm() function 1060 dwarf::Form BestForm() const { in BestForm() function
|
| /llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFEmitterImpl.cpp | 170 DIEInteger::BestForm(/*IsSigned*/ false, (uint64_t)CUidToIdx.size() - 1); in emitDebugNames()
|
| /llvm-project/bolt/lib/Core/ |
| H A D | DebugNames.cpp | 485 CUIndexForm = DIEInteger::BestForm(/*IsSigned*/ false, CUList.size() - 1); in populateAbbrevsMap() 486 TUIndexForm = DIEInteger::BestForm( in populateAbbrevsMap()
|
| /llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AccelTable.cpp | 683 DIEInteger::BestForm(/*IsSigned*/ false, CompUnits.size() - 1); in emitDWARF5AccelTable() 685 DIEInteger::BestForm(/*IsSigned*/ false, TypeUnits.size() - 1); in emitDWARF5AccelTable()
|
| H A D | DwarfUnit.cpp | 224 Form = DIEInteger::BestForm(false, Integer); in addUInt() 238 Form = DIEInteger::BestForm(true, Integer); in addSInt() 394 addAttribute(Die, Attribute, Loc->BestForm(DD->getDwarfVersion()), Loc); in addBlock() 406 addBlock(Die, Attribute, Block->BestForm(), Block); in addBlock()
|
| /llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.cpp | 365 dwarf::Form Form = DIEInteger::BestForm(/*IsSigned*/ false, in emitDebugNames()
|