Searched refs:COFFSection (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/ |
| H A D | ObjectFileCOFF.cpp | 226 const auto COFFSection = m_object->getCOFFSection(SecRef); in CreateSections() local 229 StringRef SectionName = Name ? *Name : COFFSection->Name; in CreateSections() 237 SectionType(SectionName, COFFSection), in CreateSections() 238 COFFSection->VirtualAddress, in CreateSections() 239 COFFSection->VirtualSize, in CreateSections() 240 COFFSection->PointerToRawData, in CreateSections() 241 COFFSection->SizeOfRawData, in CreateSections() 242 COFFSection->getAlignment(), in CreateSections() 244 section->SetPermissions(Permissions(COFFSection)); in CreateSections()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WinCOFFObjectWriter.cpp | 66 class COFFSection; 78 COFFSection *Section = nullptr; 106 class COFFSection { class 116 COFFSection(StringRef Name) : Name(std::string(Name)) {} in COFFSection() function in __anon3870acaf0111::COFFSection 128 using sections = std::vector<std::unique_ptr<COFFSection>>; 131 using section_map = DenseMap<MCSection const *, COFFSection *>; 172 COFFSection *createSection(StringRef Name); 180 void SetSectionName(COFFSection &S); 182 bool IsPhysicalSection(COFFSection *S); 191 void writeSection(const COFFSection &Sec); [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVBinaryReader.cpp | 237 const object::coff_section *COFFSection = COFFObj.getCOFFSection(Section); in mapVirtualAddress() local 238 VirtualAddress = COFFSection->VirtualAddress; in mapVirtualAddress() 239 bool IsComdat = (COFFSection->Characteristics & Flags) == Flags; in mapVirtualAddress() 255 const object::coff_section *COFFSection = COFFObj.getCOFFSection(Section); in mapVirtualAddress() 264 << "PointerToRawData: " << hexValue(COFFSection->PointerToRawData) in mapVirtualAddress() 266 << "SizeOfRawData: " << hexValue(COFFSection->SizeOfRawData) in mapVirtualAddress()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 23375 …nonymous namespace)::COFFSection*, llvm::DenseMapInfo<llvm::MCSection const*>, llvm::DenseMapInfo<…
|