• Home
  • Raw
  • Download

Lines Matching refs:Instr

39 using Instr = llvm::cfi_verify::FileAnalysis::Instr;  typedef
121 const Instr *
122 FileAnalysis::getPrevInstructionSequential(const Instr &InstrMeta) const { in getPrevInstructionSequential()
123 std::map<uint64_t, Instr>::const_iterator KV = in getPrevInstructionSequential()
134 const Instr *
135 FileAnalysis::getNextInstructionSequential(const Instr &InstrMeta) const { in getNextInstructionSequential()
136 std::map<uint64_t, Instr>::const_iterator KV = in getNextInstructionSequential()
147 bool FileAnalysis::usesRegisterOperand(const Instr &InstrMeta) const { in usesRegisterOperand()
155 const Instr *FileAnalysis::getInstruction(uint64_t Address) const { in getInstruction()
163 const Instr &FileAnalysis::getInstructionOrDie(uint64_t Address) const { in getInstructionOrDie()
169 bool FileAnalysis::isCFITrap(const Instr &InstrMeta) const { in isCFITrap()
174 bool FileAnalysis::willTrapOnCFIViolation(const Instr &InstrMeta) const { in willTrapOnCFIViolation()
185 bool FileAnalysis::canFallThrough(const Instr &InstrMeta) const { in canFallThrough()
199 const Instr *
200 FileAnalysis::getDefiniteNextInstruction(const Instr &InstrMeta) const { in getDefiniteNextInstruction()
208 const Instr *NextMetaPtr; in getDefiniteNextInstruction()
230 std::set<const Instr *>
231 FileAnalysis::getDirectControlFlowXRefs(const Instr &InstrMeta) const { in getDirectControlFlowXRefs()
232 std::set<const Instr *> CFCrossReferences; in getDirectControlFlowXRefs()
233 const Instr *PrevInstruction = getPrevInstructionSequential(InstrMeta); in getDirectControlFlowXRefs()
283 const Instr *InstrMetaPtr = getInstruction(Graph.BaseAddress); in validateCFIProtection()
312 const Instr &IndirectCF = getInstructionOrDie(Graph.BaseAddress); in indirectCFOperandClobber()
338 const Instr &NodeInstr = getInstructionOrDie(Node); in indirectCFOperandClobber()
366 void FileAnalysis::printInstruction(const Instr &InstrMeta, in printInstruction()
476 Instr InstrMeta; in parseSectionContents()
537 void FileAnalysis::addInstruction(const Instr &Instruction) { in addInstruction()