Home
last modified time | relevance | path

Searched refs:SourceRef (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MCA/
H A DSourceMgr.h26 typedef std::pair<unsigned, const Instruction &> SourceRef; typedef
44 SourceRef peekNext() const { in peekNext()
46 return SourceRef(Current, *Sequence[Current % Sequence.size()]); in peekNext()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DEntryStage.cpp35 SourceRef SR = SM.peekNext(); in getNextInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/
H A DOrc.h619 LLVMOrcJITDylibRef SourceRef, LLVMOrcCSymbolAliasMapPairs CallableAliases,