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.h176 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) { in BestForm() function
1034 dwarf::Form BestForm(unsigned DwarfVersion) const { in BestForm() function
1070 dwarf::Form BestForm() const { in BestForm() function
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.cpp171 DIEInteger::BestForm(/*IsSigned*/ false, (uint64_t)CUidToIdx.size() - 1); in emitDebugNames()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp683 DIEInteger::BestForm(/*IsSigned*/ false, CompUnits.size() - 1); in emitDWARF5AccelTable()
685 DIEInteger::BestForm(/*IsSigned*/ false, TypeUnits.size() - 1); in emitDWARF5AccelTable()
H A DDwarfUnit.cpp224 Form = DIEInteger::BestForm(false, Integer); in addUInt()
274 Form = DIEInteger::BestForm(true, Integer); in addSInt()
430 addAttribute(Die, Attribute, Loc->BestForm(DD->getDwarfVersion()), Loc); in addBlock()
442 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()