Home
last modified time | relevance | path

Searched defs:COFFSection (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp120 const object::coff_section *COFFSection = Obj.getCOFFSection(S); in initializeFileAndStringTable() local
154 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection); in dumpSections() local
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp112 class COFFSection { class
122 COFFSection(StringRef Name) : Name(std::string(Name)) {} in COFFSection() function in __anone71771500111::COFFSection