Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp230 const auto COFFSection = m_object->getCOFFSection(SecRef); in CreateSections() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp109 class COFFSection { class
119 COFFSection(StringRef Name) : Name(std::string(Name)) {} in COFFSection() function in __anon8030e7770111::COFFSection
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp208 const object::coff_section *COFFSection = COFFObj.getCOFFSection(Section); in mapVirtualAddress() local