Home
last modified time | relevance | path

Searched refs:incNextDILocationAtomGroup (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h350 LLVM_ABI uint64_t incNextDILocationAtomGroup();
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp385 uint64_t LLVMContext::incNextDILocationAtomGroup() { in incNextDILocationAtomGroup() function in LLVMContext
H A DDebugInfoMetadata.cpp390 Group = C.incNextDILocationAtomGroup(); in getMergedLocation()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp58 uint64_t NewGroup = DL->getContext().incNextDILocationAtomGroup(); in mapAtomInstance()