HomeSort by: relevance | last modified time | path
    Searched refs:MCPseudoProbe (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCPseudoProbe.h 1 //===- MCPseudoProbe.h - Pseudo probe encoding support ---------*- C++ -*-===//
9 // This file contains the declaration of the MCPseudoProbe to support the pseudo
69 class MCPseudoProbe {
77 MCPseudoProbe(MCSymbol *Label, uint64_t Guid, uint64_t Index, uint64_t Type,
96 void emit(MCObjectStreamer *MCOS, const MCPseudoProbe *LastProbe) const;
111 std::vector<MCPseudoProbe> Probes;
123 void addPseudoProbe(const MCPseudoProbe &Probe,
125 void emit(MCObjectStreamer *MCOS, const MCPseudoProbe *&LastProbe);
132 void addPseudoProbe(MCSection *Sec, const MCPseudoProbe &Probe,
141 // A collection of MCPseudoProbe for each text section. The MCPseudoProbe
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCPseudoProbe.cpp 1 //===- lib/MC/MCPseudoProbe.cpp - Pseudo probe encoding support ----------===//
9 #include "llvm/MC/MCPseudoProbe.h"
16 #define DEBUG_TYPE "mcpseudoprobe"
35 void MCPseudoProbe::emit(MCObjectStreamer *MCOS,
36 const MCPseudoProbe *LastProbe) const {
90 const MCPseudoProbe &Probe, const MCPseudoProbeInlineStack &InlineStack) {
133 const MCPseudoProbe *&LastProbe) {
185 const MCPseudoProbe *LastProbe = nullptr;
MCStreamer.cpp 25 #include "llvm/MC/MCPseudoProbe.h"
1087 // Set the value of the symbol to use for the MCPseudoProbe.
1091 MCPseudoProbe Probe(ProbeSym, Guid, Index, Type, Attr);
  /src/external/apache2/llvm/lib/libLLVMMC/
Makefile 43 MCPseudoProbe.cpp \

Completed in 16 milliseconds