Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp107 DICompileUnit *CU = *M.debug_compile_units_begin(); in buildDebugInfoForNoopResumeDestroyFunc()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXContainerGlobals.cpp106 if (M.debug_compile_units_begin() != M.debug_compile_units_end()) in computeShaderHash()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h839 debug_compile_units_iterator debug_compile_units_begin() const { in debug_compile_units_begin() function
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp755 DICompileUnit *CU = *M->debug_compile_units_begin(); in createBPFUnreachable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1157 unsigned NumDebugCUs = std::distance(M->debug_compile_units_begin(), in beginModule()
H A DCodeViewDebug.cpp628 Node = *M->debug_compile_units_begin(); in beginModule()