Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DDIE.h117 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) { in BestForm() function
693 dwarf::Form BestForm(unsigned DwarfVersion) const { in BestForm() function
727 dwarf::Form BestForm() const { in BestForm() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DDIE.h170 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) { in BestForm() function
944 dwarf::Form BestForm(unsigned DwarfVersion) const { in BestForm() function
980 dwarf::Form BestForm() const { in BestForm() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DDIE.h170 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) { in BestForm() function
915 dwarf::Form BestForm(unsigned DwarfVersion) const { in BestForm() function
949 dwarf::Form BestForm() const { in BestForm() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
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
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp196 Form = DIEInteger::BestForm(false, Integer); in addUInt()
208 Form = DIEInteger::BestForm(true, Integer); in addSInt()
312 Loc->BestForm(DD->getDwarfVersion()), Loc); in addBlock()
319 Die.addValue(DIEValueAllocator, Attribute, Block->BestForm(), Block); in addBlock()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp235 Form = DIEInteger::BestForm(false, Integer); in addUInt()
249 Form = DIEInteger::BestForm(true, Integer); in addSInt()
406 Loc->BestForm(DD->getDwarfVersion()), Loc); in addBlock()
413 Die.addValue(DIEValueAllocator, Attribute, Block->BestForm(), Block); in addBlock()
H A DAccelTable.cpp417 dwarf::Form Form = DIEInteger::BestForm(/*IsSigned*/ false, LargestCUIndex); in getUniformAttributes()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
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()
H A DAccelTable.cpp411 dwarf::Form Form = DIEInteger::BestForm(/*IsSigned*/ false, LargestCUIndex); in getUniformAttributes()