Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h145 using CallSitesType = SmallVector<CallSite, 0>; variable
506 CallSitesType CallSites;
507 CallSitesType ColdCallSites;
1426 const CallSitesType &getCallSites() const { return CallSites; } in getCallSites()
1428 const CallSitesType &getColdCallSites() const { return ColdCallSites; } in getColdCallSites()
/llvm-project-15.0.7/bolt/lib/Core/
H A DExceptions.cpp382 CallSitesType *Sites = &CallSites; in updateEHRanges()
H A DBinaryEmitter.cpp862 const BinaryFunction::CallSitesType *Sites = in emitLSDA()