Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.cpp131 auto AddSection = [&](llvm::StringRef name, DWARFDataExtractor data) { GetAsLLVM() local
/freebsd/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/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h219 SmallVector<NewSectionInfo, 0> AddSection; member
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp758 auto AddSection = [&](StringRef Name, ArrayRef<uint8_t> Data) -> Error { in handleArgs() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1918 auto AddSection = [&](const ELFYAML::SectionHeader &Hdr) { in buildSectionHeaderReorderMap() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1493 auto AddSection = [&](SecDesc &SD, jitlink::Section &GraphSec) { in populateObjCRuntimeObject() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1863 void AddSection(SectionAddressInfo Info, SectionSP Sect) { in AddSection() function in __anone59002980211::VMAddressProvider