Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModule.h722 NamedMDNode *CUs; variable
734 explicit debug_compile_units_iterator(NamedMDNode *CUs, unsigned Idx) in debug_compile_units_iterator()
764 auto *CUs = getNamedMetadata("llvm.dbg.cu"); in debug_compile_units_begin() local
769 auto *CUs = getNamedMetadata("llvm.dbg.cu"); in debug_compile_units_end() local
777 auto *CUs = getNamedMetadata("llvm.dbg.cu"); in debug_compile_units() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.h59 SmallVector<std::unique_ptr<DwarfCompileUnit>, 1> CUs; variable
H A DAccelTable.cpp548 const DwarfDebug &DD, ArrayRef<std::unique_ptr<DwarfCompileUnit>> CUs) { in emitDWARF5AccelTable()
581 ArrayRef<MCSymbol *> CUs, in emitDWARF5AccelTable()
H A DCodeViewDebug.cpp800 NamedMDNode *CUs = MMI->getModule()->getNamedMetadata("llvm.dbg.cu"); in emitCompilerInformation() local
860 NamedMDNode *CUs = MMI->getModule()->getNamedMetadata("llvm.dbg.cu"); in emitBuildInfo() local
3057 NamedMDNode *CUs = MMI->getModule()->getNamedMetadata("llvm.dbg.cu"); in collectGlobalVariableInfo() local
3141 NamedMDNode *CUs = MMI->getModule()->getNamedMetadata("llvm.dbg.cu"); in emitDebugInfoForRetainedTypes() local
H A DDwarfDebug.cpp2923 std::vector<DwarfCompileUnit *> CUs; in emitDebugARanges() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp352 DWARFContext::unit_iterator_range CUs, in filterByName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp610 const auto &CUs = compile_units(); in dump() local
2013 auto CUs = compile_units(); in getCUAddrSize() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp5615 auto *CUs = M.getNamedMetadata("llvm.dbg.cu"); in verifyCompileUnits() local