Searched defs:CUs (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | DebugInfo.h | 130 SmallVector<DICompileUnit *, 8> CUs; member in llvm::DebugInfoFinder
|
H A D | Module.h | 703 NamedMDNode *CUs; member in llvm::Module::debug_compile_units_iterator 709 explicit debug_compile_units_iterator(NamedMDNode *CUs, unsigned Idx) in debug_compile_units_iterator() argument 739 auto *CUs = getNamedMetadata("llvm.dbg.cu"); in debug_compile_units_begin() local 744 auto *CUs = getNamedMetadata("llvm.dbg.cu"); in debug_compile_units_end() local 752 auto *CUs = getNamedMetadata("llvm.dbg.cu"); debug_compile_units() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfFile.h | 58 SmallVector<std::unique_ptr<DwarfCompileUnit>, 1> CUs; member in llvm::DwarfFile
|
H A D | AccelTable.cpp | 551 emitDWARF5AccelTable( AsmPrinter *Asm, AccelTable<DWARF5AccelTableData> &Contents, const DwarfDebug &DD, ArrayRef<std::unique_ptr<DwarfCompileUnit>> CUs) emitDWARF5AccelTable() argument 584 emitDWARF5AccelTable( AsmPrinter *Asm, AccelTable<DWARF5AccelTableStaticData> &Contents, ArrayRef<MCSymbol *> CUs, llvm::function_ref<unsigned(const DWARF5AccelTableStaticData &)> getCUIndexForEntry) emitDWARF5AccelTable() argument
|
H A D | CodeViewDebug.cpp | 769 NamedMDNode *CUs = MMI->getModule()->getNamedMetadata("llvm.dbg.cu"); in emitCompilerInformation() local 826 NamedMDNode *CUs = MMI->getModule()->getNamedMetadata("llvm.dbg.cu"); in emitBuildInfo() local 2990 NamedMDNode *CUs = MMI->getModule()->getNamedMetadata("llvm.dbg.cu"); in collectGlobalVariableInfo() local 3057 NamedMDNode *CUs = MMI->getModule()->getNamedMetadata("llvm.dbg.cu"); in emitDebugInfoForRetainedTypes() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.cpp | 1110 buildLineToUnitMap(DWARFDebugLine::SectionParser::cu_range CUs, in buildLineToUnitMap() argument 1124 SectionParser(DWARFDataExtractor &Data, const DWARFContext &C, cu_range CUs, tu_range TUs) SectionParser() argument
|
Completed in 10 milliseconds