Home
last modified time | relevance | path

Searched defs:sections (Results 1 – 25 of 47) sorted by relevance

12

/llvm-project/clang/test/CodeGenObjCXX/
H A Dlvalue-reference-getter.mm12 - (SetSection&)sections; method
16 - (SetSection&) sections { method
/llvm-project/bolt/docs/
H A Dgenerate_doc.py18 def add_info(sections, section, option, description): argument
97 def generate_markdown(sections): argument
[all...]
/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp157 if (SectionList *sections = GetSectionList()) in Dump() local
181 void ObjectFileCOFF::CreateSections(lldb_private::SectionList &sections) { in CreateSections()
258 SectionList *sections = GetSectionList(); in ParseSymtab() local
/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp212 const SectionList *sections = GetSectionListFromModule(module); in UpdateLoadedSections() local
243 const SectionList *sections = GetSectionListFromModule(module); in UnloadSections() local
531 SectionList *sections = nullptr; in GetSectionListFromModule() local
/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp129 const SectionList *sections = GetSectionListFromModule(module); UnloadSectionsCommon() local
142 SectionList *sections = nullptr; GetSectionListFromModule() local
/llvm-project/lld/ELF/
H A DInputFiles.cpp444 handleSectionGroup(ArrayRef<InputSectionBase * > sections,ArrayRef<typename ELFT::Word> entries) handleSectionGroup() argument
507 ArrayRef<InputSectionBase *> sections = s->file->getSections(); getDILineInfo() local
524 findSection(ArrayRef<Elf_Shdr> sections,uint32_t type) findSection() argument
560 ArrayRef<Elf_Shdr> sections = CHECK(obj.sections(), this); init() local
703 getShtGroupSignature(ArrayRef<Elf_Shdr> sections,const Elf_Shdr & sec) getShtGroupSignature() argument
1430 getAlignment(ArrayRef<typename ELFT::Shdr> sections,const typename ELFT::Sym & sym) getAlignment() argument
1464 ArrayRef<Elf_Shdr> sections = getELFShdrs<ELFT>(); parse() local
[all...]
H A DCallGraphSort.cpp97 std::vector<const InputSectionBase *> sections; global() member in __anonb9d340fa0111::CallGraphSort
282 SmallVector<const InputSectionBase *, 0> sections; computeCacheDirectedSortOrder() local
[all...]
H A DOutputSections.cpp502 ArrayRef<InputSection *> sections = getInputSections(*this, storage); writeTo() local
588 ArrayRef<InputSectionBase *> sections = section->file->getSections(); finalizeShtGroup() local
752 ArrayRef<InputSection *> sections = getInputSections(*this, storage); checkDynRelAddends() local
[all...]
H A DInputFiles.h58 SmallVector<InputSectionBase *, 0> sections; global() variable
H A DLinkerScript.cpp422 matchConstraints(ArrayRef<InputSectionBase * > sections,ConstraintKind kind) matchConstraints() argument
491 computeInputSections(const InputSectionDescription * cmd,ArrayRef<InputSectionBase * > sections,const OutputSection & outCmd) computeInputSections() argument
1124 auto &sections = cast<InputSectionDescription>(cmd)->sections; assignOffsets() local
[all...]
H A DWriter.cpp1005 SmallVector<InputSectionBase *, 0> matched, sections = ctx.inputSections; maybeShuffle() local
1367 SmallVector<InputSection *, 0> sections; resolveShfLinkOrder() local
1599 ArrayRef<InputSection *> sections = getInputSections(*osec, storage); optimizeBasicBlockJumps() local
2564 checkOverlap(StringRef name,std::vector<SectionOffset> & sections,bool isVirtualAddr) checkOverlap() argument
[all...]
H A DICF.cpp123 SmallVector<InputSection *, 0> sections; global() member in __anonc635b4960111::ICF
[all...]
H A DInputSection.cpp348 ArrayRef<InputSectionBase *> sections = file->getSections(); copyShtGroup() local
360 ArrayRef<InputSectionBase *> sections = file->getSections(); getRelocatedSection() local
[all...]
/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.h99 std::vector<JSONSection> sections; member
H A DObjectFileJSON.cpp153 std::vector<JSONSection> sections) in ObjectFileJSON()
/llvm-project/lld/MachO/
H A DRelocations.cpp70 const std::vector<OutputSection *> &sections = seg->getSections(); offsetToInputSection() local
H A DInputFiles.h123 std::vector<Section *> sections; variable
H A DSectionPriorities.cpp73 std::vector<const InputSection *> sections; global() member in __anona29962b40111::CallGraphSort
[all...]
/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.h81 object::COFFObjectFile::section_iterator_range sections() const { sections() function
/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp130 SectionList *sections = GetSectionList(); in Dump() local
/llvm-project/lld/COFF/
H A DCallGraphSort.cpp58 std::vector<const SectionChunk *> sections; member in __anon2bbc5d810111::CallGraphSort
[all...]
/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp449 SectionList *sections = GetSectionList(); in Dump() local
/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h329 section_iterator_range sections() const { in sections() function
/llvm-project/bolt/include/bolt/Core/
H A DBinaryContext.h1097 iterator_range<FilteredSectionIterator> sections() { sections() function
1105 iterator_range<FilteredSectionConstIterator> sections() const { sections() function
[all...]
/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp1170 for (const InputSectionBase *sec : sections) { in mergeAttributesSection() argument
1316 SmallVector<InputSectionBase *, 0> sections; mergeRISCVAttributesSections() local
[all...]

12