Searched refs:addInstToSpecificSourceAtom (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 675 void addInstToSpecificSourceAtom(llvm::Instruction *KeyInstruction,
|
| H A D | CodeGenFunction.cpp | 3360 void CodeGenFunction::addInstToSpecificSourceAtom( in addInstToSpecificSourceAtom() function in CodeGenFunction 3363 DI->addInstToSpecificSourceAtom(KeyInstruction, Backup, Atom); in addInstToSpecificSourceAtom()
|
| H A D | CGCall.cpp | 3958 addInstToSpecificSourceAtom(I, nullptr, RetKeyInstructionsSourceAtom); in EmitFunctionEpilog() 4143 addInstToSpecificSourceAtom(Ret, Backup, RetKeyInstructionsSourceAtom); in EmitFunctionEpilog()
|
| H A D | CGDebugInfo.cpp | 163 addInstToSpecificSourceAtom(KeyInstruction, Backup, in addInstToCurrentSourceAtom() 167 void CGDebugInfo::addInstToSpecificSourceAtom(llvm::Instruction *KeyInstruction, in addInstToSpecificSourceAtom() function in CGDebugInfo
|
| H A D | CodeGenFunction.h | 1705 void addInstToSpecificSourceAtom(llvm::Instruction *KeyInstruction,
|