Home
last modified time | relevance | path

Searched refs:BestForm (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h175 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 DDWARFEmitterImpl.cpp170 DIEInteger::BestForm(/*IsSigned*/ false, (uint64_t)CUidToIdx.size() - 1); in emitDebugNames()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp684 DIEInteger::BestForm(/*IsSigned*/ false, CompUnits.size() - 1); in emitDWARF5AccelTable()
686 DIEInteger::BestForm(/*IsSigned*/ false, TypeUnits.size() - 1); in emitDWARF5AccelTable()
H A DDwarfUnit.cpp224 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 DDWARFStreamer.cpp365 dwarf::Form Form = DIEInteger::BestForm(/*IsSigned*/ false, in emitDebugNames()