Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/DirectX/
HDDXContainerGlobals.cpp96 if (M.debug_compile_units_begin() != M.debug_compile_units_end()) in computeShaderHash()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
HDCoroEarly.cpp109 DICompileUnit *CU = *M.debug_compile_units_begin(); in buildDebugInfoForNoopResumeDestroyFunc()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDModule.h856 debug_compile_units_iterator debug_compile_units_begin() const { in debug_compile_units_begin() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.cpp1151 unsigned NumDebugCUs = std::distance(M->debug_compile_units_begin(), in beginModule()
HDCodeViewDebug.cpp625 const MDNode *Node = *M->debug_compile_units_begin(); in beginModule()