/llvm-project/llvm/unittests/CodeGen/ |
H A D | TestAsmPrinter.cpp | 32 TestAsmPrinter::create(const std::string &TripleStr, uint16_t DwarfVersion, in create() 50 uint16_t DwarfVersion, in init()
|
H A D | AsmPrinterDwarfTest.cpp | 32 void setupTestPrinter(const std::string &TripleStr, unsigned DwarfVersion, in setupTestPrinter() argument 41 bool init(const std::string &TripleStr, unsigned DwarfVersion, in init() argument 52 bool init(const std::string &TripleStr, unsigned DwarfVersion, in init() argument 140 init(const std::string & TripleStr,unsigned DwarfVersion,dwarf::DwarfFormat DwarfFormat) init() argument 204 init(const std::string & TripleStr,unsigned DwarfVersion,dwarf::DwarfFormat DwarfFormat) init() argument 330 init(const std::string & TripleStr,unsigned DwarfVersion,dwarf::DwarfFormat DwarfFormat) init() argument 394 init(const std::string & TripleStr,unsigned DwarfVersion,dwarf::DwarfFormat DwarfFormat) init() argument 444 init(const std::string & TripleStr,unsigned DwarfVersion,dwarf::DwarfFormat DwarfFormat) init() argument [all...] |
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.h | 91 unsigned DwarfVersion : 4; variable 224 DwarfExpression(unsigned DwarfVersion, DwarfCompileUnit &CU) in DwarfExpression() argument 338 DebugLocDwarfExpression(unsigned DwarfVersion, BufferByteStreamer &BS, in DebugLocDwarfExpression() argument
|
H A D | DwarfDebug.cpp | 306 static AccelTableKind computeAccelTableKind(unsigned DwarfVersion, in computeAccelTableKind() argument 369 unsigned DwarfVersionNumber = Asm->TM.Options.MCOptions.DwarfVersion; in DwarfDebug() local 2171 recordSourceLine(AsmPrinter & Asm,unsigned Line,unsigned Col,const MDNode * S,unsigned Flags,unsigned CUID,uint16_t DwarfVersion,ArrayRef<std::unique_ptr<DwarfCompileUnit>> DCUs) recordSourceLine() argument 3192 emitMacroHeader(AsmPrinter * Asm,const DwarfDebug & DD,const DwarfCompileUnit & CU,uint16_t DwarfVersion) emitMacroHeader() argument [all...] |
/llvm-project/llvm/unittests/MC/ |
H A D | DwarfLineTableHeaders.cpp | 185 readAndCheckDebugContents(StringRef ObjFileData,ArrayRef<uint8_t> Expected,uint8_t DwarfVersion) readAndCheckDebugContents() argument 208 constexpr uint8_t DwarfVersion = 4; TEST_F() local 232 constexpr uint8_t DwarfVersion = 5; TEST_F() local [all...] |
/llvm-project/llvm/lib/MC/ |
H A D | MCTargetOptionsCommandFlags.cpp | 76 static cl::opt<int> DwarfVersion("dwarf-version", cl::desc("Dwarf version"), MCOPT_EXP() local
|
H A D | MCDwarf.cpp | 578 tryGetFile(StringRef & Directory,StringRef & FileName,std::optional<MD5::MD5Result> Checksum,std::optional<StringRef> Source,uint16_t DwarfVersion,unsigned FileNumber) tryGetFile() argument 595 tryGetFile(StringRef & Directory,StringRef & FileName,std::optional<MD5::MD5Result> Checksum,std::optional<StringRef> Source,uint16_t DwarfVersion,unsigned FileNumber) tryGetFile() argument 1560 getCIEVersion(bool IsEH,unsigned DwarfVersion) getCIEVersion() argument
|
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFEmitterImpl.cpp | 125 emitAbbrevs(const SmallVector<std::unique_ptr<DIEAbbrev>> & Abbrevs,unsigned DwarfVersion) emitAbbrevs() argument
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCTargetOptions.h | 73 int DwarfVersion = 0; global() variable
|
H A D | MCContext.h | 233 uint16_t DwarfVersion = 4; variable
|
H A D | MCDwarf.h | 341 getFile(StringRef Directory,StringRef FileName,std::optional<MD5::MD5Result> Checksum,uint16_t DwarfVersion,std::optional<StringRef> Source) getFile() argument
|
/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinkerCompileUnit.cpp | 127 uint64_t CompileUnit::computeNextUnitOffset(uint16_t DwarfVersion) { in computeNextUnitOffset()
|
H A D | DWARFStreamer.cpp | 154 switchToDebugInfoSection(unsigned DwarfVersion) switchToDebugInfoSection() argument 176 emitCompileUnitHeader(CompileUnit & Unit,unsigned DwarfVersion) emitCompileUnitHeader() argument 212 emitAbbrevs(const std::vector<std::unique_ptr<DIEAbbrev>> & Abbrevs,unsigned DwarfVersion) emitAbbrevs() argument
|
H A D | DWARFLinker.cpp | 2584 const uint16_t DwarfVersion = CurrentUnit->getOrigUnit().getVersion(); cloneAllCompileUnits() local 2644 unsigned DwarfVersion = CurrentUnit->getOrigUnit().getVersion(); cloneAllCompileUnits() local [all...] |
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFExpression.h | 57 enum DwarfVersion : uint8_t { enum
|
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.cpp | 73 uint16_t DwarfVersion = getVersion(); in hasFileAtIndex() local 85 uint16_t DwarfVersion = getVersion(); in getLastValidFileIndex() local 96 uint16_t DwarfVersion = getVersion(); in getFileNameEntry() local
|
H A D | DWARFFormValue.cpp | 762 doesFormBelongToClass(dwarf::Form Form,DWARFFormValue::FormClass FC,uint16_t DwarfVersion) doesFormBelongToClass() argument
|
H A D | DWARFVerifier.cpp | 674 unsigned DwarfVersion = U->getVersion(); verifyDebugInfoAttribute() local
|
/llvm-project/llvm/tools/llvm-mc/ |
H A D | llvm-mc.cpp | 429 unsigned DwarfVersion = MCOptions.DwarfVersion ? MCOptions.DwarfVersion : 4; main() local
|
/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
H A D | DwarfGenerator.cpp | 435 dwarfgen::Generator::create(Triple TheTriple, uint16_t DwarfVersion) { in create() argument
|
/llvm-project/clang/tools/driver/ |
H A D | cc1as_main.cpp | 102 unsigned DwarfVersion; global() member
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 1024 dwarf::Form BestForm(unsigned DwarfVersion) const { in BestForm()
|
/llvm-project/llvm/lib/DWP/ |
H A D | DWP.cpp | 32 uint16_t DwarfVersion) { in debugStrOffsetsHeaderSize()
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Clang.cpp | 843 RenderDebugEnablingArgs(const ArgList & Args,ArgStringList & CmdArgs,llvm::codegenoptions::DebugInfoKind DebugInfoKind,unsigned DwarfVersion,llvm::DebuggerKind DebuggerTuning) RenderDebugEnablingArgs() argument 2648 unsigned DwarfVersion = DwarfVersionNum(Value); CollectArgsForIntegratedAssembler() local 4340 renderDwarfFormat(const Driver & D,const llvm::Triple & T,const ArgList & Args,ArgStringList & CmdArgs,unsigned DwarfVersion) renderDwarfFormat() argument 8502 const unsigned DwarfVersion = getDwarfVersion(getToolChain(), Args); ConstructJob() local [all...] |
/llvm-project/bolt/lib/Core/ |
H A D | BinaryContext.cpp | 1754 if (DwarfVersion >= 5) { in preprocessDebugInfo() local
|