Searched defs:HasLayout (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/MC/ | ||
H A D | MCSection.h | 103 bool HasLayout : 1; global() variable |
H A D | MCAssembler.h | 85 bool HasLayout = false; global() variable |
/llvm-project/bolt/lib/Passes/ | ||
H A D | IndirectCallPromotion.cpp | 1179 const bool HasLayout = !Function.getLayout().block_empty(); runOnFunctions() local |