Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp130 auto AddSection = [&](llvm::StringRef name, DWARFDataExtractor data) { in GetAsLLVM() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp407 size_t SectionList::AddSection(const lldb::SectionSP &section_sp) { in AddSection() function in SectionList
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp209 function_ref<Expected<SectionBase *>(const SectionBase *)> AddSection) { in replaceDebugSections()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCommonConfig.h211 std::vector<StringRef> AddSection; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1794 auto AddSection = [&](const ELFYAML::SectionHeader &Hdr) { in buildSectionHeaderReorderMap() local
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1770 void AddSection(SectionAddressInfo Info, SectionSP Sect) { in AddSection() function in __anon540601cc0211::VMAddressProvider