Searched defs:CUs (Results 1 – 9 of 9) sorted by relevance
/llvm-project/llvm/include/llvm/IR/ |
H A D | Module.h | 815 NamedMDNode *CUs; global() variable 827 debug_compile_units_iterator(NamedMDNode * CUs,unsigned Idx) debug_compile_units_iterator() argument 857 auto *CUs = getNamedMetadata("llvm.dbg.cu"); debug_compile_units_begin() local 862 auto *CUs = getNamedMetadata("llvm.dbg.cu"); debug_compile_units_end() local 870 auto *CUs = getNamedMetadata("llvm.dbg.cu"); debug_compile_units() local [all...] |
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfFile.h | 60 SmallVector<std::unique_ptr<DwarfCompileUnit>, 1> CUs; global() variable
|
H A D | AccelTable.cpp | 645 emitDWARF5AccelTable(AsmPrinter * Asm,DWARF5AccelTable & Contents,const DwarfDebug & DD,ArrayRef<std::unique_ptr<DwarfCompileUnit>> CUs) emitDWARF5AccelTable() argument 713 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"); emitBuildInfo() local 3234 NamedMDNode *CUs = MMI->getModule()->getNamedMetadata("llvm.dbg.cu"); collectGlobalVariableInfo() local 3332 NamedMDNode *CUs = MMI->getModule()->getNamedMetadata("llvm.dbg.cu"); emitDebugInfoForRetainedTypes() local
|
H A D | DwarfDebug.cpp | 3059 std::vector<DwarfCompileUnit *> CUs; emitDebugARanges() local
|
/llvm-project/bolt/include/bolt/Core/ |
H A D | DIEBuilder.h | 81 enum class ProcessingType { DWARF4TUs, DWARF5TUs, CUs }; enumerator
|
/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | llvm-dwarfdump.cpp | 428 const StringSet<> &Names, DWARFContext::unit_iterator_range CUs, in filterByName() argument
|
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 1262 if (I == CUs.end()) in dump() local 2474 auto CUs = compile_units(); getCUAddrSize() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 6983 auto *CUs = M.getNamedMetadata("llvm.dbg.cu"); verifyCompileUnits() local
|