Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h201 bool hasLayout() const { return HasLayout; } in hasLayout() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCAsmInfo.cpp194 if (!Asm || !Asm->hasLayout()) in evaluateAsRelocatableImpl()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp310 bool Layout = Asm->hasLayout(); in attemptToFoldSymbolOffsetDifference()
480 bool Layout = Asm && Asm->hasLayout(); in evaluateAsRelocatableImpl()