Searched defs:AddSection (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/unittests/ObjCopy/ |
H A D | ObjCopyTest.cpp | 235 enum Action : uint8_t { AddSection, UpdateSection }; enumerator 276 TEST(AddSection, COFF) { in TEST() argument 284 TEST(AddSection, ELF) { in TEST() argument 292 TEST(AddSection, MachO) { in TEST() argument 300 TEST(AddSection, Wasm) { in TEST() argument
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFContext.cpp | 132 auto AddSection = [&](llvm::StringRef name, DWARFDataExtractor data) { in GetAsLLVM() local
|
/llvm-project/lldb/source/Core/ |
H A D | Section.cpp | 475 size_t SectionList::AddSection(const lldb::SectionSP §ion_sp) { AddSection() function in SectionList
|
/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObjcopy.cpp | 706 auto AddSection = [&](StringRef Name, ArrayRef<uint8_t> Data) { handleArgs() local
|
/llvm-project/llvm/include/llvm/ObjCopy/ |
H A D | CommonConfig.h | 219 SmallVector<NewSectionInfo, 0> AddSection; global() member
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | MachOPlatform.cpp | 1493 auto AddSection = [&](SecDesc &SD, jitlink::Section &GraphSec) { populateObjCRuntimeObject() local
|
/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFEmitter.cpp | 1918 auto AddSection = [&](const ELFYAML::SectionHeader &Hdr) { buildSectionHeaderReorderMap() local
|
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 1846 void AddSection(SectionAddressInfo Info, SectionSP Sect) { AddSection() function in __anonc19d6f6b0211::VMAddressProvider
|