Searched refs:InstructionPointer (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/tools/llvm-profgen/ |
D | ProfiledBinary.h | 46 struct InstructionPointer { struct 56 InstructionPointer(ProfiledBinary *Binary, uint64_t Address, argument 78 InstructionPointer IP(Binary, I.first); in inferPrologOffsets() 88 InstructionPointer IP(Binary, Addr); in inferEpilogOffsets() 144 FrameLocationStack symbolize(const InstructionPointer &IP,
|
D | ProfiledBinary.cpp | 203 InstructionPointer Inst(this, Offset); in dissassembleSymbol() 212 InstructionPointer IP(this, Offset); in dissassembleSymbol() 343 FrameLocationStack ProfiledBinary::symbolize(const InstructionPointer &IP, in symbolize() 370 InstructionPointer::InstructionPointer(ProfiledBinary *Binary, uint64_t Address, in InstructionPointer() function in llvm::sampleprof::InstructionPointer 381 void InstructionPointer::advance() { in advance() 386 void InstructionPointer::backward() { in backward() 391 void InstructionPointer::update(uint64_t Addr) { in update()
|
D | PerfReader.h | 126 InstructionPointer InstPtr;
|
D | ProfileGenerator.cpp | 203 InstructionPointer IP(Binary, RangeBegin, true); in populateFunctionBodySamples()
|
D | PerfReader.cpp | 40 InstructionPointer &IP = State.InstPtr; in unwindLinear()
|