Home
last modified time | relevance | path

Searched refs:debug_compile_units_begin (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModule.h769 debug_compile_units_iterator debug_compile_units_begin() const { in debug_compile_units_begin() function
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp620 const MDNode *Node = *M->debug_compile_units_begin(); in beginModule()
H A DDwarfDebug.cpp1150 unsigned NumDebugCUs = std::distance(M->debug_compile_units_begin(), in beginModule()