Searched refs:InstrMetaPtr (Results 1 – 3 of 3) sorted by relevance
420 Analysis.getDirectControlFlowXRefs(*InstrMetaPtr); in TEST_F()424 XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr); in TEST_F()431 XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr); in TEST_F()437 XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr); in TEST_F()445 XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr); in TEST_F()449 XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr); in TEST_F()454 XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr); in TEST_F()458 XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr); in TEST_F()464 XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr); in TEST_F()468 XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr); in TEST_F()[all …]
283 const Instr *InstrMetaPtr = getInstruction(Graph.BaseAddress); in validateCFIProtection() local284 if (!InstrMetaPtr) in validateCFIProtection()287 const auto &InstrDesc = MII->get(InstrMetaPtr->Instruction.getOpcode()); in validateCFIProtection()288 if (!InstrDesc.mayAffectControlFlow(InstrMetaPtr->Instruction, *RegisterInfo)) in validateCFIProtection()291 if (!usesRegisterOperand(*InstrMetaPtr)) in validateCFIProtection()
216 const auto &InstrMetaPtr = Analysis.getInstruction(Address); in buildFlowGraphImpl() local217 if (!InstrMetaPtr) { in buildFlowGraphImpl()223 const auto &ChildMeta = *InstrMetaPtr; in buildFlowGraphImpl()