HomeSort by: relevance | last modified time | path
    Searched defs:HexagonMCExpr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCExpr.h 1 //==- HexagonMCExpr.h - Hexagon specific MC expression classes --*- C++ -*-===//
15 class HexagonMCExpr : public MCTargetExpr {
17 static HexagonMCExpr *create(MCExpr const *Expr, MCContext &Ctx);
36 HexagonMCExpr(MCExpr const *Expr);
HexagonMCExpr.cpp 1 //===-- HexagonMCExpr.cpp - Hexagon specific MC expression classes
10 #include "HexagonMCExpr.h"
22 HexagonMCExpr *HexagonMCExpr::create(MCExpr const *Expr, MCContext &Ctx) {
23 return new (Ctx) HexagonMCExpr(Expr);
26 bool HexagonMCExpr::evaluateAsRelocatableImpl(MCValue &Res,
32 void HexagonMCExpr::visitUsedExpr(MCStreamer &Streamer) const {
36 MCFragment *llvm::HexagonMCExpr::findAssociatedFragment() const {
77 void HexagonMCExpr::fixELFSymbolsInTLSFixups(MCAssembler &Asm) const {
82 MCExpr const *HexagonMCExpr::getExpr() const { return Expr;
    [all...]

Completed in 17 milliseconds