/aosp_15_r20/external/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 117 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 D | DIE.h | 170 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 D | DIE.h | 170 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/ |
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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
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
|
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 196 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 D | DwarfUnit.cpp | 235 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 D | AccelTable.cpp | 417 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 D | DwarfUnit.cpp | 223 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 D | AccelTable.cpp | 411 dwarf::Form Form = DIEInteger::BestForm(/*IsSigned*/ false, LargestCUIndex); in getUniformAttributes()
|