Home
last modified time | relevance | path

Searched defs:HasSubsectionsViaSymbols (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/MC/
DMCAsmInfo.h85 bool HasSubsectionsViaSymbols; variable
DMCExpr.h281 const unsigned HasSubsectionsViaSymbols : 1; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h77 bool HasSubsectionsViaSymbols = false; variable
DMCExpr.h317 const unsigned HasSubsectionsViaSymbols : 1; variable
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h86 bool HasSubsectionsViaSymbols = false; variable
DMCExpr.h369 bool HasSubsectionsViaSymbols) { in encodeSubclassData()