/external/llvm/lib/MC/ |
D | MCSectionCOFF.cpp | 18 MCSectionCOFF::~MCSectionCOFF() {} // anchor. in ~MCSectionCOFF() 22 bool MCSectionCOFF::ShouldOmitSectionDirective(StringRef Name, in ShouldOmitSectionDirective() 34 void MCSectionCOFF::setSelection(int Selection) const { in setSelection() 40 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI, in PrintSwitchToSection() 103 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() 107 bool MCSectionCOFF::isVirtualSection() const { in isVirtualSection()
|
D | MCContext.cpp | 387 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection() 412 MCSectionCOFF *Result = new (COFFAllocator.Allocate()) MCSectionCOFF( in getCOFFSection() 419 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection() 427 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section) { in getCOFFSection() 435 MCSectionCOFF *MCContext::getAssociativeCOFFSection(MCSectionCOFF *Sec, in getAssociativeCOFFSection()
|
D | CMakeLists.txt | 34 MCSectionCOFF.cpp
|
D | WinCOFFObjectWriter.cpp | 107 MCSectionCOFF const *MCSection; 156 void defineSection(MCSectionCOFF const &Sec); 266 void WinCOFFObjectWriter::defineSection(MCSectionCOFF const &Sec) { in defineSection() 615 defineSection(static_cast<const MCSectionCOFF &>(Section)); in executePostLayoutBinding() 643 const auto &Sec = cast<MCSectionCOFF>(Sym.getSection()); in isWeak() 897 const MCSectionCOFF &MCSec = *Section->MCSection; in writeObject()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCSectionCOFF.cpp | 19 bool MCSectionCOFF::ShouldOmitSectionDirective(StringRef Name, in ShouldOmitSectionDirective() 31 void MCSectionCOFF::setSelection(int Selection) const { in setSelection() 37 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection() 107 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() 111 bool MCSectionCOFF::isVirtualSection() const { in isVirtualSection() 115 StringRef MCSectionCOFF::getVirtualSectionKind() const { in getVirtualSectionKind()
|
D | WinCOFFObjectWriter.cpp | 118 MCSectionCOFF const *MCSection = nullptr; 154 MCSectionCOFF *AddrsigSection; 157 MCSectionCOFF *CGProfileSection = nullptr; 177 void defineSection(MCSectionCOFF const &Sec); 266 static uint32_t getAlignment(const MCSectionCOFF &Sec) { in getAlignment() 302 void WinCOFFObjectWriter::defineSection(const MCSectionCOFF &MCSec) { in defineSection() 691 defineSection(static_cast<const MCSectionCOFF &>(Section)); in executePostLayoutBinding() 1069 const MCSectionCOFF &MCSec = *Section->MCSection; in writeObject() 1083 const auto *AssocMCSec = cast<MCSectionCOFF>(&AssocMCSym->getSection()); in writeObject()
|
D | MCContext.cpp | 558 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection() 583 MCSectionCOFF *Result = new (COFFAllocator.Allocate()) MCSectionCOFF( in getCOFFSection() 590 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection() 598 MCSectionCOFF *MCContext::getAssociativeCOFFSection(MCSectionCOFF *Sec, in getAssociativeCOFFSection()
|
D | CMakeLists.txt | 38 MCSectionCOFF.cpp
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSectionCOFF.cpp | 19 bool MCSectionCOFF::ShouldOmitSectionDirective(StringRef Name, in ShouldOmitSectionDirective() 31 void MCSectionCOFF::setSelection(int Selection) const { in setSelection() 37 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI, const Triple &T, in PrintSwitchToSection() 107 bool MCSectionCOFF::UseCodeAlign() const { in UseCodeAlign() 111 bool MCSectionCOFF::isVirtualSection() const { in isVirtualSection()
|
D | MCContext.cpp | 435 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection() 460 MCSectionCOFF *Result = new (COFFAllocator.Allocate()) MCSectionCOFF( in getCOFFSection() 467 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section, in getCOFFSection() 475 MCSectionCOFF *MCContext::getAssociativeCOFFSection(MCSectionCOFF *Sec, in getAssociativeCOFFSection()
|
D | WinCOFFObjectWriter.cpp | 117 MCSectionCOFF const *MCSection = nullptr; 149 MCSectionCOFF *AddrsigSection; 170 void defineSection(MCSectionCOFF const &Sec); 258 static uint32_t getAlignment(const MCSectionCOFF &Sec) { in getAlignment() 294 void WinCOFFObjectWriter::defineSection(const MCSectionCOFF &MCSec) { in defineSection() 673 defineSection(static_cast<const MCSectionCOFF &>(Section)); in executePostLayoutBinding() 1009 const MCSectionCOFF &MCSec = *Section->MCSection; in writeObject() 1023 const auto *AssocMCSec = cast<MCSectionCOFF>(&AssocMCSym->getSection()); in writeObject()
|
D | CMakeLists.txt | 37 MCSectionCOFF.cpp
|
/external/llvm/include/llvm/MC/ |
D | MCSectionCOFF.h | 24 class MCSectionCOFF final : public MCSection { 52 MCSectionCOFF(StringRef Section, unsigned Characteristics, in MCSectionCOFF() function 63 ~MCSectionCOFF();
|
D | MCContext.h | 45 class MCSectionCOFF; variable 79 SpecificBumpPtrAllocator<MCSectionCOFF> COFFAllocator; 221 std::map<COFFSectionKey, MCSectionCOFF *> COFFUniquingMap; 400 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics, 406 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics, 410 MCSectionCOFF *getCOFFSection(StringRef Section); 416 MCSectionCOFF * 417 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym,
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCSectionCOFF.h | 26 class MCSectionCOFF final : public MCSection { 52 MCSectionCOFF(StringRef Name, unsigned Characteristics, in MCSectionCOFF() function
|
D | MCContext.h | 51 class MCSectionCOFF; variable 95 SpecificBumpPtrAllocator<MCSectionCOFF> COFFAllocator; 284 std::map<COFFSectionKey, MCSectionCOFF *> COFFUniquingMap; 525 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics, 531 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics, 539 MCSectionCOFF * 540 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSectionCOFF.h | 26 class MCSectionCOFF final : public MCSection { 54 MCSectionCOFF(StringRef Section, unsigned Characteristics, in MCSectionCOFF() function
|
D | MCContext.h | 50 class MCSectionCOFF; variable 93 SpecificBumpPtrAllocator<MCSectionCOFF> COFFAllocator; 272 std::map<COFFSectionKey, MCSectionCOFF *> COFFUniquingMap; 469 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics, 475 MCSectionCOFF *getCOFFSection(StringRef Section, unsigned Characteristics, 483 MCSectionCOFF * 484 getAssociativeCOFFSection(MCSectionCOFF *Sec, const MCSymbol *KeySym,
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/MC/ |
D | BUILD.gn | 49 "MCSectionCOFF.cpp",
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.h | 46 class MCSectionCOFF; variable 209 DenseSet<MCSectionCOFF *> ComdatDebugSections;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | COFFAsmParser.cpp | 259 MCSectionCOFF::isImplicitlyDiscardable(SectionName)) in ParseSectionFlags() 587 const MCSectionCOFF *Current = in ParseDirectiveLinkOnce() 588 static_cast<const MCSectionCOFF *>(getStreamer().getCurrentSectionOnly()); in ParseDirectiveLinkOnce()
|
/external/llvm-project/llvm/lib/MC/MCParser/ |
D | COFFAsmParser.cpp | 263 MCSectionCOFF::isImplicitlyDiscardable(SectionName)) in ParseSectionFlags() 595 const MCSectionCOFF *Current = in ParseDirectiveLinkOnce() 596 static_cast<const MCSectionCOFF *>(getStreamer().getCurrentSectionOnly()); in ParseDirectiveLinkOnce()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.h | 46 class MCSectionCOFF; variable 212 DenseSet<MCSectionCOFF *> ComdatDebugSections;
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.h | 108 DenseSet<MCSectionCOFF *> ComdatDebugSections;
|
/external/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 564 if (const MCSectionCOFF *S = dyn_cast<MCSectionCOFF>( in GetCPISymbol()
|