OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mustNotExtend
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCExpr.cpp
85
assert((!Val || !
MustNotExtend
) && "Extension contradiction");
92
MustNotExtend
= Val;
94
bool HexagonMCExpr::
mustNotExtend
() const { return
MustNotExtend
; }
106
: Expr(Expr),
MustNotExtend
(false), MustExtend(false), S27_2_reloc(false),
HexagonMCInstrInfo.cpp
562
HexagonMCInstrInfo::
mustNotExtend
(*MO.getExpr()))
886
bool HexagonMCInstrInfo::
mustNotExtend
(MCExpr const &Expr) {
888
return HExpr.
mustNotExtend
();
Completed in 15 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026