Searched defs:Section (Results 1 - 25 of 59) sorted by relevance

123

/freebsd-10.1-release/contrib/llvm/lib/MC/
H A DMCSymbol.cpp60 const MCSection *Section = Value->FindAssociatedSection(); local
H A DMCSectionMachO.cpp75 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section, argument
180 ParseSectionSpecifier(StringRef Spec, StringRef &Segment, StringRef &Section, unsigned &TAA, bool &TAAParsed, unsigned &StubSize) argument
[all...]
H A DMCMachOStreamer.cpp344 void MCMachOStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, argument
375 void MCMachOStreamer::EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, argument
H A DMCPureStreamer.cpp61 virtual void EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, argument
145 void MCPureStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, argument
H A DWinCOFFStreamer.cpp97 void SetSection(StringRef Section, argument
153 const MCSection *Section = MCStreamer::getContext().getCOFFSection( local
296 void WinCOFFStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, argument
301 void WinCOFFStreamer::EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, argument
/freebsd-10.1-release/contrib/llvm/lib/Object/
H A DELFYAML.cpp320 void MappingTraits<ELFYAML::Section>::mapping(IO &IO, argument
[all...]
H A DCOFFYAML.cpp20 Section::Section() { memset(&Header, 0, sizeof(COFF::section)); } function in class:llvm::COFFYAML::Section
H A DObject.cpp155 LLVMRelocationIteratorRef LLVMGetRelocations(LLVMSectionIteratorRef Section) { argument
164 LLVMBool LLVMIsRelocationIteratorAtEnd(LLVMSectionIteratorRef Section, argument
/freebsd-10.1-release/contrib/llvm/include/llvm/MC/
H A DMCSectionCOFF.h52 MCSectionCOFF(StringRef Section, unsigned Characteristics, argument
H A DMCSectionELF.h50 MCSectionELF(StringRef Section, unsigned type, unsigned flags, argument
H A DMCSymbol.h46 const MCSection *Section; member in class:llvm::MCSymbol
[all...]
H A DMCStreamer.h284 void SwitchSection(const MCSection *Section, const MCExpr *Subsection = 0) { argument
297 void SwitchSectionNoChange(const MCSection *Section, argument
[all...]
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp150 const MCSection &Section = SectionLabel->getSection(); local
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp70 const MCSectionELF &Section = local
/freebsd-10.1-release/contrib/llvm/include/llvm/Object/
H A DCOFFYAML.h44 struct Section { struct in namespace:llvm::COFFYAML
H A DELFYAML.h58 StringRef Section; member in struct:llvm::ELFYAML::Symbol
67 struct Section { struct in namespace:llvm::ELFYAML
/freebsd-10.1-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp65 virtual void ChangeSection(const MCSection *Section, argument
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Utils/
H A DSpecialCaseList.cpp211 bool SpecialCaseList::inSectionCategory(const StringRef Section, argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp19 Section::Section (const ModuleSP &module_sp, function in class:Section
49 Section::Section (const lldb::SectionSP &parent_section_sp, function in class:Section
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp231 const MCSectionMachO &Section = static_cast<const MCSectionMachO&>( local
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSection.h105 class Section : class in namespace:lldb_private
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lli/
H A DRemoteMemoryManager.cpp98 Allocation &Section = UnmappedSections[i]; local
115 Allocation &Section = UnmappedSections[i]; local
156 const Allocation &Section = I->second; local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp199 const coff_section *Section; local
/freebsd-10.1-release/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp165 getSection(const MachOObjectFile *Obj, DataRefImpl Sec, MachOSection &Section) argument
234 MachOSection Section; local
[all...]
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp488 StringRef Segment, Section; local

Completed in 126 milliseconds

123