Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXContainerGlobals.cpp85 if (M.debug_compile_units_begin() != M.debug_compile_units_end()) in computeShaderHash()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroEarly.cpp109 DICompileUnit *CU = *M.debug_compile_units_begin(); in buildDebugInfoForNoopResumeDestroyFunc()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DModule.h769 debug_compile_units_iterator debug_compile_units_begin() const { in debug_compile_units_begin() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp618 const MDNode *Node = *M->debug_compile_units_begin(); in beginModule()
H A DDwarfDebug.cpp1176 unsigned NumDebugCUs = std::distance(M->debug_compile_units_begin(), in beginModule()