Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h815 NamedMDNode *CUs; variable
827 explicit debug_compile_units_iterator(NamedMDNode *CUs, unsigned Idx) in debug_compile_units_iterator()
857 auto *CUs = getNamedMetadata("llvm.dbg.cu"); in debug_compile_units_begin() local
862 auto *CUs = getNamedMetadata("llvm.dbg.cu"); in debug_compile_units_end() local
870 auto *CUs = getNamedMetadata("llvm.dbg.cu"); in debug_compile_units() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.h60 SmallVector<std::unique_ptr<DwarfCompileUnit>, 1> CUs; variable
H A DAccelTable.cpp645 ArrayRef<std::unique_ptr<DwarfCompileUnit>> CUs) { in emitDWARF5AccelTable()
713 ArrayRef<std::variant<MCSymbol *, uint64_t>> CUs, in emitDWARF5AccelTable()
H A DCodeViewDebug.cpp856 NamedMDNode *CUs = MMI->getModule()->getNamedMetadata("llvm.dbg.cu"); emitCompilerInformation() local
935 NamedMDNode *CUs = MMI->getModule()->getNamedMetadata("llvm.dbg.cu"); emitBuildInfo() local
3212 NamedMDNode *CUs = MMI->getModule()->getNamedMetadata("llvm.dbg.cu"); collectGlobalVariableInfo() local
3310 NamedMDNode *CUs = MMI->getModule()->getNamedMetadata("llvm.dbg.cu"); emitDebugInfoForRetainedTypes() local
H A DDwarfDebug.cpp3061 std::vector<DwarfCompileUnit *> CUs; in emitDebugARanges() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp428 const StringSet<> &Names, DWARFContext::unit_iterator_range CUs, in filterByName()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1262 const auto &CUs = compile_units(); in dump() local
2474 auto CUs = compile_units(); in getCUAddrSize() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp7002 auto *CUs = M.getNamedMetadata("llvm.dbg.cu"); in verifyCompileUnits() local