HomeSort by relevance Sort by last modified time
    Searched defs:HexagonMCExpr (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCExpr.h 1 //==- HexagonMCExpr.h - Hexagon specific MC expression classes --*- C++ -*-===//
17 class HexagonMCExpr : public MCTargetExpr {
19 static HexagonMCExpr *create(MCExpr const *Expr, MCContext &Ctx);
38 HexagonMCExpr(MCExpr const *Expr);
HexagonMCExpr.cpp 1 //===-- HexagonMCExpr.cpp - Hexagon specific MC expression classes
11 #include "HexagonMCExpr.h"
21 HexagonMCExpr *HexagonMCExpr::create(MCExpr const *Expr, MCContext &Ctx) {
22 return new (Ctx) HexagonMCExpr(Expr);
25 bool HexagonMCExpr::evaluateAsRelocatableImpl(MCValue &Res,
31 void HexagonMCExpr::visitUsedExpr(MCStreamer &Streamer) const {
35 MCFragment *llvm::HexagonMCExpr::findAssociatedFragment() const {
39 void HexagonMCExpr::fixELFSymbolsInTLSFixups(MCAssembler &Asm) const {}
41 MCExpr const *HexagonMCExpr::getExpr() const { return Expr;
    [all...]

Completed in 343 milliseconds