Home
last modified time | relevance | path

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

/llvm-project/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
/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp230 const auto COFFSection = m_object->getCOFFSection(SecRef); in CreateSections() local
/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp108 class COFFSection { global() class
118 COFFSection(StringRef Name) : Name(std::string(Name)) {} COFFSection() function in __anon2239c5220111::COFFSection
[all...]
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp237 const object::coff_section *COFFSection = COFFObj.getCOFFSection(Section); in mapVirtualAddress() local