| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | Module.h | 703 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()
|
| HD | DebugInfo.h | 104 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/ |
| HD | DwarfFile.cpp | 27 CUs.push_back(std::move(U)); in addUnit() 33 for (const auto &TheU : CUs) in emitUnits() 66 for (const auto &TheU : CUs) { in computeSizeAndOffsets()
|
| HD | DwarfFile.h | 58 SmallVector<std::unique_ptr<DwarfCompileUnit>, 1> CUs; variable 101 return CUs; in getUnits()
|
| HD | AccelTable.cpp | 553 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()
|
| HD | CodeViewDebug.cpp | 769 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()
|
| HD | DwarfDebug.cpp | 2632 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/ |
| HD | Module.cpp | 372 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()
|
| HD | DebugInfo.cpp | 54 CUs.clear(); in reset() 245 CUs.push_back(CU); in addCompileUnit()
|
| HD | Verifier.cpp | 5061 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/ |
| HD | AccelTable.h | 311 ArrayRef<std::unique_ptr<DwarfCompileUnit>> CUs); 315 ArrayRef<MCSymbol *> CUs,
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| HD | DWARFDebugLine.cpp | 1110 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()
|
| HD | DWARFContext.cpp | 566 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/ |
| HD | llvm-dwarfdump.cpp | 313 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/ |
| HD | DWARFDebugLine.h | 323 SectionParser(DWARFDataExtractor &Data, const DWARFContext &C, cu_range CUs,
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | BuiltinsHexagon.def | 22 BUILTIN(__builtin_brev_lduh, "v*Us*CUs*iC", "")
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | ChangeLog-2000 | 10322 secondary CUs. 10324 secondary CUs.
|