Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfiledBinary.h48 struct InstructionPointer { struct
58 InstructionPointer(ProfiledBinary *Binary, uint64_t Address, argument
80 InstructionPointer IP(Binary, I.first); in inferPrologOffsets()
90 InstructionPointer IP(Binary, Addr); in inferEpilogOffsets()
154 FrameLocationStack symbolize(const InstructionPointer &IP,
H A DProfiledBinary.cpp266 InstructionPointer IP(this, Offset); in dissassembleSymbol()
279 InstructionPointer IP(this, Offset); in dissassembleSymbol()
423 FrameLocationStack ProfiledBinary::symbolize(const InstructionPointer &IP, in symbolize()
451 InstructionPointer::InstructionPointer(ProfiledBinary *Binary, uint64_t Address, in InstructionPointer() function in llvm::sampleprof::InstructionPointer
462 void InstructionPointer::advance() { in advance()
467 void InstructionPointer::backward() { in backward()
472 void InstructionPointer::update(uint64_t Addr) { in update()
H A DProfileGenerator.cpp277 InstructionPointer IP(Binary, RangeBegin, true); in populateFunctionBodySamples()
482 InstructionPointer IP(Binary, RangeBegin, true); in extractProbesFromRange()
H A DPerfReader.h236 InstructionPointer InstPtr;
H A DPerfReader.cpp46 InstructionPointer &IP = State.InstPtr; in unwindLinear()