Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DModule.h728 NamedMDNode *CUs; variable
740 explicit debug_compile_units_iterator(NamedMDNode *CUs, unsigned Idx) in debug_compile_units_iterator() argument
741 : CUs(CUs), Idx(Idx) { in debug_compile_units_iterator()
770 auto *CUs = getNamedMetadata("llvm.dbg.cu"); in debug_compile_units_begin() local
771 return debug_compile_units_iterator(CUs, 0); in debug_compile_units_begin()
775 auto *CUs = getNamedMetadata("llvm.dbg.cu"); in debug_compile_units_end() local
776 return debug_compile_units_iterator(CUs, CUs ? CUs->getNumOperands() : 0); in debug_compile_units_end()
783 auto *CUs = getNamedMetadata("llvm.dbg.cu"); in debug_compile_units() local
785 debug_compile_units_iterator(CUs, 0), in debug_compile_units()
786 debug_compile_units_iterator(CUs, CUs ? CUs->getNumOperands() : 0)); in debug_compile_units()
DDebugInfo.h136 return make_range(CUs.begin(), CUs.end()); in compile_units()
155 unsigned compile_unit_count() const { return CUs.size(); } in compile_unit_count()
162 SmallVector<DICompileUnit *, 8> CUs;
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDwarfFile.cpp24 CUs.push_back(std::move(U)); in addUnit()
30 for (const auto &TheU : CUs) in emitUnits()
63 for (const auto &TheU : CUs) { in computeSizeAndOffsets()
DDwarfFile.h59 SmallVector<std::unique_ptr<DwarfCompileUnit>, 1> CUs; variable
102 return CUs; in getUnits()
DAccelTable.cpp547 const DwarfDebug &DD, ArrayRef<std::unique_ptr<DwarfCompileUnit>> CUs) { in emitDWARF5AccelTable() argument
549 SmallVector<unsigned, 1> CUIndex(CUs.size()); in emitDWARF5AccelTable()
551 for (const auto &CU : enumerate(CUs)) { in emitDWARF5AccelTable()
580 ArrayRef<MCSymbol *> CUs, in emitDWARF5AccelTable() argument
584 Dwarf5AccelTableWriter<DWARF5AccelTableStaticData>(Asm, Contents, CUs, in emitDWARF5AccelTable()
DCodeViewDebug.cpp854 NamedMDNode *CUs = MMI->getModule()->getNamedMetadata("llvm.dbg.cu"); in emitCompilerInformation() local
855 const MDNode *Node = *CUs->operands().begin(); in emitCompilerInformation()
933 NamedMDNode *CUs = MMI->getModule()->getNamedMetadata("llvm.dbg.cu"); in emitBuildInfo() local
934 const MDNode *Node = *CUs->operands().begin(); // FIXME: Multiple CUs. in emitBuildInfo()
3197 NamedMDNode *CUs = MMI->getModule()->getNamedMetadata("llvm.dbg.cu"); in collectGlobalVariableInfo() local
3198 for (const MDNode *Node : CUs->operands()) { in collectGlobalVariableInfo()
3295 NamedMDNode *CUs = MMI->getModule()->getNamedMetadata("llvm.dbg.cu"); in emitDebugInfoForRetainedTypes() local
3296 for (const MDNode *Node : CUs->operands()) { in emitDebugInfoForRetainedTypes()
DDwarfDebug.cpp3029 std::vector<DwarfCompileUnit *> CUs; in emitDebugARanges() local
3032 CUs.push_back(CU); in emitDebugARanges()
3036 llvm::sort(CUs, [](const DwarfCompileUnit *A, const DwarfCompileUnit *B) { in emitDebugARanges()
3041 for (DwarfCompileUnit *CU : CUs) { in emitDebugARanges()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DModule.cpp401 return cast<DICompileUnit>(CUs->getOperand(Idx)); in operator *()
404 return cast<DICompileUnit>(CUs->getOperand(Idx)); in operator ->()
408 while (CUs && (Idx < CUs->getNumOperands()) && in SkipNoDebugCUs()
DDebugInfo.cpp155 CUs.clear(); in reset()
329 CUs.push_back(CU); in addCompileUnit()
DVerifier.cpp6227 auto *CUs = M.getNamedMetadata("llvm.dbg.cu"); in verifyCompileUnits() local
6229 if (CUs) in verifyCompileUnits()
6230 Listed.insert(CUs->op_begin(), CUs->op_end()); in verifyCompileUnits()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DAccelTable.h310 ArrayRef<std::unique_ptr<DwarfCompileUnit>> CUs);
314 ArrayRef<MCSymbol *> CUs,
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp614 const auto &CUs = compile_units(); in dump() local
615 auto I = CUs.begin(); in dump()
616 if (I == CUs.end()) in dump()
2096 auto CUs = compile_units(); in getCUAddrSize() local
2097 return CUs.empty() ? 0 : (*CUs.begin())->getAddressByteSize(); in getCUAddrSize()
/openbsd/src/gnu/llvm/lldb/docs/use/
Dextensions.rst39 external dependencies, Clang emits skeleton CUs into each object file
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DBuiltinsHexagon.def69 TARGET_BUILTIN(__builtin_brev_lduh, "v*Us*CUs*iC", "", V5)
/openbsd/src/gnu/llvm/llvm/tools/llvm-dwarfdump/
Dllvm-dwarfdump.cpp383 const StringSet<> &Names, DWARFContext::unit_iterator_range CUs, in filterByName() argument
386 for (const auto &CU : CUs) in filterByName()
/openbsd/src/gnu/llvm/llvm/tools/llvm-symbolizer/
DOpts.td38 defm dwp : Eq<"dwp", "Path to DWP file to be use for any split CUs">, MetaVarName<"<file>">;
/openbsd/src/gnu/llvm/llvm/docs/
DAMDGPUUsage.rst552 launched in different CUs.
4538 launched in different CUs. The waves
5193 different CUs.
5195 on a group of CUs. The scalar and vector L1 caches are not coherent. However,
5198 * The vector and scalar memory operations use an L2 cache shared by all CUs on
5204 work-groups (which may be executing on different CUs) of an agent can be
5206 ensure synchronization between vector memory operations of different CUs. It
6431 when the wavefronts may be executed by different SIMDs in different CUs.
6434 is allocated as wavefronts of the same work-group can be in different CUs.
6460 different CUs and so a ``buffer_wbinvl1_vol`` is required as described in
[all …]
/openbsd/src/gnu/llvm/llvm/docs/CommandGuide/
Dllvm-symbolizer.rst247 Use the specified DWP file at ``<path>`` for any CUs that have split DWARF
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.410316 secondary CUs.
10318 secondary CUs.