Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCAsmInfoDarwin.cpp63 HasSubsectionsViaSymbols = true; in MCAsmInfoDarwin()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmInfo.h86 bool HasSubsectionsViaSymbols = false; variable
564 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; } in hasSubsectionsViaSymbols()
H A DMCExpr.h374 bool HasSubsectionsViaSymbols) { in encodeSubclassData() argument
376 (HasSubsectionsViaSymbols ? HasSubsectionsViaSymbolsBit : 0); in encodeSubclassData()