Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.cpp169 DIEInteger::BestForm(/*IsSigned*/ false, (uint64_t)CUidToIdx.size() - 1); in emitDebugNames()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp722 DIEInteger::BestForm(/*IsSigned*/ false, CompUnits.size() - 1); in emitDWARF5AccelTable()
724 DIEInteger::BestForm(/*IsSigned*/ false, TypeUnits.size() - 1); in emitDWARF5AccelTable()
H A DDwarfUnit.cpp223 Form = DIEInteger::BestForm(false, Integer); in addUInt()
237 Form = DIEInteger::BestForm(true, Integer); in addSInt()
393 addAttribute(Die, Attribute, Loc->BestForm(DD->getDwarfVersion()), Loc); in addBlock()
405 addBlock(Die, Attribute, Block->BestForm(), Block); in addBlock()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp365 dwarf::Form Form = DIEInteger::BestForm(/*IsSigned*/ false, in emitDebugNames()