HomeSort by: relevance | last modified time | path
    Searched refs:HasSubsectionsViaSymbols (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCAsmInfoDarwin.cpp 63 HasSubsectionsViaSymbols = true;
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmInfo.h 86 bool HasSubsectionsViaSymbols = false;
540 bool hasSubsectionsViaSymbols() const { return HasSubsectionsViaSymbols; }
MCExpr.h 363 // Subclass data stores VariantKind in bits 0..15 and HasSubsectionsViaSymbols
372 bool HasSubsectionsViaSymbols) {
374 (HasSubsectionsViaSymbols ? HasSubsectionsViaSymbolsBit : 0);
403 bool hasSubsectionsViaSymbols() const {

Completed in 17 milliseconds