Home
last modified time | relevance | path

Searched refs:CUs (Results 1 – 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDModule.h703 NamedMDNode *CUs; variable
709 explicit debug_compile_units_iterator(NamedMDNode *CUs, unsigned Idx) in debug_compile_units_iterator() argument
710 : CUs(CUs), Idx(Idx) { in debug_compile_units_iterator()
739 auto *CUs = getNamedMetadata("llvm.dbg.cu"); in debug_compile_units_begin() local
740 return debug_compile_units_iterator(CUs, 0); in debug_compile_units_begin()
744 auto *CUs = getNamedMetadata("llvm.dbg.cu"); in debug_compile_units_end() local
745 return debug_compile_units_iterator(CUs, CUs ? CUs->getNumOperands() : 0); in debug_compile_units_end()
752 auto *CUs = getNamedMetadata("llvm.dbg.cu"); in debug_compile_units() local
754 debug_compile_units_iterator(CUs, 0), in debug_compile_units()
755 debug_compile_units_iterator(CUs, CUs ? CUs->getNumOperands() : 0)); in debug_compile_units()
HDDebugInfo.h104 return make_range(CUs.begin(), CUs.end()); in compile_units()
123 unsigned compile_unit_count() const { return CUs.size(); } in compile_unit_count()
130 SmallVector<DICompileUnit *, 8> CUs;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfFile.cpp27 CUs.push_back(std::move(U)); in addUnit()
33 for (const auto &TheU : CUs) in emitUnits()
66 for (const auto &TheU : CUs) { in computeSizeAndOffsets()
HDDwarfFile.h58 SmallVector<std::unique_ptr<DwarfCompileUnit>, 1> CUs; variable
101 return CUs; in getUnits()
HDAccelTable.cpp553 const DwarfDebug &DD, ArrayRef<std::unique_ptr<DwarfCompileUnit>> CUs) { in emitDWARF5AccelTable() argument
555 SmallVector<unsigned, 1> CUIndex(CUs.size()); in emitDWARF5AccelTable()
557 for (const auto &CU : enumerate(CUs)) { in emitDWARF5AccelTable()
586 ArrayRef<MCSymbol *> CUs, in emitDWARF5AccelTable() argument
590 Dwarf5AccelTableWriter<DWARF5AccelTableStaticData>(Asm, Contents, CUs, in emitDWARF5AccelTable()
HDCodeViewDebug.cpp769 NamedMDNode *CUs = MMI->getModule()->getNamedMetadata("llvm.dbg.cu"); in emitCompilerInformation() local
770 const MDNode *Node = *CUs->operands().begin(); in emitCompilerInformation()
826 NamedMDNode *CUs = MMI->getModule()->getNamedMetadata("llvm.dbg.cu"); in emitBuildInfo() local
827 const MDNode *Node = *CUs->operands().begin(); // FIXME: Multiple CUs. in emitBuildInfo()
2990 NamedMDNode *CUs = MMI->getModule()->getNamedMetadata("llvm.dbg.cu"); in collectGlobalVariableInfo() local
2991 for (const MDNode *Node : CUs->operands()) { in collectGlobalVariableInfo()
3057 NamedMDNode *CUs = MMI->getModule()->getNamedMetadata("llvm.dbg.cu"); in emitDebugInfoForRetainedTypes() local
3058 for (const MDNode *Node : CUs->operands()) { in emitDebugInfoForRetainedTypes()
HDDwarfDebug.cpp2632 std::vector<DwarfCompileUnit *> CUs; in emitDebugARanges() local
2635 CUs.push_back(CU); in emitDebugARanges()
2639 llvm::sort(CUs, [](const DwarfCompileUnit *A, const DwarfCompileUnit *B) { in emitDebugARanges()
2644 for (DwarfCompileUnit *CU : CUs) { in emitDebugARanges()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDModule.cpp372 return cast<DICompileUnit>(CUs->getOperand(Idx)); in operator *()
375 return cast<DICompileUnit>(CUs->getOperand(Idx)); in operator ->()
379 while (CUs && (Idx < CUs->getNumOperands()) && in SkipNoDebugCUs()
HDDebugInfo.cpp54 CUs.clear(); in reset()
245 CUs.push_back(CU); in addCompileUnit()
HDVerifier.cpp5061 auto *CUs = M.getNamedMetadata("llvm.dbg.cu"); in verifyCompileUnits() local
5063 if (CUs) in verifyCompileUnits()
5064 Listed.insert(CUs->op_begin(), CUs->op_end()); in verifyCompileUnits()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDAccelTable.h311 ArrayRef<std::unique_ptr<DwarfCompileUnit>> CUs);
315 ArrayRef<MCSymbol *> CUs,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFDebugLine.cpp1110 buildLineToUnitMap(DWARFDebugLine::SectionParser::cu_range CUs, in buildLineToUnitMap() argument
1113 for (const auto &CU : CUs) in buildLineToUnitMap()
1126 cu_range CUs, tu_range TUs) in SectionParser() argument
1128 LineToUnit = buildLineToUnitMap(CUs, TUs); in SectionParser()
HDDWARFContext.cpp566 const auto &CUs = compile_units(); in dump() local
567 auto I = CUs.begin(); in dump()
568 if (I == CUs.end()) in dump()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
HDllvm-dwarfdump.cpp313 DWARFContext::unit_iterator_range CUs, in filterByName() argument
315 for (const auto &CU : CUs) in filterByName()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFDebugLine.h323 SectionParser(DWARFDataExtractor &Data, const DWARFContext &C, cu_range CUs,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDBuiltinsHexagon.def22 BUILTIN(__builtin_brev_lduh, "v*Us*CUs*iC", "")
/freebsd-11-stable/contrib/gcc/
HDChangeLog-200010322 secondary CUs.
10324 secondary CUs.