Home
last modified time | relevance | path

Searched refs:InstrMetaPtr (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/tools/llvm-cfi-verify/
H A DFileAnalysis.cpp420 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 …]
/llvm-project-15.0.7/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.cpp283 const Instr *InstrMetaPtr = getInstruction(Graph.BaseAddress); in validateCFIProtection() local
284 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()
H A DGraphBuilder.cpp216 const auto &InstrMetaPtr = Analysis.getInstruction(Address); in buildFlowGraphImpl() local
217 if (!InstrMetaPtr) { in buildFlowGraphImpl()
223 const auto &ChildMeta = *InstrMetaPtr; in buildFlowGraphImpl()