Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/IR/
H A DModule.h815 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 DDwarfFile.h60 SmallVector<std::unique_ptr<DwarfCompileUnit>, 1> CUs; global() variable
H A DAccelTable.cpp645 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 DCodeViewDebug.cpp860 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 DDwarfDebug.cpp3059 std::vector<DwarfCompileUnit *> CUs; emitDebugARanges() local
/llvm-project/bolt/include/bolt/Core/
H A DDIEBuilder.h81 enum class ProcessingType { DWARF4TUs, DWARF5TUs, CUs }; enumerator
/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp428 const StringSet<> &Names, DWARFContext::unit_iterator_range CUs, in filterByName() argument
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1262 if (I == CUs.end()) in dump() local
2474 auto CUs = compile_units(); getCUAddrSize() local
/llvm-project/llvm/lib/IR/
H A DVerifier.cpp6983 auto *CUs = M.getNamedMetadata("llvm.dbg.cu"); verifyCompileUnits() local