Home
last modified time | relevance | path

Searched refs:isDwarf64 (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp137 assert(!isDwarf64() && in emitDwarfSymbolReference()
171 assert(isDwarf64() || Value <= UINT32_MAX); in emitDwarfLengthOrOffset()
H A DDwarfFile.cpp75 if (SecOffset > UINT32_MAX && !Asm->isDwarf64()) in computeSizeAndOffsets()
H A DDwarfDebug.cpp384 ((Asm->TM.Options.MCOptions.Dwarf64 || MMI->getModule()->isDwarf64()) && in DwarfDebug()
3203 if (Asm->isDwarf64()) { in emitMacroHeader()
3630 assert((!Asm->isDwarf64() || (Asm->getDwarfVersion() == 3)) && in getDwarfSectionOffsetForm()
3632 return Asm->isDwarf64() ? dwarf::Form::DW_FORM_data8 in getDwarfSectionOffsetForm()
H A DAsmPrinter.cpp4349 bool AsmPrinter::isDwarf64() const { in isDwarf64() function in AsmPrinter
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h240 bool isDwarf64() const;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h920 bool isDwarf64() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp580 bool Module::isDwarf64() const { in isDwarf64() function in Module