Searched refs:BestForm (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/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
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFEmitterImpl.cpp | 170 DIEInteger::BestForm(/*IsSigned*/ false, (uint64_t)CUidToIdx.size() - 1); in emitDebugNames()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AccelTable.cpp | 684 DIEInteger::BestForm(/*IsSigned*/ false, CompUnits.size() - 1); in emitDWARF5AccelTable() 686 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()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFStreamer.cpp | 365 dwarf::Form Form = DIEInteger::BestForm(/*IsSigned*/ false, in emitDebugNames()
|