/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfExpression.h | 152 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 D | DwarfDebug.cpp | 306 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 D | MCTargetOptionsCommandFlags.cpp | 69 static cl::opt<int> DwarfVersion("dwarf-version", cl::desc("Dwarf version"), MCOPT_EXP() local
|
H A D | MCDwarf.cpp | 572 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 D | DWARFEmitterImpl.cpp | 125 emitAbbrevs(const SmallVector<std::unique_ptr<DIEAbbrev>> & Abbrevs,unsigned DwarfVersion) emitAbbrevs() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCTargetOptions.h | 65 int DwarfVersion = 0; global() variable
|
H A D | MCDwarf.h | 341 uint16_t DwarfVersion, std::optional<StringRef> Source) { in getFile() argument
|
H A D | MCContext.h | 231 uint16_t DwarfVersion = 4; global() variable
|
/freebsd-src/contrib/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 | 155 void DwarfStreamer::switchToDebugInfoSection(unsigned DwarfVersion) { in switchToDebugInfoSection() argument 177 unsigned DwarfVersion) { in emitCompileUnitHeader() argument 213 unsigned DwarfVersion) { in emitAbbrevs() argument
|
H A D | DWARFLinker.cpp | 2578 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 D | DWARFExpression.h | 57 enum DwarfVersion : uint8_t { enum
|
/freebsd-src/contrib/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 | 600 unsigned DwarfVersion = U->getVersion(); verifyDebugInfoAttribute() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mc/ |
H A D | llvm-mc.cpp | 442 unsigned DwarfVersion = MCOptions.DwarfVersion ? MCOptions.DwarfVersion : 4; main() local
|
/freebsd-src/contrib/llvm-project/clang/tools/driver/ |
H A D | cc1as_main.cpp | 97 unsigned DwarfVersion; global() member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 1024 dwarf::Form BestForm(unsigned DwarfVersion) const { in BestForm()
|
/freebsd-src/contrib/llvm-project/llvm/lib/DWP/ |
H A D | DWP.cpp | 32 uint16_t DwarfVersion) { in debugStrOffsetsHeaderSize() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Clang.cpp | 864 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 D | CommonArgs.cpp | 2086 unsigned DwarfVersion = ParseDebugDefaultVersion(TC, Args); in getDwarfVersion() local
|
H A D | Gnu.cpp | 972 unsigned DwarfVersion = getDwarfVersion(getToolChain(), Args); ConstructJob() local
|