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

123

/freebsd-10.0-release/contrib/llvm/include/llvm/MC/
H A DMCSectionCOFF.h38 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.h232 void SwitchSection(const MCSection *Section, const MCExpr *Subsection = 0) { argument
245 void SwitchSectionNoChange(const MCSection *Section, argument
[all...]
/freebsd-10.0-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.cpp341 void MCMachOStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, argument
371 void MCMachOStreamer::EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, argument
H A DMCPureStreamer.cpp60 virtual void EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, argument
147 void MCPureStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, argument
H A DWinCOFFStreamer.cpp100 void SetSection(StringRef Section, argument
157 const MCSection *Section = MCStreamer::getContext().getCOFFSection( local
297 void WinCOFFStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol, argument
302 void WinCOFFStreamer::EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, argument
H A DMCContext.cpp206 getMachOSection(StringRef Segment, StringRef Section, argument
235 getELFSection(StringRef Section, unsigned Type, unsigned Flags, argument
241 getELFSection(StringRef Section, unsigned Type, unsigned Flags, argument
273 const MCSection *MCContext::getCOFFSection(StringRef Section, argument
[all...]
H A DMCNullStreamer.cpp33 virtual void ChangeSection(const MCSection *Section, argument
70 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0, argument
72 virtual void EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol, argument
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DBlackList.cpp117 bool BlackList::inSection(const StringRef Section, argument
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp150 const MCSection &Section = SectionLabel->getSection(); local
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp70 const MCSectionELF &Section = local
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFStreamer.cpp66 virtual void ChangeSection(const MCSection *Section, argument
/freebsd-10.0-release/contrib/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp199 const coff_section *Section; local
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp18 Section::Section (const ModuleSP &module_sp, function in class:Section
48 Section::Section (const lldb::SectionSP &parent_section_sp, function in class:Section
[all...]
/freebsd-10.0-release/contrib/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp164 bool COFFAsmParser::ParseSectionSwitch(StringRef Section, argument
/freebsd-10.0-release/contrib/llvm/lib/Object/
H A DObject.cpp155 LLVMRelocationIteratorRef LLVMGetRelocations(LLVMSectionIteratorRef Section) { argument
164 LLVMBool LLVMIsRelocationIteratorAtEnd(LLVMSectionIteratorRef Section, argument
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp221 const MCSectionMachO &Section = static_cast<const MCSectionMachO&>( local
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSection.h105 class Section : class in namespace:lldb_private
[all...]
/freebsd-10.0-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.0-release/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp488 StringRef Segment, Section; local
/freebsd-10.0-release/contrib/llvm/lib/DebugInfo/
H A DDWARFContext.cpp541 StringRef *Section = StringSwitch<StringRef*>(name) local
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp89 const SectionEntry &Section = Sections[RE.SectionID]; local
94 void RuntimeDyldMachO::resolveRelocation(const SectionEntry &Section, argument
291 SectionEntry &Section = Sections[SectionID]; local
[all...]

Completed in 201 milliseconds

123