Home
last modified time | relevance | path

Searched defs:DwarfVersion (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project/llvm/unittests/CodeGen/
H A DTestAsmPrinter.cpp32 TestAsmPrinter::create(const std::string &TripleStr, uint16_t DwarfVersion, in create()
50 uint16_t DwarfVersion, in init()
H A DAsmPrinterDwarfTest.cpp32 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 DDwarfExpression.h91 unsigned DwarfVersion : 4; variable
224 DwarfExpression(unsigned DwarfVersion, DwarfCompileUnit &CU) in DwarfExpression() argument
338 DebugLocDwarfExpression(unsigned DwarfVersion, BufferByteStreamer &BS, in DebugLocDwarfExpression() argument
H A DDwarfDebug.cpp306 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 DDwarfLineTableHeaders.cpp185 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 DMCTargetOptionsCommandFlags.cpp76 static cl::opt<int> DwarfVersion("dwarf-version", cl::desc("Dwarf version"), MCOPT_EXP() local
H A DMCDwarf.cpp578 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 DDWARFEmitterImpl.cpp125 emitAbbrevs(const SmallVector<std::unique_ptr<DIEAbbrev>> & Abbrevs,unsigned DwarfVersion) emitAbbrevs() argument
/llvm-project/llvm/include/llvm/MC/
H A DMCTargetOptions.h73 int DwarfVersion = 0; global() variable
H A DMCContext.h233 uint16_t DwarfVersion = 4; variable
H A DMCDwarf.h341 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 DDWARFLinkerCompileUnit.cpp127 uint64_t CompileUnit::computeNextUnitOffset(uint16_t DwarfVersion) { in computeNextUnitOffset()
H A DDWARFStreamer.cpp154 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 DDWARFLinker.cpp2584 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 DDWARFExpression.h57 enum DwarfVersion : uint8_t { enum
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp73 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 DDWARFFormValue.cpp762 doesFormBelongToClass(dwarf::Form Form,DWARFFormValue::FormClass FC,uint16_t DwarfVersion) doesFormBelongToClass() argument
H A DDWARFVerifier.cpp674 unsigned DwarfVersion = U->getVersion(); verifyDebugInfoAttribute() local
/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp429 unsigned DwarfVersion = MCOptions.DwarfVersion ? MCOptions.DwarfVersion : 4; main() local
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDwarfGenerator.cpp435 dwarfgen::Generator::create(Triple TheTriple, uint16_t DwarfVersion) { in create() argument
/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp102 unsigned DwarfVersion; global() member
/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h1024 dwarf::Form BestForm(unsigned DwarfVersion) const { in BestForm()
/llvm-project/llvm/lib/DWP/
H A DDWP.cpp32 uint16_t DwarfVersion) { in debugStrOffsetsHeaderSize()
/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp843 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 DBinaryContext.cpp1754 if (DwarfVersion >= 5) { in preprocessDebugInfo() local

12