Home
last modified time | relevance | path

Searched refs:SectionName (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/boost/boost/dll/
Dalias.hpp47 #define BOOST_DLL_SECTION(SectionName, Permissions) \ argument
49 sizeof(#SectionName) < 10, \
52 __pragma(section(#SectionName, Permissions)) __declspec(allocate(#SectionName)) \
86 #define BOOST_DLL_SECTION(SectionName, Permissions) \
88 sizeof(#SectionName) < 10, \
91 __attribute__ ((section (#SectionName))) \
95 #define BOOST_DLL_SECTION(SectionName, Permissions) \
97 sizeof(#SectionName) < 10, \
100 __attribute__ ((section ( "__DATA," #SectionName))) \
174 #define BOOST_DLL_ALIAS_SECTIONED(FunctionOrVar, AliasName, SectionName) \ argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h197 std::string SectionName; member
201 ELFSectionKey(StringRef SectionName, StringRef GroupName, in ELFSectionKey()
203 : SectionName(SectionName), GroupName(GroupName), UniqueID(UniqueID) { in ELFSectionKey()
207 if (SectionName != Other.SectionName)
208 return SectionName < Other.SectionName;
216 std::string SectionName; member
221 COFFSectionKey(StringRef SectionName, StringRef GroupName, in COFFSectionKey()
223 : SectionName(SectionName), GroupName(GroupName), in COFFSectionKey()
227 if (SectionName != Other.SectionName)
228 return SectionName < Other.SectionName;
[all …]
DMCSectionMachO.h26 char SectionName[16]; // Not necessarily null terminated! variable
49 if (SectionName[15]) in getSectionName()
50 return StringRef(SectionName, 16); in getSectionName()
51 return StringRef(SectionName); in getSectionName()
DMCSectionELF.h30 StringRef SectionName; variable
56 : MCSection(SV_ELF, K, Begin), SectionName(Section), Type(type), in MCSectionELF()
63 void setSectionName(StringRef Name) { SectionName = Name; } in setSectionName()
70 StringRef getSectionName() const { return SectionName; } in getSectionName()
DMCSectionCOFF.h28 StringRef SectionName; variable
57 : MCSection(SV_COFF, K, Begin), SectionName(Section), in MCSectionCOFF()
69 StringRef getSectionName() const { return SectionName; } in getSectionName()
DMCSectionWasm.h30 StringRef SectionName; variable
51 : MCSection(SV_Wasm, K, Begin), SectionName(Section), UniqueID(UniqueID), in MCSectionWasm()
59 StringRef getSectionName() const { return SectionName; } in getSectionName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUMCAsmInfo.cpp48 bool AMDGPUMCAsmInfo::shouldOmitSectionDirective(StringRef SectionName) const { in shouldOmitSectionDirective()
49 return SectionName == ".hsatext" || SectionName == ".hsadata_global_agent" || in shouldOmitSectionDirective()
50 SectionName == ".hsadata_global_program" || in shouldOmitSectionDirective()
51 SectionName == ".hsarodata_readonly_agent" || in shouldOmitSectionDirective()
52 MCAsmInfo::shouldOmitSectionDirective(SectionName); in shouldOmitSectionDirective()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp155 bool ParseSectionName(StringRef &SectionName);
239 bool ELFAsmParser::ParseSectionName(StringRef &SectionName) { in ParseSectionName() argument
246 SectionName = getTok().getIdentifier(); in ParseSectionName()
269 SectionName = StringRef(FirstLoc.getPointer(), Size); in ParseSectionName()
482 static bool hasPrefix(StringRef SectionName, StringRef Prefix) { in hasPrefix() argument
483 return SectionName.startswith(Prefix) || SectionName == Prefix.drop_back(); in hasPrefix()
487 StringRef SectionName; in ParseSectionArguments() local
489 if (ParseSectionName(SectionName)) in ParseSectionArguments()
502 if (hasPrefix(SectionName, ".rodata.") || SectionName == ".rodata1") in ParseSectionArguments()
504 else if (SectionName == ".fini" || SectionName == ".init" || in ParseSectionArguments()
[all …]
DCOFFAsmParser.cpp50 bool ParseSectionName(StringRef &SectionName);
51 bool ParseSectionFlags(StringRef SectionName, StringRef FlagsString,
158 bool COFFAsmParser::ParseSectionFlags(StringRef SectionName, in ParseSectionFlags() argument
259 MCSectionCOFF::isImplicitlyDiscardable(SectionName)) in ParseSectionFlags()
323 bool COFFAsmParser::ParseSectionName(StringRef &SectionName) { in ParseSectionName() argument
327 SectionName = getTok().getIdentifier(); in ParseSectionName()
348 StringRef SectionName; in ParseDirectiveSection() local
350 if (ParseSectionName(SectionName)) in ParseDirectiveSection()
366 if (ParseSectionFlags(SectionName, FlagsStr, &Flags)) in ParseDirectiveSection()
402 ParseSectionSwitch(SectionName, Flags, Kind, COMDATSymName, Type); in ParseDirectiveSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFListTable.cpp26 SectionName.data(), *OffsetPtr); in extract()
38 SectionName.data(), HeaderOffset, HeaderData.Length); in extract()
48 SectionName.data(), HeaderOffset, FullLength); in extract()
54 SectionName.data(), FullLength, HeaderOffset); in extract()
66 SectionName.data(), HeaderData.Version, HeaderOffset); in extract()
71 SectionName.data(), HeaderOffset, HeaderData.AddrSize); in extract()
76 SectionName.data(), HeaderOffset, HeaderData.SegSize); in extract()
82 SectionName.data(), HeaderOffset, HeaderData.OffsetEntryCount); in extract()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFListTable.h50 uint64_t *OffsetPtr, StringRef SectionName,
85 StringRef SectionName; variable
91 DWARFListTableHeader(StringRef SectionName, StringRef ListTypeString) in DWARFListTableHeader() argument
92 : SectionName(SectionName), ListTypeString(ListTypeString) {} in DWARFListTableHeader()
102 StringRef getSectionName() const { return SectionName; } in getSectionName()
149 DWARFListTableBase(StringRef SectionName, StringRef HeaderString, in DWARFListTableBase() argument
151 : Header(SectionName, ListTypeString), HeaderString(HeaderString) {} in DWARFListTableBase()
220 StringRef SectionName, in extract() argument
238 SectionName.data(), HeaderOffset); in extract()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmInfo.cpp122 bool MCAsmInfo::shouldOmitSectionDirective(StringRef SectionName) const { in shouldOmitSectionDirective()
124 return SectionName == ".text" || SectionName == ".data" || in shouldOmitSectionDirective()
125 (SectionName == ".bss" && !usesELFSectionDirectiveForBSS()); in shouldOmitSectionDirective()
DMCSectionCOFF.cpp41 if (ShouldOmitSectionDirective(SectionName, MAI)) { in PrintSwitchToSection()
64 !isImplicitlyDiscardable(SectionName)) in PrintSwitchToSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DRemarkLinker.cpp34 Expected<StringRef> SectionName = getRemarksSectionName(Obj); in getRemarksSectionContents() local
35 if (!SectionName) in getRemarksSectionContents()
36 return SectionName.takeError(); in getRemarksSectionContents()
42 if (*MaybeName != *SectionName) in getRemarksSectionContents()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DIRSymtab.h125 Str SectionName; member
174 StringRef SectionName; member
226 StringRef getSectionName() const { return SectionName; } in getSectionName()
324 SectionName = R->str(UncI->SectionName); in read()
327 SectionName = ""; in read()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetObjectFile.cpp35 StringRef SectionName = GO->getSection(); in getExplicitSectionGlobal() local
36 if (SectionName.startswith(".AMDGPU.comment.")) in getExplicitSectionGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp222 std::string SectionName = ".text"; in writeFunctionCode() local
224 SectionName += "." + FuncName; in writeFunctionCode()
227 Section = createSection<ELFTextSection>(SectionName, SHT_PROGBITS, ShFlags, in writeFunctionCode()
356 const std::string SectionName = in writeDataOfType() local
359 Section = createSection<ELFDataSection>(SectionName, SHT_PROGBITS, ShFlags, in writeDataOfType()
368 const std::string SectionName = MangleSectionName(".data", SectionSuffix); in writeDataOfType() local
370 Section = createSection<ELFDataSection>(SectionName, SHT_PROGBITS, ShFlags, in writeDataOfType()
379 const std::string SectionName = MangleSectionName(".bss", SectionSuffix); in writeDataOfType() local
381 Section = createSection<ELFDataSection>(SectionName, SHT_NOBITS, ShFlags, in writeDataOfType()
581 const std::string SectionName = MangleSectionName( in writeJumpTable() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLTypes.h54 StringRef SectionName);
56 StringRef SectionName);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp330 StringRef SectionName) override;
333 unsigned SectionID, StringRef SectionName,
363 StringRef SectionName) { in allocateCodeSection() argument
365 SectionName.str().c_str()); in allocateCodeSection()
370 StringRef SectionName, bool isReadOnly) { in allocateDataSection() argument
372 SectionName.str().c_str(), in allocateDataSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h66 StringRef FileName, StringRef SectionName, StringRef SymbolName,
106 StringRef SectionName) = 0;
113 StringRef SectionName,
DSectionMemoryManager.h120 StringRef SectionName) override;
128 unsigned SectionID, StringRef SectionName,
DRuntimeDyldChecker.h139 StringRef FileName, StringRef SectionName)>;
171 StringRef SectionName,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp99 StringRef SectionName = GO->getSection(); in getExplicitSectionGlobal() local
101 bool IsCPRel = SectionName.startswith(".cp."); in getExplicitSectionGlobal()
104 return getContext().getELFSection(SectionName, getXCoreSectionType(Kind), in getExplicitSectionGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp171 StringRef SectionName; in mapping() local
174 SectionName = CustomSection->Name; in mapping()
176 IO.mapRequired("Name", SectionName); in mapping()
178 if (SectionName == "dylink") { in mapping()
182 } else if (SectionName == "linking") { in mapping()
186 } else if (SectionName == "name") { in mapping()
190 } else if (SectionName == "producers") { in mapping()
194 } else if (SectionName == "target_features") { in mapping()
200 Section.reset(new WasmYAML::CustomSection(SectionName)); in mapping()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp195 llvm::StringRef SectionName) { in allocateCodeSection() argument
197 SectionName); in allocateCodeSection()
202 llvm::StringRef SectionName, in allocateDataSection() argument
205 SectionName, in allocateDataSection()

1234