Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h670 void addInstToCurrentSourceAtom(llvm::Instruction *KeyInstruction,
675 void addInstToSpecificSourceAtom(llvm::Instruction *KeyInstruction,
H A DCodeGenFunction.cpp3355 llvm::Instruction *KeyInstruction, llvm::Value *Backup) { in addInstToCurrentSourceAtom() argument
3357 DI->addInstToCurrentSourceAtom(KeyInstruction, Backup); in addInstToCurrentSourceAtom()
3361 llvm::Instruction *KeyInstruction, llvm::Value *Backup, uint64_t Atom) { in addInstToSpecificSourceAtom() argument
3363 DI->addInstToSpecificSourceAtom(KeyInstruction, Backup, Atom); in addInstToSpecificSourceAtom()
3366 void CodeGenFunction::addInstToNewSourceAtom(llvm::Instruction *KeyInstruction, in addInstToNewSourceAtom() argument
3370 DI->addInstToCurrentSourceAtom(KeyInstruction, Backup); in addInstToNewSourceAtom()
H A DCGDebugInfo.cpp161 void CGDebugInfo::addInstToCurrentSourceAtom(llvm::Instruction *KeyInstruction, in addInstToCurrentSourceAtom() argument
163 addInstToSpecificSourceAtom(KeyInstruction, Backup, in addInstToCurrentSourceAtom()
167 void CGDebugInfo::addInstToSpecificSourceAtom(llvm::Instruction *KeyInstruction, in addInstToSpecificSourceAtom() argument
173 llvm::DISubprogram *SP = KeyInstruction->getFunction()->getSubprogram(); in addInstToSpecificSourceAtom()
177 addInstSourceAtomMetadata(KeyInstruction, Group, /*Rank=*/1); in addInstToSpecificSourceAtom()
H A DCodeGenFunction.h1701 void addInstToCurrentSourceAtom(llvm::Instruction *KeyInstruction,
1705 void addInstToSpecificSourceAtom(llvm::Instruction *KeyInstruction,
1710 void addInstToNewSourceAtom(llvm::Instruction *KeyInstruction,