Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCAsmInfoDarwin.cpp64 HasSubsectionsViaSymbols = true; in MCAsmInfoDarwin()
DMCAsmInfo.cpp31 HasSubsectionsViaSymbols = false; in MCAsmInfo()
DMCExpr.cpp161 HasSubsectionsViaSymbols(MAI->hasSubsectionsViaSymbols()), in MCSymbolRefExpr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmInfoDarwin.cpp64 HasSubsectionsViaSymbols = true; in MCAsmInfoDarwin()
DMCExpr.cpp180 HasSubsectionsViaSymbols(MAI->hasSubsectionsViaSymbols()), in MCSymbolRefExpr()
/external/llvm-project/llvm/lib/MC/
DMCAsmInfoDarwin.cpp63 HasSubsectionsViaSymbols = true; in MCAsmInfoDarwin()
/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-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()
/external/llvm-project/llvm/include/llvm/MC/
DMCAsmInfo.h86 bool HasSubsectionsViaSymbols = false; variable
456 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; } in hasSubsectionsViaSymbols()
DMCExpr.h369 bool HasSubsectionsViaSymbols) { in encodeSubclassData() argument
371 (HasSubsectionsViaSymbols ? HasSubsectionsViaSymbolsBit : 0); in encodeSubclassData()