|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/IR/DebugInfoMetadata.h 1071 : DIType(C, DISubroutineTypeKind, Storage, dwarf::DW_TAG_subroutine_type,
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp 1515 case dwarf::DW_TAG_subroutine_type:
lib/DebugInfo/DWARF/DWARFContext.cpp 985 if (BaseType.getTag() == DW_TAG_subroutine_type)
lib/DebugInfo/DWARF/DWARFDie.cpp 212 case DW_TAG_subroutine_type:
223 case DW_TAG_subroutine_type: {
lib/IR/Verifier.cpp 1013 AssertDI(N.getTag() == dwarf::DW_TAG_subroutine_type, "invalid tag", &N);
tools/dsymutil/DwarfLinker.cpp 164 case dwarf::DW_TAG_subroutine_type:
364 case dwarf::DW_TAG_subroutine_type:
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp 747 case DW_TAG_subroutine_type: {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp 268 case DW_TAG_subroutine_type:
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp 1053 case DW_TAG_subroutine_type:
tools/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp 131 case DW_TAG_subroutine_type:
310 case DW_TAG_subroutine_type:
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp 299 case DW_TAG_subroutine_type:
unittests/IR/MetadataTest.cpp 1624 EXPECT_EQ(dwarf::DW_TAG_subroutine_type, N->getTag());