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

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCContext.h 290 struct XCOFFSectionKey {
302 XCOFFSectionKey(StringRef SectionName,
307 XCOFFSectionKey(StringRef SectionName,
312 bool operator<(const XCOFFSectionKey &Other) const {
327 std::map<XCOFFSectionKey, MCSectionXCOFF *> XCOFFUniquingMap;
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCContext.cpp 731 ? XCOFFSectionKey(Section.str(), DwarfSectionSubtypeFlags.getValue())
732 : XCOFFSectionKey(Section.str(), CsectProp->MappingClass),

Completed in 48 milliseconds