Searched defs:CUs (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Module.h | 857 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 D | DwarfFile.h | 60 SmallVector<std::unique_ptr<DwarfCompileUnit>, 1> CUs; variable
|
H A D | AccelTable.cpp | 683 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 D | CodeViewDebug.cpp | 860 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 D | DwarfDebug.cpp | 3073 for (DwarfCompileUnit *CU : CUs) { in emitDebugARanges() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | llvm-dwarfdump.cpp | 398 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 D | DWARFContext.cpp | 1261 const auto &CUs = compile_units(); dump() local 2472 auto CUs = compile_units(); getCUAddrSize() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 6588 auto *CUs = M.getNamedMetadata("llvm.dbg.cu"); verifyCompileUnits() local
|