Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h152 unsigned DwarfVersion : 4; global() variable
285 DwarfExpression(unsigned DwarfVersion,DwarfCompileUnit & CU) DwarfExpression() argument
399 DebugLocDwarfExpression(unsigned DwarfVersion,BufferByteStreamer & BS,DwarfCompileUnit & CU) DebugLocDwarfExpression() argument
H A DDwarfDebug.cpp306 static AccelTableKind computeAccelTableKind(unsigned DwarfVersion, in computeAccelTableKind() argument
369 unsigned DwarfVersion = DwarfVersionNumber ? DwarfVersionNumber 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
3206 emitMacroHeader(AsmPrinter * Asm,const DwarfDebug & DD,const DwarfCompileUnit & CU,uint16_t DwarfVersion) emitMacroHeader() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCTargetOptionsCommandFlags.cpp69 static cl::opt<int> DwarfVersion("dwarf-version", cl::desc("Dwarf version"), MCOPT_EXP() local
H A DMCDwarf.cpp572 tryGetFile(StringRef & Directory,StringRef & FileName,std::optional<MD5::MD5Result> Checksum,std::optional<StringRef> Source,uint16_t DwarfVersion,unsigned FileNumber) tryGetFile() argument
589 tryGetFile(StringRef & Directory,StringRef & FileName,std::optional<MD5::MD5Result> Checksum,std::optional<StringRef> Source,uint16_t DwarfVersion,unsigned FileNumber) tryGetFile() argument
1551 getCIEVersion(bool IsEH,unsigned DwarfVersion) getCIEVersion() argument
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.cpp125 emitAbbrevs(const SmallVector<std::unique_ptr<DIEAbbrev>> & Abbrevs,unsigned DwarfVersion) emitAbbrevs() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCTargetOptions.h65 int DwarfVersion = 0; global() variable
H A DMCDwarf.h341 uint16_t DwarfVersion, std::optional<StringRef> Source) { in getFile() argument
H A DMCContext.h231 uint16_t DwarfVersion = 4; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.cpp127 uint64_t CompileUnit::computeNextUnitOffset(uint16_t DwarfVersion) { in computeNextUnitOffset()
H A DDWARFStreamer.cpp155 void DwarfStreamer::switchToDebugInfoSection(unsigned DwarfVersion) { in switchToDebugInfoSection() argument
177 unsigned DwarfVersion) { in emitCompileUnitHeader() argument
213 unsigned DwarfVersion) { in emitAbbrevs() argument
H A DDWARFLinker.cpp2578 const uint16_t DwarfVersion = CurrentUnit->getOrigUnit().getVersion(); cloneAllCompileUnits() local
2638 unsigned DwarfVersion = CurrentUnit->getOrigUnit().getVersion(); cloneAllCompileUnits() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h57 enum DwarfVersion : uint8_t { enum
/freebsd-src/contrib/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.cpp600 unsigned DwarfVersion = U->getVersion(); verifyDebugInfoAttribute() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp442 unsigned DwarfVersion = MCOptions.DwarfVersion ? MCOptions.DwarfVersion : 4; main() local
/freebsd-src/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp97 unsigned DwarfVersion; global() member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h1024 dwarf::Form BestForm(unsigned DwarfVersion) const { in BestForm()
/freebsd-src/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp32 uint16_t DwarfVersion) { in debugStrOffsetsHeaderSize() argument
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp864 RenderDebugEnablingArgs(const ArgList & Args,ArgStringList & CmdArgs,llvm::codegenoptions::DebugInfoKind DebugInfoKind,unsigned DwarfVersion,llvm::DebuggerKind DebuggerTuning) RenderDebugEnablingArgs() argument
2621 unsigned DwarfVersion = DwarfVersionNum(Value); CollectArgsForIntegratedAssembler() local
4219 renderDwarfFormat(const Driver & D,const llvm::Triple & T,const ArgList & Args,ArgStringList & CmdArgs,unsigned DwarfVersion) renderDwarfFormat() argument
8365 const unsigned DwarfVersion = getDwarfVersion(getToolChain(), Args); ConstructJob() local
[all...]
H A DCommonArgs.cpp2086 unsigned DwarfVersion = ParseDebugDefaultVersion(TC, Args); in getDwarfVersion() local
H A DGnu.cpp972 unsigned DwarfVersion = getDwarfVersion(getToolChain(), Args); ConstructJob() local