Home
last modified time | relevance | path

Searched refs:HasLayout (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSection.h102 bool HasLayout : 1; variable
172 bool hasLayout() const { return HasLayout; } in hasLayout()
173 void setHasLayout(bool Value) { HasLayout = Value; } in setHasLayout()
H A DMCAssembler.h66 bool HasLayout = false; variable
204 bool hasLayout() const { return HasLayout; } in hasLayout()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSection.cpp26 HasLayout(false), IsRegistered(false), IsText(IsText), in MCSection()
H A DMCAssembler.cpp518 assert(HasLayout); in getBaseSymbol()
555 assert(HasLayout); in getSectionAddressSize()
940 this->HasLayout = true; in layout()
1051 HasLayout = false; in Finish()