#include "ExecutorAddress.h"
#include <utility>
#include <vector>
Go to the source code of this file.
|
using | llvm::orc::VTuneLineTable = std::vector< std::pair< unsigned, unsigned > > |
|
using | llvm::orc::VTuneMethodTable = std::vector< VTuneMethodInfo > |
|
using | llvm::orc::VTuneStringTable = std::vector< std::string > |
|
using | llvm::orc::VTuneUnloadedMethodIDs = SmallVector< std::pair< uint64_t, uint64_t > > |
|
using | llvm::orc::shared::SPSVTuneLineTable = SPSSequence< SPSTuple< uint32_t, uint32_t > > |
|
using | llvm::orc::shared::SPSVTuneMethodInfo = SPSTuple< SPSVTuneLineTable, SPSExecutorAddr, uint64_t, uint64_t, uint32_t, uint32_t, uint32_t, uint32_t > |
|
using | llvm::orc::shared::SPSVTuneMethodTable = SPSSequence< SPSVTuneMethodInfo > |
|
using | llvm::orc::shared::SPSVTuneStringTable = SPSSequence< SPSString > |
|
using | llvm::orc::shared::SPSVTuneMethodBatch = SPSTuple< SPSVTuneMethodTable, SPSVTuneStringTable > |
|
using | llvm::orc::shared::SPSVTuneUnloadedMethodIDs = SPSSequence< SPSTuple< uint64_t, uint64_t > > |
|