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

  /external/chromium_org/tools/gyp/test/win/
gyptest-cl-function-level-linking.py 35 look_for = '''COMDAT; sym= "int __cdecl comdat_function'''
38 # separate comdat entries.
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 354 report_fatal_error("two sections have the same comdat");
869 // Fixup associative COMDAT sections.
878 const MCSymbol *COMDAT = MCSec.getCOMDATSymbol();
879 assert(COMDAT);
880 COFFSymbol *COMDATSymbol = GetOrCreateCOFFSymbol(COMDAT);
885 Twine("Missing associated COMDAT section for section ") +
    [all...]

Completed in 3027 milliseconds