/llvm-project/clang/test/CodeGenObjCXX/ |
H A D | lvalue-reference-getter.mm | 12 - (SetSection&)sections; method 16 - (SetSection&) sections { method
|
/llvm-project/bolt/docs/ |
H A D | generate_doc.py | 18 def add_info(sections, section, option, description): argument 97 def generate_markdown(sections): argument [all...] |
/llvm-project/lldb/source/Plugins/ObjectFile/COFF/ |
H A D | ObjectFileCOFF.cpp | 157 if (SectionList *sections = GetSectionList()) in Dump() local 181 void ObjectFileCOFF::CreateSections(lldb_private::SectionList §ions) { in CreateSections() 258 SectionList *sections = GetSectionList(); in ParseSymtab() local
|
/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
H A D | DynamicLoaderHexagonDYLD.cpp | 212 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 D | DynamicLoader.cpp | 129 const SectionList *sections = GetSectionListFromModule(module); UnloadSectionsCommon() local 142 SectionList *sections = nullptr; GetSectionListFromModule() local
|
/llvm-project/lld/ELF/ |
H A D | InputFiles.cpp | 444 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 D | CallGraphSort.cpp | 97 std::vector<const InputSectionBase *> sections; global() member in __anonb9d340fa0111::CallGraphSort 282 SmallVector<const InputSectionBase *, 0> sections; computeCacheDirectedSortOrder() local [all...] |
H A D | OutputSections.cpp | 502 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 D | InputFiles.h | 58 SmallVector<InputSectionBase *, 0> sections; global() variable
|
H A D | LinkerScript.cpp | 422 matchConstraints(ArrayRef<InputSectionBase * > sections,ConstraintKind kind) matchConstraints() argument 491 computeInputSections(const InputSectionDescription * cmd,ArrayRef<InputSectionBase * > sections,const OutputSection & outCmd) computeInputSections() argument 1124 auto §ions = cast<InputSectionDescription>(cmd)->sections; assignOffsets() local [all...] |
H A D | Writer.cpp | 1005 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 D | ICF.cpp | 123 SmallVector<InputSection *, 0> sections; global() member in __anonc635b4960111::ICF [all...] |
H A D | InputSection.cpp | 348 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 D | ObjectFileJSON.h | 99 std::vector<JSONSection> sections; member
|
H A D | ObjectFileJSON.cpp | 153 std::vector<JSONSection> sections) in ObjectFileJSON()
|
/llvm-project/lld/MachO/ |
H A D | Relocations.cpp | 70 const std::vector<OutputSection *> §ions = seg->getSections(); offsetToInputSection() local
|
H A D | InputFiles.h | 123 std::vector<Section *> sections; variable
|
H A D | SectionPriorities.cpp | 73 std::vector<const InputSection *> sections; global() member in __anona29962b40111::CallGraphSort [all...] |
/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | COFFLinkGraphBuilder.h | 81 object::COFFObjectFile::section_iterator_range sections() const { sections() function
|
/llvm-project/lldb/source/Expression/ |
H A D | ObjectFileJIT.cpp | 130 SectionList *sections = GetSectionList(); in Dump() local
|
/llvm-project/lld/COFF/ |
H A D | CallGraphSort.cpp | 58 std::vector<const SectionChunk *> sections; member in __anon2bbc5d810111::CallGraphSort [all...] |
/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.cpp | 449 SectionList *sections = GetSectionList(); in Dump() local
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | ObjectFile.h | 329 section_iterator_range sections() const { in sections() function
|
/llvm-project/bolt/include/bolt/Core/ |
H A D | BinaryContext.h | 1097 iterator_range<FilteredSectionIterator> sections() { sections() function 1105 iterator_range<FilteredSectionConstIterator> sections() const { sections() function [all...] |
/llvm-project/lld/ELF/Arch/ |
H A D | RISCV.cpp | 1170 for (const InputSectionBase *sec : sections) { in mergeAttributesSection() argument 1316 SmallVector<InputSectionBase *, 0> sections; mergeRISCVAttributesSections() local [all...] |