/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 67 template <class ELFT> void ELFWriter<ELFT>::writeShdr(const SectionBase &Sec) { in writeShdr() 101 Error ELFSectionSizer<ELFT>::visit(SymbolTableSection &Sec) { in visit() 110 Error ELFSectionSizer<ELFT>::visit(RelocationSection &Sec) { in visit() 123 template <class ELFT> Error ELFSectionSizer<ELFT>::visit(GroupSection &Sec) { in visit() 142 Error BinarySectionWriter::visit(const SectionIndexSection &Sec) { in visit() 148 Error BinarySectionWriter::visit(const SymbolTableSection &Sec) { in visit() 154 Error BinarySectionWriter::visit(const RelocationSection &Sec) { in visit() 160 Error BinarySectionWriter::visit(const GnuDebugLinkSection &Sec) { in visit() 165 Error BinarySectionWriter::visit(const GroupSection &Sec) { in visit() 170 Error SectionWriter::visit(const Section &Sec) { in visit() [all …]
|
H A D | ELFObjcopy.cpp | 54 static bool isDebugSection(const SectionBase &Sec) { in isDebugSection() 58 static bool isDWOSection(const SectionBase &Sec) { in isDWOSection() 62 static bool onlyKeepDWOPred(const Object &Obj, const SectionBase &Sec) { in onlyKeepDWOPred() 100 static void setSectionFlagsAndType(SectionBase &Sec, SectionFlag Flags) { in setSectionFlagsAndType() 176 for (auto &Sec : Obj.sections()) { in dumpSectionToFile() local 198 static bool isCompressable(const SectionBase &Sec) { in isCompressable() 210 for (auto &Sec : Obj.sections()) in replaceDebugSections() local 374 RemovePred = [&Config](const SectionBase &Sec) { in replaceAndRemoveSections() 380 RemovePred = [RemovePred](const SectionBase &Sec) { in replaceAndRemoveSections() 385 RemovePred = [RemovePred, &Obj](const SectionBase &Sec) { in replaceAndRemoveSections() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/ |
D | GOFFObjectFile.h | 84 void moveSectionNext(DataRefImpl &Sec) const override {} in moveSectionNext() 85 virtual Expected<StringRef> getSectionName(DataRefImpl Sec) const override { in getSectionName() 88 uint64_t getSectionAddress(DataRefImpl Sec) const override { return 0; } in getSectionAddress() 89 uint64_t getSectionSize(DataRefImpl Sec) const override { return 0; } in getSectionSize() 91 getSectionContents(DataRefImpl Sec) const override { in getSectionContents() 94 uint64_t getSectionIndex(DataRefImpl Sec) const override { return 0; } in getSectionIndex() 95 uint64_t getSectionAlignment(DataRefImpl Sec) const override { return 0; } in getSectionAlignment() 96 bool isSectionCompressed(DataRefImpl Sec) const override { return false; } in isSectionCompressed() 97 bool isSectionText(DataRefImpl Sec) const override { return false; } in isSectionText() 98 bool isSectionData(DataRefImpl Sec) const override { return false; } in isSectionData() [all …]
|
D | ELFObjectFile.h | 362 const Elf_Shdr *toELFShdrIter(DataRefImpl Sec) const { in toELFShdrIter() 366 DataRefImpl toDRI(const Elf_Shdr *Sec) const { in toDRI() 441 const Elf_Shdr *getSection(DataRefImpl Sec) const { in getSection() 552 uint64_t ELFObjectFile<ELFT>::getSectionFlags(DataRefImpl Sec) const { in getSectionFlags() 557 uint32_t ELFObjectFile<ELFT>::getSectionType(DataRefImpl Sec) const { in getSectionType() 562 uint64_t ELFObjectFile<ELFT>::getSectionOffset(DataRefImpl Sec) const { in getSectionOffset() 840 DataRefImpl Sec; in getSymbolSection() local 859 void ELFObjectFile<ELFT>::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() 865 Expected<StringRef> ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec) const { in getSectionName() 870 uint64_t ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() [all …]
|
D | ELF.h | 129 const typename ELFT::Shdr &Sec) { in getSecIndexForError() 143 const typename ELFT::Shdr &Sec) { in describe() 168 const typename ELFT::Shdr &Sec) { in checkSectionOffsets() 186 const typename ELFT::Shdr &Sec) { in checkSectionVMA() 205 const typename ELFT::Shdr &Sec) { in isSectionInSegment() 304 Expected<Elf_Sym_Range> symbols(const Elf_Shdr *Sec) const { in symbols() 310 Expected<Elf_Rela_Range> relas(const Elf_Shdr &Sec) const { in relas() 314 Expected<Elf_Rel_Range> rels(const Elf_Shdr &Sec) const { in rels() 318 Expected<Elf_Relr_Range> relrs(const Elf_Shdr &Sec) const { in relrs() 551 ELFFile<ELFT>::getSymbol(const Elf_Shdr *Sec, uint32_t Index) const { in getSymbol() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/ |
D | GOFFObjectFile.h | 84 void moveSectionNext(DataRefImpl &Sec) const override {} in moveSectionNext() 85 virtual Expected<StringRef> getSectionName(DataRefImpl Sec) const override { in getSectionName() 88 uint64_t getSectionAddress(DataRefImpl Sec) const override { return 0; } in getSectionAddress() 89 uint64_t getSectionSize(DataRefImpl Sec) const override { return 0; } in getSectionSize() 91 getSectionContents(DataRefImpl Sec) const override { in getSectionContents() 94 uint64_t getSectionIndex(DataRefImpl Sec) const override { return 0; } in getSectionIndex() 95 uint64_t getSectionAlignment(DataRefImpl Sec) const override { return 0; } in getSectionAlignment() 96 bool isSectionCompressed(DataRefImpl Sec) const override { return false; } in isSectionCompressed() 97 bool isSectionText(DataRefImpl Sec) const override { return false; } in isSectionText() 98 bool isSectionData(DataRefImpl Sec) const override { return false; } in isSectionData() [all …]
|
D | ELFObjectFile.h | 362 const Elf_Shdr *toELFShdrIter(DataRefImpl Sec) const { in toELFShdrIter() 366 DataRefImpl toDRI(const Elf_Shdr *Sec) const { in toDRI() 441 const Elf_Shdr *getSection(DataRefImpl Sec) const { in getSection() 552 uint64_t ELFObjectFile<ELFT>::getSectionFlags(DataRefImpl Sec) const { in getSectionFlags() 557 uint32_t ELFObjectFile<ELFT>::getSectionType(DataRefImpl Sec) const { in getSectionType() 562 uint64_t ELFObjectFile<ELFT>::getSectionOffset(DataRefImpl Sec) const { in getSectionOffset() 840 DataRefImpl Sec; in getSymbolSection() local 859 void ELFObjectFile<ELFT>::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() 865 Expected<StringRef> ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec) const { in getSectionName() 870 uint64_t ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() [all …]
|
D | ELF.h | 129 const typename ELFT::Shdr &Sec) { in getSecIndexForError() 143 const typename ELFT::Shdr &Sec) { in describe() 168 const typename ELFT::Shdr &Sec) { in checkSectionOffsets() 186 const typename ELFT::Shdr &Sec) { in checkSectionVMA() 205 const typename ELFT::Shdr &Sec) { in isSectionInSegment() 304 Expected<Elf_Sym_Range> symbols(const Elf_Shdr *Sec) const { in symbols() 310 Expected<Elf_Rela_Range> relas(const Elf_Shdr &Sec) const { in relas() 314 Expected<Elf_Rel_Range> rels(const Elf_Shdr &Sec) const { in rels() 318 Expected<Elf_Relr_Range> relrs(const Elf_Shdr &Sec) const { in relrs() 551 ELFFile<ELFT>::getSymbol(const Elf_Shdr *Sec, uint32_t Index) const { in getSymbol() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/ |
D | GOFFObjectFile.h | 84 void moveSectionNext(DataRefImpl &Sec) const override {} in moveSectionNext() 85 virtual Expected<StringRef> getSectionName(DataRefImpl Sec) const override { in getSectionName() 88 uint64_t getSectionAddress(DataRefImpl Sec) const override { return 0; } in getSectionAddress() 89 uint64_t getSectionSize(DataRefImpl Sec) const override { return 0; } in getSectionSize() 91 getSectionContents(DataRefImpl Sec) const override { in getSectionContents() 94 uint64_t getSectionIndex(DataRefImpl Sec) const override { return 0; } in getSectionIndex() 95 uint64_t getSectionAlignment(DataRefImpl Sec) const override { return 0; } in getSectionAlignment() 96 bool isSectionCompressed(DataRefImpl Sec) const override { return false; } in isSectionCompressed() 97 bool isSectionText(DataRefImpl Sec) const override { return false; } in isSectionText() 98 bool isSectionData(DataRefImpl Sec) const override { return false; } in isSectionData() [all …]
|
D | ELFObjectFile.h | 358 const Elf_Shdr *toELFShdrIter(DataRefImpl Sec) const { in toELFShdrIter() 362 DataRefImpl toDRI(const Elf_Shdr *Sec) const { in toDRI() 437 const Elf_Shdr *getSection(DataRefImpl Sec) const { in getSection() 547 uint64_t ELFObjectFile<ELFT>::getSectionFlags(DataRefImpl Sec) const { in getSectionFlags() 552 uint32_t ELFObjectFile<ELFT>::getSectionType(DataRefImpl Sec) const { in getSectionType() 557 uint64_t ELFObjectFile<ELFT>::getSectionOffset(DataRefImpl Sec) const { in getSectionOffset() 831 DataRefImpl Sec; in getSymbolSection() local 850 void ELFObjectFile<ELFT>::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() 856 Expected<StringRef> ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec) const { in getSectionName() 861 uint64_t ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() [all …]
|
D | ELF.h | 129 const typename ELFT::Shdr &Sec) { in getSecIndexForError() 143 const typename ELFT::Shdr &Sec) { in describe() 168 const typename ELFT::Shdr &Sec) { in checkSectionOffsets() 186 const typename ELFT::Shdr &Sec) { in checkSectionVMA() 205 const typename ELFT::Shdr &Sec) { in isSectionInSegment() 304 Expected<Elf_Sym_Range> symbols(const Elf_Shdr *Sec) const { in symbols() 310 Expected<Elf_Rela_Range> relas(const Elf_Shdr &Sec) const { in relas() 314 Expected<Elf_Rel_Range> rels(const Elf_Shdr &Sec) const { in rels() 318 Expected<Elf_Relr_Range> relrs(const Elf_Shdr &Sec) const { in relrs() 551 ELFFile<ELFT>::getSymbol(const Elf_Shdr *Sec, uint32_t Index) const { in getSymbol() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/ |
D | ELFObjectFile.h | 371 const Elf_Shdr *toELFShdrIter(DataRefImpl Sec) const { in toELFShdrIter() 375 DataRefImpl toDRI(const Elf_Shdr *Sec) const { in toDRI() 463 const Elf_Shdr *getSection(DataRefImpl Sec) const { in getSection() 574 uint64_t ELFObjectFile<ELFT>::getSectionFlags(DataRefImpl Sec) const { in getSectionFlags() 579 uint32_t ELFObjectFile<ELFT>::getSectionType(DataRefImpl Sec) const { in getSectionType() 584 uint64_t ELFObjectFile<ELFT>::getSectionOffset(DataRefImpl Sec) const { in getSectionOffset() 861 DataRefImpl Sec; in getSymbolSection() local 880 void ELFObjectFile<ELFT>::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() 886 Expected<StringRef> ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec) const { in getSectionName() 891 uint64_t ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() [all …]
|
D | ELF.h | 129 const typename ELFT::Shdr &Sec) { in getSecIndexForError() 143 const typename ELFT::Shdr &Sec) { in describe() 168 const typename ELFT::Shdr &Sec) { in checkSectionOffsets() 186 const typename ELFT::Shdr &Sec) { in checkSectionVMA() 205 const typename ELFT::Shdr &Sec) { in isSectionInSegment() 304 Expected<Elf_Sym_Range> symbols(const Elf_Shdr *Sec) const { in symbols() 310 Expected<Elf_Rela_Range> relas(const Elf_Shdr &Sec) const { in relas() 314 Expected<Elf_Rel_Range> rels(const Elf_Shdr &Sec) const { in rels() 318 Expected<Elf_Relr_Range> relrs(const Elf_Shdr &Sec) const { in relrs() 551 ELFFile<ELFT>::getSymbol(const Elf_Shdr *Sec, uint32_t Index) const { in getSymbol() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 242 SectionRef toSectionRef(const Elf_Shdr *Sec) const { in toSectionRef() 339 const Elf_Shdr *toELFShdrIter(DataRefImpl Sec) const { in toELFShdrIter() 343 DataRefImpl toDRI(const Elf_Shdr *Sec) const { in toDRI() 409 const Elf_Shdr *getSection(DataRefImpl Sec) const { in getSection() 483 uint64_t ELFObjectFile<ELFT>::getSectionFlags(DataRefImpl Sec) const { in getSectionFlags() 488 uint32_t ELFObjectFile<ELFT>::getSectionType(DataRefImpl Sec) const { in getSectionType() 493 uint64_t ELFObjectFile<ELFT>::getSectionOffset(DataRefImpl Sec) const { in getSectionOffset() 674 DataRefImpl Sec; in getSymbolSection() local 691 void ELFObjectFile<ELFT>::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() 697 Expected<StringRef> ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec) const { in getSectionName() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 349 const Elf_Shdr *toELFShdrIter(DataRefImpl Sec) const { in toELFShdrIter() 353 DataRefImpl toDRI(const Elf_Shdr *Sec) const { in toDRI() 428 const Elf_Shdr *getSection(DataRefImpl Sec) const { in getSection() 535 uint64_t ELFObjectFile<ELFT>::getSectionFlags(DataRefImpl Sec) const { in getSectionFlags() 540 uint32_t ELFObjectFile<ELFT>::getSectionType(DataRefImpl Sec) const { in getSectionType() 545 uint64_t ELFObjectFile<ELFT>::getSectionOffset(DataRefImpl Sec) const { in getSectionOffset() 808 DataRefImpl Sec; in getSymbolSection() local 827 void ELFObjectFile<ELFT>::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() 833 Expected<StringRef> ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec) const { in getSectionName() 838 uint64_t ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() [all …]
|
H A D | ELF.h | 129 const typename ELFT::Shdr &Sec) { in getSecIndexForError() 143 const typename ELFT::Shdr &Sec) { in describe() 260 Expected<Elf_Sym_Range> symbols(const Elf_Shdr *Sec) const { in symbols() 266 Expected<Elf_Rela_Range> relas(const Elf_Shdr &Sec) const { in relas() 270 Expected<Elf_Rel_Range> rels(const Elf_Shdr &Sec) const { in rels() 274 Expected<Elf_Relr_Range> relrs(const Elf_Shdr &Sec) const { in relrs() 472 ELFFile<ELFT>::getSymbol(const Elf_Shdr *Sec, uint32_t Index) const { in getSymbol() 488 ELFFile<ELFT>::getSectionContentsAsArray(const Elf_Shdr &Sec) const { in getSectionContentsAsArray() 544 ELFFile<ELFT>::getSectionContents(const Elf_Shdr &Sec) const { in getSectionContents() 906 ELFFile<ELFT>::getVersionDefinitions(const Elf_Shdr &Sec) const { in getVersionDefinitions() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/wasm/ |
H A D | WasmObjcopy.cpp | 24 static bool isDebugSection(const Section &Sec) { in isDebugSection() 28 static bool isLinkerSection(const Section &Sec) { in isLinkerSection() 32 static bool isNameSection(const Section &Sec) { return Sec.Name == "name"; } in isNameSection() 36 static bool isCommentSection(const Section &Sec) { in isCommentSection() 42 for (const Section &Sec : Obj.Sections) { in dumpSectionToFile() local 65 RemovePred = [&Config](const Section &Sec) { in removeSections() 71 RemovePred = [RemovePred](const Section &Sec) { in removeSections() 77 RemovePred = [RemovePred](const Section &Sec) { in removeSections() 84 RemovePred = [&Config](const Section &Sec) { in removeSections() 92 RemovePred = [&Config](const Section &Sec) { in removeSections() [all …]
|
/aosp_15_r20/external/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 274 const Elf_Shdr *toELFShdrIter(DataRefImpl Sec) const { in toELFShdrIter() 278 DataRefImpl toDRI(const Elf_Shdr *Sec) const { in toDRI() 317 const Elf_Shdr *getSection(DataRefImpl Sec) const { in getSection() 374 uint64_t ELFObjectFile<ELFT>::getSectionFlags(DataRefImpl Sec) const { in getSectionFlags() 379 uint32_t ELFObjectFile<ELFT>::getSectionType(DataRefImpl Sec) const { in getSectionType() 544 DataRefImpl Sec; in getSymbolSection() local 558 void ELFObjectFile<ELFT>::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() 564 std::error_code ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec, in getSectionName() 574 uint64_t ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() 579 uint64_t ELFObjectFile<ELFT>::getSectionSize(DataRefImpl Sec) const { in getSectionSize() [all …]
|
H A D | ELF.h | 114 const Elf_Sym *symbol_begin(const Elf_Shdr *Sec) const { in symbol_begin() 121 const Elf_Sym *symbol_end(const Elf_Shdr *Sec) const { in symbol_end() 129 Elf_Sym_Range symbols(const Elf_Shdr *Sec) const { in symbols() 146 Elf_Rela_Range relas(const Elf_Shdr *Sec) const { in relas() 163 Elf_Rel_Range rels(const Elf_Shdr *Sec) const { in rels() 196 const Elf_Sym *getSymbol(const Elf_Shdr *Sec, uint32_t Index) const { in getSymbol() 245 ELFFile<ELFT>::getSectionContentsAsArray(const Elf_Shdr *Sec) const { in getSectionContentsAsArray() 260 ELFFile<ELFT>::getSectionContents(const Elf_Shdr *Sec) const { in getSectionContents() 399 ErrorOr<const Elf_Shdr *> Sec = getSection(Section); in getEntry() local 467 ELFFile<ELFT>::getStringTableForSymtab(const Elf_Shdr &Sec) const { in getStringTableForSymtab()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCFragment.h | 105 explicit MCDummyFragment(MCSection *Sec) : MCFragment(FT_Dummy, false, Sec) {} in MCDummyFragment() 121 MCSection *Sec) in MCEncodedFragment() 180 MCSection *Sec) in MCEncodedFragmentWithContents() 201 MCSection *Sec) in MCEncodedFragmentWithFixups() 247 : MCEncodedFragmentWithContents(FT_CompactEncodedInst, true, Sec) { in MCEncodedFragmentWithContents() argument 266 : MCEncodedFragmentWithFixups(FT_Relaxable, true, Sec), in MCEncodedFragmentWithFixups() argument 299 : MCFragment(FT_Align, false, Sec), Alignment(Alignment), EmitNops(false), in MCFragment() argument 331 : MCFragment(FT_Fill, false, Sec), ValueSize(VSize), Value(Value), in MCFragment() argument 358 : MCFragment(FT_Org, false, Sec), Value(Value), Offset(&Offset), in MCFragment() argument 383 : MCFragment(FT_LEB, false, Sec), IsSigned(IsSigned_), Value(&Value_) { in MCFragment() argument [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
H A D | MCFragment.h | 116 explicit MCDummyFragment(MCSection *Sec) : MCFragment(FT_Dummy, false, Sec) {} in MCDummyFragment() 132 MCSection *Sec) in MCEncodedFragment() 192 MCSection *Sec) in MCEncodedFragmentWithContents() 213 MCSection *Sec) in MCEncodedFragmentWithFixups() 259 : MCEncodedFragmentWithContents(FT_CompactEncodedInst, true, Sec) { in MCEncodedFragmentWithContents() argument 280 : MCEncodedFragmentWithFixups(FT_Relaxable, true, Sec), in MCEncodedFragmentWithFixups() argument 319 : MCFragment(FT_Align, false, Sec), Alignment(Alignment), EmitNops(false), in MCFragment() argument 356 : MCFragment(FT_Fill, false, Sec), ValueSize(VSize), Value(Value), in MCFragment() argument 385 : MCFragment(FT_Nops, false, Sec), Size(NumBytes), in MCFragment() argument 413 : MCFragment(FT_Org, false, Sec), Value(Value), Offset(&Offset), in MCFragment() argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/ |
D | MCFragment.h | 117 explicit MCDummyFragment(MCSection *Sec) : MCFragment(FT_Dummy, false, Sec) {} in MCDummyFragment() 133 MCSection *Sec) in MCEncodedFragment() 193 MCSection *Sec) in MCEncodedFragmentWithContents() 214 MCSection *Sec) in MCEncodedFragmentWithFixups() 263 : MCEncodedFragmentWithContents(FT_CompactEncodedInst, true, Sec) { in MCEncodedFragmentWithContents() argument 284 : MCEncodedFragmentWithFixups(FT_Relaxable, true, Sec), in MCEncodedFragmentWithFixups() argument 323 : MCFragment(FT_Align, false, Sec), Alignment(Alignment), EmitNops(false), in MCFragment() argument 360 : MCFragment(FT_Fill, false, Sec), ValueSize(VSize), Value(Value), in MCFragment() argument 389 : MCFragment(FT_Nops, false, Sec), Size(NumBytes), in MCFragment() argument 417 : MCFragment(FT_Org, false, Sec), Value(Value), Offset(&Offset), in MCFragment() argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/ |
D | MCFragment.h | 117 explicit MCDummyFragment(MCSection *Sec) : MCFragment(FT_Dummy, false, Sec) {} in MCDummyFragment() 133 MCSection *Sec) in MCEncodedFragment() 193 MCSection *Sec) in MCEncodedFragmentWithContents() 214 MCSection *Sec) in MCEncodedFragmentWithFixups() 263 : MCEncodedFragmentWithContents(FT_CompactEncodedInst, true, Sec) { in MCEncodedFragmentWithContents() argument 284 : MCEncodedFragmentWithFixups(FT_Relaxable, true, Sec), in MCEncodedFragmentWithFixups() argument 323 : MCFragment(FT_Align, false, Sec), Alignment(Alignment), EmitNops(false), in MCFragment() argument 360 : MCFragment(FT_Fill, false, Sec), ValueSize(VSize), Value(Value), in MCFragment() argument 389 : MCFragment(FT_Nops, false, Sec), Size(NumBytes), in MCFragment() argument 417 : MCFragment(FT_Org, false, Sec), Value(Value), Offset(&Offset), in MCFragment() argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/ |
D | MCFragment.h | 117 explicit MCDummyFragment(MCSection *Sec) : MCFragment(FT_Dummy, false, Sec) {} in MCDummyFragment() 133 MCSection *Sec) in MCEncodedFragment() 193 MCSection *Sec) in MCEncodedFragmentWithContents() 214 MCSection *Sec) in MCEncodedFragmentWithFixups() 263 : MCEncodedFragmentWithContents(FT_CompactEncodedInst, true, Sec) { in MCEncodedFragmentWithContents() argument 284 : MCEncodedFragmentWithFixups(FT_Relaxable, true, Sec), in MCEncodedFragmentWithFixups() argument 323 : MCFragment(FT_Align, false, Sec), Alignment(Alignment), EmitNops(false), in MCFragment() argument 360 : MCFragment(FT_Fill, false, Sec), ValueSize(VSize), Value(Value), in MCFragment() argument 389 : MCFragment(FT_Nops, false, Sec), Size(NumBytes), in MCFragment() argument 417 : MCFragment(FT_Org, false, Sec), Value(Value), Offset(&Offset), in MCFragment() argument [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/ |
D | MCFragment.h | 117 explicit MCDummyFragment(MCSection *Sec) : MCFragment(FT_Dummy, false, Sec) {} in MCDummyFragment() 133 MCSection *Sec) in MCEncodedFragment() 193 MCSection *Sec) in MCEncodedFragmentWithContents() 214 MCSection *Sec) in MCEncodedFragmentWithFixups() 263 : MCEncodedFragmentWithContents(FT_CompactEncodedInst, true, Sec) { in MCEncodedFragmentWithContents() argument 284 : MCEncodedFragmentWithFixups(FT_Relaxable, true, Sec), in MCEncodedFragmentWithFixups() argument 323 : MCFragment(FT_Align, false, Sec), Alignment(Alignment), EmitNops(false), in MCFragment() argument 360 : MCFragment(FT_Fill, false, Sec), ValueSize(VSize), Value(Value), in MCFragment() argument 389 : MCFragment(FT_Nops, false, Sec), Size(NumBytes), in MCFragment() argument 417 : MCFragment(FT_Org, false, Sec), Value(Value), Offset(&Offset), in MCFragment() argument [all …]
|