Home
last modified time | relevance | path

Searched defs:AddSection (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/unittests/ObjCopy/
H A DObjCopyTest.cpp235 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 DDWARFContext.cpp132 auto AddSection = [&](llvm::StringRef name, DWARFDataExtractor data) { in GetAsLLVM() local
/llvm-project/lldb/source/Core/
H A DSection.cpp475 size_t SectionList::AddSection(const lldb::SectionSP &section_sp) { AddSection() function in SectionList
/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp706 auto AddSection = [&](StringRef Name, ArrayRef<uint8_t> Data) { handleArgs() local
/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h219 SmallVector<NewSectionInfo, 0> AddSection; global() member
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1493 auto AddSection = [&](SecDesc &SD, jitlink::Section &GraphSec) { populateObjCRuntimeObject() local
/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1918 auto AddSection = [&](const ELFYAML::SectionHeader &Hdr) { buildSectionHeaderReorderMap() local
/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1846 void AddSection(SectionAddressInfo Info, SectionSP Sect) { AddSection() function in __anonc19d6f6b0211::VMAddressProvider