Home
last modified time | relevance | path

Searched defs:CUs (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h857 auto *CUs = getNamedMetadata("llvm.dbg.cu"); in debug_compile_units() local
802 NamedMDNode *CUs; global() variable
814 debug_compile_units_iterator(NamedMDNode * CUs,unsigned Idx) debug_compile_units_iterator() argument
844 auto *CUs = getNamedMetadata("llvm.dbg.cu"); debug_compile_units_begin() local
849 auto *CUs = getNamedMetadata("llvm.dbg.cu"); debug_compile_units_end() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.h60 SmallVector<std::unique_ptr<DwarfCompileUnit>, 1> CUs; variable
H A DAccelTable.cpp683 emitDWARF5AccelTable(AsmPrinter * Asm,DWARF5AccelTable & Contents,const DwarfDebug & DD,ArrayRef<std::unique_ptr<DwarfCompileUnit>> CUs) emitDWARF5AccelTable() argument
751 emitDWARF5AccelTable(AsmPrinter * Asm,DWARF5AccelTable & Contents,ArrayRef<std::variant<MCSymbol *,uint64_t>> CUs,llvm::function_ref<std::optional<DWARF5AccelTable::UnitIndexAndEncoding> (const DWARF5AccelTableData &)> getIndexForEntry) emitDWARF5AccelTable() argument
H A DCodeViewDebug.cpp860 NamedMDNode *CUs = MMI->getModule()->getNamedMetadata("llvm.dbg.cu"); in emitCompilerInformation() local
939 NamedMDNode *CUs = MMI->getModule()->getNamedMetadata("llvm.dbg.cu"); in emitBuildInfo() local
3234 NamedMDNode *CUs = MMI->getModule()->getNamedMetadata("llvm.dbg.cu"); in collectGlobalVariableInfo() local
3332 NamedMDNode *CUs = MMI->getModule()->getNamedMetadata("llvm.dbg.cu"); in emitDebugInfoForRetainedTypes() local
H A DDwarfDebug.cpp3073 for (DwarfCompileUnit *CU : CUs) { in emitDebugARanges() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp398 filterByName(const StringSet<> & Names,DWARFContext::unit_iterator_range CUs,raw_ostream & OS,std::function<StringRef (uint64_t RegNum,bool IsEH)> GetNameForDWARFReg) filterByName() argument
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1261 const auto &CUs = compile_units(); dump() local
2472 auto CUs = compile_units(); getCUAddrSize() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp6588 auto *CUs = M.getNamedMetadata("llvm.dbg.cu"); verifyCompileUnits() local