OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Aug 09 00:24:28 UTC 2026