/external/llvm/lib/MC/ |
MCSectionMachO.cpp | 1 //===- lib/MC/MCSectionMachO.cpp - MachO Code Section Representation ------===// 10 #include "llvm/MC/MCSectionMachO.h" 21 } SectionTypeDescriptors[MCSectionMachO::LAST_KNOWN_SECTION_TYPE+1] = { 58 { MCSectionMachO::ENUM, ASMNAME, #ENUM }, 75 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, 93 void MCSectionMachO::PrintSwitchToSection(const MCAsmInfo &MAI, 105 unsigned SectionType = TAA & MCSectionMachO::SECTION_TYPE; 106 assert(SectionType <= MCSectionMachO::LAST_KNOWN_SECTION_TYPE && 119 unsigned SectionAttrs = TAA & MCSectionMachO::SECTION_ATTRIBUTES [all...] |
MCObjectFileInfo.cpp | 16 #include "llvm/MC/MCSectionMachO.h" 36 MCSectionMachO::S_ATTR_PURE_INSTRUCTIONS, 44 MCSectionMachO::S_THREAD_LOCAL_REGULAR, 48 MCSectionMachO::S_THREAD_LOCAL_ZEROFILL, 54 MCSectionMachO::S_THREAD_LOCAL_VARIABLES, 59 MCSectionMachO::S_THREAD_LOCAL_INIT_FUNCTION_POINTERS, 64 MCSectionMachO::S_CSTRING_LITERALS, 71 MCSectionMachO::S_4BYTE_LITERALS, 75 MCSectionMachO::S_8BYTE_LITERALS, 86 MCSectionMachO::S_16BYTE_LITERALS [all...] |
MachObjectWriter.cpp | 20 #include "llvm/MC/MCSectionMachO.h" 217 const MCSectionMachO &Section = cast<MCSectionMachO>(SD.getSection()); 231 Flags |= MCSectionMachO::S_ATTR_SOME_INSTRUCTIONS; 435 const MCSectionMachO &Section = 436 cast<MCSectionMachO>(it->SectionData->getSection()); 438 if (Section.getType() != MCSectionMachO::S_NON_LAZY_SYMBOL_POINTERS) 451 const MCSectionMachO &Section = 452 cast<MCSectionMachO>(it->SectionData->getSection()); 454 if (Section.getType() != MCSectionMachO::S_LAZY_SYMBOL_POINTERS & [all...] |
Android.mk | 37 MCSectionMachO.cpp \
|
MCContext.cpp | 20 #include "llvm/MC/MCSectionMachO.h" 30 typedef StringMap<const MCSectionMachO*> MachOUniqueMapTy; 209 const MCSectionMachO *MCContext:: 230 const MCSectionMachO *&Entry = Map[Name.str()]; 234 return Entry = new (*this) MCSectionMachO(Segment, Section, TypeAndAttributes,
|
MCMachOStreamer.cpp | 20 #include "llvm/MC/MCSectionMachO.h" 105 MCSectionMachO::S_ATTR_PURE_INSTRUCTIONS, 0, 336 MCSectionMachO::S_ZEROFILL,
|
MCAsmStreamer.cpp | 26 #include "llvm/MC/MCSectionMachO.h" 572 const MCSectionMachO *MOSection = ((const MCSectionMachO*)Section); [all...] |
/external/llvm/lib/MC/MCParser/ |
DarwinAsmParser.cpp | 17 #include "llvm/MC/MCSectionMachO.h" 190 MCSectionMachO::S_CSTRING_LITERALS); 194 MCSectionMachO::S_4BYTE_LITERALS, 4); 198 MCSectionMachO::S_8BYTE_LITERALS, 8); 202 MCSectionMachO::S_16BYTE_LITERALS, 16); 218 MCSectionMachO::S_SYMBOL_STUBS | 219 MCSectionMachO::S_ATTR_PURE_INSTRUCTIONS, 225 MCSectionMachO::S_SYMBOL_STUBS | 226 MCSectionMachO::S_ATTR_PURE_INSTRUCTIONS, 0, 26); 236 MCSectionMachO::S_NON_LAZY_SYMBOL_POINTERS, 4) [all...] |
/external/llvm/lib/Target/X86/MCTargetDesc/ |
X86AsmBackend.cpp | 21 #include "llvm/MC/MCSectionMachO.h" 425 const MCSectionMachO &SMO = static_cast<const MCSectionMachO&>(Section); 426 return SMO.getType() == MCSectionMachO::S_CSTRING_LITERALS; 430 const MCSectionMachO &SMO = static_cast<const MCSectionMachO&>(Section); 436 case MCSectionMachO::S_4BYTE_LITERALS: 437 case MCSectionMachO::S_8BYTE_LITERALS: 438 case MCSectionMachO::S_16BYTE_LITERALS: 439 case MCSectionMachO::S_LITERAL_POINTERS [all...] |
X86MachObjectWriter.cpp | 17 #include "llvm/MC/MCSectionMachO.h" 221 const MCSectionMachO &Section = static_cast<const MCSectionMachO&>( 223 if (Section.hasAttribute(MCSectionMachO::S_ATTR_DEBUG))
|
/external/llvm/include/llvm/MC/ |
MCSectionMachO.h | 1 //===- MCSectionMachO.h - MachO Machine Code Sections -----------*- C++ -*-===// 10 // This file declares the MCSectionMachO class. 22 /// MCSectionMachO - This represents a section on a Mach-O system (used by 25 class MCSectionMachO : public MCSection { 37 MCSectionMachO(StringRef Segment, StringRef Section,
|
MCContext.h | 39 class MCSectionMachO; 238 const MCSectionMachO *getMachOSection(StringRef Segment, 243 const MCSectionMachO *getMachOSection(StringRef Segment,
|
/external/llvm/include/llvm/CodeGen/ |
TargetLoweringObjectFileImpl.h | 28 class MCSectionMachO;
|
/external/llvm/lib/Target/X86/ |
X86AsmPrinter.cpp | 34 #include "llvm/MC/MCSectionMachO.h" 537 MCSectionMachO::S_SYMBOL_STUBS | 538 MCSectionMachO::S_ATTR_SELF_MODIFYING_CODE | 539 MCSectionMachO::S_ATTR_PURE_INSTRUCTIONS, 563 MCSectionMachO::S_NON_LAZY_SYMBOL_POINTERS,
|
/external/llvm/lib/Target/PowerPC/ |
PPCAsmPrinter.cpp | 46 #include "llvm/MC/MCSectionMachO.h" [all...] |
/external/llvm/lib/CodeGen/ |
TargetLoweringObjectFileImpl.cpp | 30 #include "llvm/MC/MCSectionMachO.h" 465 MCSectionMachO::ParseSectionSpecifier(SectionVal, Segment, Section, 473 const MCSectionMachO *S = 492 MCSectionMachO::ParseSectionSpecifier(GV->getSection(), Segment, Section, 502 const MCSectionMachO *S =
|
/external/llvm/lib/Target/ARM/ |
ARMAsmPrinter.cpp | 44 #include "llvm/MC/MCSectionMachO.h" 623 MCSectionMachO::S_SYMBOL_STUBS, 629 MCSectionMachO::S_SYMBOL_STUBS, 635 MCSectionMachO::S_REGULAR | 636 MCSectionMachO::S_ATTR_PURE_INSTRUCTIONS, [all...] |
/external/clang/lib/Basic/ |
Targets.cpp | 29 #include "llvm/MC/MCSectionMachO.h" 188 // Let MCSectionMachO validate this. 192 return llvm::MCSectionMachO::ParseSectionSpecifier(SR, Segment, Section, [all...] |