HomeSort by relevance Sort by last modified time
    Searched refs:MCSectionCOFF (Results 1 - 17 of 17) sorted by null

  /external/swiftshader/third_party/LLVM/lib/MC/
MCSectionCOFF.cpp 1 //===- lib/MC/MCSectionCOFF.cpp - COFF Code Section Representation --------===//
10 #include "llvm/MC/MCSectionCOFF.h"
17 MCSectionCOFF::~MCSectionCOFF() {} // anchor.
21 bool MCSectionCOFF::ShouldOmitSectionDirective(StringRef Name,
31 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI,
78 bool MCSectionCOFF::UseCodeAlign() const {
82 bool MCSectionCOFF::isVirtualSection() const {
MCContext.cpp 16 #include "llvm/MC/MCSectionCOFF.h"
27 typedef StringMap<const MCSectionCOFF*> COFFUniqueMapTy;
232 StringMapEntry<const MCSectionCOFF*> &Entry = Map.GetOrCreateValue(Section);
235 MCSectionCOFF *Result = new (*this) MCSectionCOFF(Entry.getKey(),
MCWin64EH.cpp 15 #include "llvm/MC/MCSectionCOFF.h"
208 const MCSectionCOFF *COFFSection;
209 if ((COFFSection = dyn_cast<MCSectionCOFF>(section))) {
WinCOFFObjectWriter.cpp 24 #include "llvm/MC/MCSectionCOFF.h"
368 MCSectionCOFF const &Sec =
369 static_cast<MCSectionCOFF const &>(SectionData.getSection());
  /external/llvm/lib/MC/
MCSectionCOFF.cpp 1 //===- lib/MC/MCSectionCOFF.cpp - COFF Code Section Representation --------===//
10 #include "llvm/MC/MCSectionCOFF.h"
18 MCSectionCOFF::~MCSectionCOFF() {} // anchor.
22 bool MCSectionCOFF::ShouldOmitSectionDirective(StringRef Name,
34 void MCSectionCOFF::setSelection(int Selection) const {
40 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI,
103 bool MCSectionCOFF::UseCodeAlign() const {
107 bool MCSectionCOFF::isVirtualSection() const {
MCContext.cpp 20 #include "llvm/MC/MCSectionCOFF.h"
387 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section,
412 MCSectionCOFF *Result = new (COFFAllocator.Allocate()) MCSectionCOFF(
419 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section,
427 MCSectionCOFF *MCContext::getCOFFSection(StringRef Section) {
435 MCSectionCOFF *MCContext::getAssociativeCOFFSection(MCSectionCOFF *Sec,
WinCOFFObjectWriter.cpp 28 #include "llvm/MC/MCSectionCOFF.h"
107 MCSectionCOFF const *MCSection;
156 void defineSection(MCSectionCOFF const &Sec);
266 void WinCOFFObjectWriter::defineSection(MCSectionCOFF const &Sec) {
615 defineSection(static_cast<const MCSectionCOFF &>(Section));
643 const auto &Sec = cast<MCSectionCOFF>(Sym.getSection());
897 const MCSectionCOFF &MCSec = *Section->MCSection;
    [all...]
MCStreamer.cpp 22 #include "llvm/MC/MCSectionCOFF.h"
528 const auto *TextSecCOFF = cast<MCSectionCOFF>(TextSec);
537 return Context.getAssociativeCOFFSection(cast<MCSectionCOFF>(MainCFISec),
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCSectionCOFF.h 1 //===- MCSectionCOFF.h - COFF Machine Code Sections -------------*- C++ -*-===//
10 // This file declares the MCSectionCOFF class.
23 /// MCSectionCOFF - This represents a section on Windows
24 class MCSectionCOFF : public MCSection {
38 MCSectionCOFF(StringRef Section, unsigned Characteristics,
45 ~MCSectionCOFF();
64 static bool classof(const MCSectionCOFF *) { return true; }
  /external/llvm/include/llvm/MC/
MCSectionCOFF.h 1 //===- MCSectionCOFF.h - COFF Machine Code Sections -------------*- C++ -*-===//
10 // This file declares the MCSectionCOFF class.
24 class MCSectionCOFF final : public MCSection {
52 MCSectionCOFF(StringRef Section, unsigned Characteristics,
63 ~MCSectionCOFF();
MCContext.h 45 class MCSectionCOFF;
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/lib/CodeGen/AsmPrinter/
CodeViewDebug.h 108 DenseSet<MCSectionCOFF *> ComdatDebugSections;
CodeViewDebug.cpp 28 #include "llvm/MC/MCSectionCOFF.h"
596 MCSectionCOFF *GVSec =
597 GVSym ? dyn_cast<MCSectionCOFF>(&GVSym->getSection()) : nullptr;
600 MCSectionCOFF *DebugSec = cast<MCSectionCOFF>(
    [all...]
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 20 #include "llvm/MC/MCSectionCOFF.h"
517 const MCSectionCOFF *Current = static_cast<const MCSectionCOFF*>(
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 33 #include "llvm/MC/MCSectionCOFF.h"
564 if (const MCSectionCOFF *S = dyn_cast<MCSectionCOFF>(
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 30 #include "llvm/MC/MCSectionCOFF.h"
    [all...]
  /external/swiftshader/third_party/LLVM/
Android.mk 199 lib/MC/MCSectionCOFF.cpp \

Completed in 346 milliseconds