Home
last modified time | relevance | path

Searched refs:InstructionPointer (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.h57 struct InstructionPointer { struct
67 InstructionPointer(const ProfiledBinary *Binary, uint64_t Address, argument
128 InstructionPointer IP(Binary, I.first); in inferPrologOffsets()
139 InstructionPointer IP(Binary, Addr); in inferEpilogOffsets()
319 SampleContextFrameVector symbolize(const InstructionPointer &IP,
499 InstructionPointer IP(this, Offset);
H A DProfiledBinary.cpp478 InstructionPointer IP(this, Offset); in dissassembleSymbol()
768 SampleContextFrameVector ProfiledBinary::symbolize(const InstructionPointer &IP, in symbolize()
809 InstructionPointer IP(this, RangeBegin, true); in computeInlinedContextSizeForRange()
849 InstructionPointer::InstructionPointer(const ProfiledBinary *Binary, in InstructionPointer() function in llvm::sampleprof::InstructionPointer
863 bool InstructionPointer::advance() { in advance()
873 bool InstructionPointer::backward() { in backward()
883 void InstructionPointer::update(uint64_t Addr) { in update()
H A DProfileGenerator.cpp664 InstructionPointer IP(Binary, RangeBegin, true); in populateBodySamplesForAllFunctions()
853 InstructionPointer IP(Binary, RangeBegin, true); in populateBodySamplesForFunction()
1061 InstructionPointer IP(Binary, RangeBegin, true); in extractProbesFromRange()
H A DPerfReader.h264 InstructionPointer InstPtr;
H A DPerfReader.cpp76 InstructionPointer &IP = State.InstPtr; in unwindLinear()