Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp131 auto AddSection = [&](llvm::StringRef name, DWARFDataExtractor data) { in GetAsLLVM() local
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp205 function_ref<Expected<SectionBase *>(const SectionBase *)> AddSection) { in replaceDebugSections()
645 auto AddSection = [&](StringRef Name, ArrayRef<uint8_t> Data) { in handleArgs() local
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DSection.cpp469 size_t SectionList::AddSection(const lldb::SectionSP &section_sp) { in AddSection() function in SectionList
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h222 std::vector<NewSectionInfo> AddSection; member
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1798 auto AddSection = [&](const ELFYAML::SectionHeader &Hdr) { in buildSectionHeaderReorderMap() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1817 void AddSection(SectionAddressInfo Info, SectionSP Sect) { in AddSection() function in __anona1378fcf0211::VMAddressProvider