Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmInfo.h77 bool HasSubsectionsViaSymbols = false; variable
425 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; } in hasSubsectionsViaSymbols()
DMCExpr.h317 const unsigned HasSubsectionsViaSymbols : 1; variable
348 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; } in hasSubsectionsViaSymbols()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmInfoDarwin.cpp64 HasSubsectionsViaSymbols = true; in MCAsmInfoDarwin()
DMCExpr.cpp180 HasSubsectionsViaSymbols(MAI->hasSubsectionsViaSymbols()), in MCSymbolRefExpr()