Home
last modified time | relevance | path

Searched refs:MethodInfoType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DIndirectCallPromotion.h100 using MethodInfoType = std::pair<std::vector<std::pair<MCSymbol *, uint64_t>>, variable
199 MethodInfoType maybeGetVtableSyms(BinaryBasicBlock &BB, MCInst &Inst,
/llvm-project-15.0.7/bolt/lib/Passes/
H A DIndirectCallPromotion.cpp633 IndirectCallPromotion::MethodInfoType IndirectCallPromotion::maybeGetVtableSyms( in maybeGetVtableSyms()
647 return MethodInfoType(); in maybeGetVtableSyms()
656 return MethodInfoType(); in maybeGetVtableSyms()
679 return MethodInfoType(); in maybeGetVtableSyms()
729 return MethodInfoType(); in maybeGetVtableSyms()
738 return MethodInfoType(); in maybeGetVtableSyms()
742 return MethodInfoType(VtableSyms, MethodFetchInsns); in maybeGetVtableSyms()
1341 MethodInfoType MethodInfo; in runOnFunctions()