Home
last modified time | relevance | path

Searched defs:CallSites (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWasmException.cpp79 SmallVectorImpl<CallSiteEntry> &CallSites, in computeCallSiteTable()
H A DEHStreamer.cpp231 SmallVectorImpl<CallSiteEntry> &CallSites, in computeCallSiteTable()
415 SmallVector<CallSiteEntry, 64> CallSites; in emitExceptionTable() local
/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h135 SmallVector<CallBase *> CallSites; global() member
/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h417 llvm::SmallVector<llvm::SmallVector<FrameId>> CallSites; global() member
476 llvm::SmallVector<std::vector<Frame>> CallSites; global() member
/llvm-project/llvm/unittests/ProfileData/
H A DMemProfTest.cpp284 llvm::SmallVector<llvm::SmallVector<FrameId>> CallSites = {{0x333, 0x777}}; TEST() local
/llvm-project/bolt/include/bolt/Core/
H A DBinaryFunction.h507 CallSitesList CallSites; global() variable
/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp455 std::vector<VirtualCallSite> CallSites; global() member
H A DLowerTypeTests.cpp436 std::vector<CallInst *> CallSites; global() member