Searched defs:Section (Results 1 - 25 of 142) sorted by path

123456

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.h119 StringRef Segment, Section; variable
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1489 GetSectionBounds(StringRef Section) { argument
H A DCGObjCMac.cpp1866 getLinkageTypeForObjCMetadata(CodeGenModule &CGM, StringRef Section) { argument
3339 StringRef Section; local
3361 StringRef Section; local
3636 const char *Section = "__OBJC,__class,regular,no_dead_strip"; local
4135 CreateMetadataVar(Twine Name, ConstantStructBuilder &Init, StringRef Section, CharUnits Align, bool AddToUsed) argument
4151 CreateMetadataVar(Twine Name, llvm::Constant *Init, StringRef Section, CharUnits Align, bool AddToUsed) argument
4183 StringRef Section; local
5065 GetSectionName(StringRef Section, StringRef MachOAttributes) argument
5115 std::string Section = local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.cpp1125 addSectalignToPage(const ArgList &Args, ArgStringList &CmdArgs, StringRef Segment, StringRef Section) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp954 StringRef Section = llvm::StringSwitch<StringRef>(II->getName()) local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp467 auto Section = Context.SectionInfos.find(SectionName); local
494 auto Section = Context.SectionInfos.find(SectionName); local
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h113 struct Section { struct in namespace:lld::mach_o::normalized
114 Section() : type(llvm::MachO::S_REGULAR), function in struct:lld::mach_o::normalized::Section
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h96 class Section : public std::enable_shared_from_this<Section>, class in namespace:lldb_private
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp153 Section::Section(const ModuleSP &module_sp, ObjectFile *obj_file, function in class:Section
174 Section::Section(const lldb::SectionSP &parent_section_sp, function in class:Section
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h854 MCSection *Section; member in class:llvm::DIEUnit
872 void setSection(MCSection *Section) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugInlineeLinesSubsection.h73 Error initialize(BinaryStreamRef Section) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h388 const DWARFDebugNames &Section; member in class:llvm::DWARFDebugNames::NameIndex
417 NameIndex(const DWARFDebugNames &Section, uint64_t Base) argument
H A DDWARFCompileUnit.h19 DWARFCompileUnit(DWARFContext &Context, const DWARFSection &Section, argument
H A DDWARFDataExtractor.h22 const DWARFSection *Section = nullptr; member in class:llvm::DWARFDataExtractor
27 DWARFDataExtractor(const DWARFObject &Obj, const DWARFSection &Section, argument
H A DDWARFTypeUnit.h27 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASectionContrib.h49 CComPtr<IDiaSectionContrib> Section; member in class:llvm::pdb::DIASectionContrib
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h532 class Section { class in namespace:llvm::jitlink
536 Section(StringRef Name, sys::Memory::ProtectionFlags Prot, function in class:llvm::jitlink::Section
871 addCommonSymbol(StringRef Name, Scope S, Section &Section, JITTargetAddress Address, uint64_t Size, uint64_t Alignment, bool IsLive) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h47 MCSection *Section; member in struct:llvm::IndirectSymbolData
H A DMCCodeView.h111 MCSection *Section = nullptr; member in struct:llvm::MCCVFunctionInfo
H A DMCContext.h417 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section, argument
424 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, argument
429 MCSectionELF *getELFSection(const Twine &Section, unsigned Type, argument
435 MCSectionELF *getELFSection(const Twine &Section, unsigne argument
487 getWasmSection(const Twine &Section, SectionKind K) argument
491 getWasmSection(const Twine &Section, SectionKind K, const char *BeginSymName) argument
496 getWasmSection(const Twine &Section, SectionKind K, const Twine &Group, unsigned UniqueID) argument
[all...]
H A DMCSectionCOFF.h54 MCSectionCOFF(StringRef Section, unsigned Characteristics, argument
H A DMCSectionELF.h53 MCSectionELF(StringRef Section, unsigned type, unsigned flags, SectionKind K, argument
H A DMCSectionWasm.h49 MCSectionWasm(StringRef Section, SectionKind K, const MCSymbolWasm *group, argument
H A DMCSectionXCOFF.h42 MCSectionXCOFF(StringRef Section, XCOFF::StorageMappingClass SMC, argument
H A DMCStreamer.h426 void SwitchSectionNoChange(MCSection *Section, argument
[all...]

Completed in 386 milliseconds

123456