Home
last modified time | relevance | path

Searched refs:hasLayout (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.cpp125 if (!Asm || !Asm->hasLayout()) in evaluateAsRelocatableImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h172 bool hasLayout() const { return HasLayout; } in hasLayout() function
H A DMCAssembler.h204 bool hasLayout() const { return HasLayout; } in hasLayout() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCExpr.cpp82 if (!Asm || !Asm->hasLayout()) in evaluateAsRelocatableImpl()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp628 bool Layout = Asm->hasLayout(); in AttemptToFoldSymbolOffsetDifference()
831 bool Layout = Asm && Asm->hasLayout(); in evaluateAsRelocatableImpl()
H A DMCAssembler.cpp436 if (Sec.hasLayout()) in ensureValid()