Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAsmInfo.h65 bool HasSubsectionsViaSymbols; // Default is false. variable
368 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; } in hasSubsectionsViaSymbols()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAsmInfoDarwin.cpp29 HasSubsectionsViaSymbols = true; in MCAsmInfoDarwin()
DMCAsmInfo.cpp29 HasSubsectionsViaSymbols = false; in MCAsmInfo()
/external/llvm/include/llvm/MC/
DMCAsmInfo.h85 bool HasSubsectionsViaSymbols; variable
398 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; } in hasSubsectionsViaSymbols()
DMCExpr.h281 const unsigned HasSubsectionsViaSymbols : 1; variable
312 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; } in hasSubsectionsViaSymbols()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmInfo.h77 bool HasSubsectionsViaSymbols = false; variable
410 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; } in hasSubsectionsViaSymbols()
DMCExpr.h309 const unsigned HasSubsectionsViaSymbols : 1; variable
340 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; } in hasSubsectionsViaSymbols()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCAsmInfoDarwin.cpp65 HasSubsectionsViaSymbols = true; in MCAsmInfoDarwin()
DMCExpr.cpp174 HasSubsectionsViaSymbols(MAI->hasSubsectionsViaSymbols()), in MCSymbolRefExpr()
/external/llvm/lib/MC/
DMCAsmInfoDarwin.cpp64 HasSubsectionsViaSymbols = true; in MCAsmInfoDarwin()
DMCAsmInfo.cpp31 HasSubsectionsViaSymbols = false; in MCAsmInfo()
DMCExpr.cpp161 HasSubsectionsViaSymbols(MAI->hasSubsectionsViaSymbols()), in MCSymbolRefExpr()