Home
last modified time | relevance | path

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

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