Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp122 const object::coff_section *COFFSection = Obj.getCOFFSection(S); in initializeFileAndStringTable() local
156 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection); in dumpSections() local
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp113 class COFFSection { class
123 COFFSection(StringRef Name) : Name(std::string(Name)) {} in COFFSection() function in __anona3bc21060111::COFFSection