Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp132 auto AddSection = [&](llvm::StringRef name, DWARFDataExtractor data) { in GetAsLLVM() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp222 function_ref<Expected<SectionBase *>(const SectionBase *)> AddSection) { in replaceDebugSections()
662 auto AddSection = [&](StringRef Name, ArrayRef<uint8_t> Data) { in handleArgs() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp475 size_t SectionList::AddSection(const lldb::SectionSP &section_sp) { in AddSection() function in SectionList
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h225 std::vector<NewSectionInfo> AddSection; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1850 auto AddSection = [&](const ELFYAML::SectionHeader &Hdr) { in buildSectionHeaderReorderMap() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1447 auto AddSection = [&](SecDesc &SD, jitlink::Section &GraphSec) { in populateObjCRuntimeObject() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1846 void AddSection(SectionAddressInfo Info, SectionSP Sect) { in AddSection() function in __anon6856d08e0211::VMAddressProvider