Searched refs:InstructionPointer (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-profgen/ |
| H A D | ProfiledBinary.h | 57 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 D | ProfiledBinary.cpp | 478 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 D | ProfileGenerator.cpp | 664 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 D | PerfReader.h | 264 InstructionPointer InstPtr;
|
| H A D | PerfReader.cpp | 76 InstructionPointer &IP = State.InstPtr; in unwindLinear()
|