Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h675 void addInstToSpecificSourceAtom(llvm::Instruction *KeyInstruction,
H A DCodeGenFunction.cpp3360 void CodeGenFunction::addInstToSpecificSourceAtom( in addInstToSpecificSourceAtom() function in CodeGenFunction
3363 DI->addInstToSpecificSourceAtom(KeyInstruction, Backup, Atom); in addInstToSpecificSourceAtom()
H A DCGCall.cpp3958 addInstToSpecificSourceAtom(I, nullptr, RetKeyInstructionsSourceAtom); in EmitFunctionEpilog()
4143 addInstToSpecificSourceAtom(Ret, Backup, RetKeyInstructionsSourceAtom); in EmitFunctionEpilog()
H A DCGDebugInfo.cpp163 addInstToSpecificSourceAtom(KeyInstruction, Backup, in addInstToCurrentSourceAtom()
167 void CGDebugInfo::addInstToSpecificSourceAtom(llvm::Instruction *KeyInstruction, in addInstToSpecificSourceAtom() function in CGDebugInfo
H A DCodeGenFunction.h1705 void addInstToSpecificSourceAtom(llvm::Instruction *KeyInstruction,