HomeSort by relevance Sort by last modified time
    Searched refs:GenerateExportDirective (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/X86/
X86AsmPrinter.h 26 void GenerateExportDirective(const MCSymbol *Sym, bool IsData);
X86AsmPrinter.cpp 552 void X86AsmPrinter::GenerateExportDirective(const MCSymbol *Sym, bool IsData) {
690 GenerateExportDirective(Symbol, /*IsData=*/true);
692 GenerateExportDirective(Symbol, /*IsData=*/false);

Completed in 41 milliseconds