Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCAsmInfo.h77 bool HasSubsectionsViaSymbols = false; variable
410 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; } in hasSubsectionsViaSymbols()
H A DMCExpr.h311 const unsigned HasSubsectionsViaSymbols : 1; variable
342 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; } in hasSubsectionsViaSymbols()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCAsmInfoDarwin.cpp65 HasSubsectionsViaSymbols = true; in MCAsmInfoDarwin()
H A DMCExpr.cpp174 HasSubsectionsViaSymbols(MAI->hasSubsectionsViaSymbols()), in MCSymbolRefExpr()