Searched refs:SectionName (Results 1 - 25 of 59) sorted by relevance

123

/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCAsmInfo.cpp38 bool AMDGPUMCAsmInfo::shouldOmitSectionDirective(StringRef SectionName) const {
39 return SectionName == ".hsatext" || SectionName == ".hsadata_global_agent" ||
40 SectionName == ".hsadata_global_program" ||
41 SectionName == ".hsarodata_readonly_agent" ||
42 MCAsmInfo::shouldOmitSectionDirective(SectionName);
H A DAMDGPUMCAsmInfo.h30 bool shouldOmitSectionDirective(StringRef SectionName) const override;
/external/llvm/include/llvm/MC/
H A DMCSectionELF.h33 StringRef SectionName; member in class:llvm::final
58 : MCSection(SV_ELF, K, Begin), SectionName(Section), Type(type),
65 void setSectionName(StringRef Name) { SectionName = Name; }
74 StringRef getSectionName() const { return SectionName; }
H A DMCSectionMachO.h27 char SectionName[16]; // Not necessarily null terminated! member in class:llvm::final
49 // SectionName is not necessarily null terminated!
50 if (SectionName[15])
51 return StringRef(SectionName, 16);
52 return StringRef(SectionName);
H A DMCSectionCOFF.h26 StringRef SectionName; member in class:llvm::final
48 : MCSection(SV_COFF, K, Begin), SectionName(Section),
62 StringRef getSectionName() const { return SectionName; }
H A DMCContext.h173 std::string SectionName; member in struct:llvm::MCContext::ELFSectionKey
176 ELFSectionKey(StringRef SectionName, StringRef GroupName, argument
178 : SectionName(SectionName), GroupName(GroupName), UniqueID(UniqueID) {
181 if (SectionName != Other.SectionName)
182 return SectionName < Other.SectionName;
190 std::string SectionName; member in struct:llvm::MCContext::COFFSectionKey
193 COFFSectionKey(StringRef SectionName, StringRe argument
[all...]
/external/llvm/unittests/ExecutionEngine/Orc/
H A DObjectLinkingLayerTest.cpp31 StringRef SectionName,
33 if (SectionName == ".debug_str")
37 SectionName,
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h52 StringRef SectionName) const;
55 StringRef SectionName,
59 StringRef SectionName,
H A DRuntimeDyldChecker.cpp343 StringRef SectionName; local
344 std::tie(SectionName, RemainingExpr) = parseSymbol(RemainingExpr);
362 FileName, SectionName, Symbol, PCtx.IsInsideLoad);
388 StringRef SectionName; local
389 std::tie(SectionName, RemainingExpr) = parseSymbol(RemainingExpr);
399 FileName, SectionName, PCtx.IsInsideLoad);
757 StringRef SectionName) const {
778 auto SectionInfoItr = SectionMapItr->second.find(SectionName);
781 ("Section '" + SectionName + "' not found in file '" +
788 StringRef FileName, StringRef SectionName, boo
787 getSectionAddr( StringRef FileName, StringRef SectionName, bool IsInsideLoad) const argument
810 getStubAddrFor( StringRef FileName, StringRef SectionName, StringRef SymbolName, bool IsInsideLoad) const argument
866 StringRef SectionName = Section.getName(); local
876 StringRef SectionName = Section.getName(); local
932 getSectionAddr(StringRef FileName, StringRef SectionName, bool LocalAddress) argument
[all...]
/external/llvm/lib/MC/
H A DMCAsmInfo.cpp161 bool MCAsmInfo::shouldOmitSectionDirective(StringRef SectionName) const {
163 return SectionName == ".text" || SectionName == ".data" ||
164 (SectionName == ".bss" && !usesELFSectionDirectiveForBSS());
H A DMCSectionCOFF.cpp45 if (ShouldOmitSectionDirective(SectionName, MAI)) {
H A DMCSectionMachO.cpp86 SectionName[i] = Section[i];
88 SectionName[i] = 0;
/external/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h52 StringRef SectionName) override;
60 unsigned SectionID, StringRef SectionName,
H A DRuntimeDyldChecker.h93 StringRef SectionName,
H A DRuntimeDyld.h107 StringRef SectionName) = 0;
114 StringRef SectionName,
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetObjectFile.cpp52 const char *SectionName) const {
55 .equals(SectionName);
H A DAMDGPUTargetObjectFile.h37 bool isAgentAllocationSection(const char *SectionName) const;
/external/llvm/tools/lli/
H A DRemoteMemoryManager.h71 StringRef SectionName) override;
74 unsigned SectionID, StringRef SectionName,
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp142 bool ParseSectionName(StringRef &SectionName);
219 bool ELFAsmParser::ParseSectionName(StringRef &SectionName) { argument
226 SectionName = getTok().getIdentifier();
249 SectionName = StringRef(FirstLoc.getPointer(), Size);
360 StringRef SectionName; local
362 if (ParseSectionName(SectionName))
375 if (SectionName == ".fini" || SectionName == ".init" ||
376 SectionName == ".rodata")
378 if (SectionName
[all...]
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
H A DELF_x86_64_StubBuf.s6 # CHECK: allocateCodeSection(Size = 42, Alignment = 16, SectionName = __text)
/external/autotest/site_utils/suite_scheduler/
H A Dbase_event.py21 def SectionName(keyword): function
78 section = SectionName(cls.KEYWORD)
/external/llvm/include/llvm-c/
H A DExecutionEngine.h157 const char *SectionName);
160 const char *SectionName, LLVMBool IsReadOnly);
/external/llvm/test/tools/llvm-readobj/ARM/
H A Dunwind.s150 @ CHECK: SectionName: .ARM.exidx.personality
166 @ CHECK: SectionName: .ARM.exidx.personality0
182 @ CHECK: SectionName: .ARM.exidx.personality1
202 @ CHECK: SectionName: .ARM.exidx.custom_personality
215 @ CHECK: SectionName: .ARM.exidx.opcodes
230 @ CHECK: SectionName: .ARM.exidx.multiple
264 @ CHECK: SectionName: .ARM.exidx.raw
292 @ CHECK: SectionName: .ARM.exidx.spare
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp325 StringRef SectionName) override;
328 unsigned SectionID, StringRef SectionName,
358 StringRef SectionName) {
360 SectionName.str().c_str());
365 StringRef SectionName, bool isReadOnly) {
367 SectionName.str().c_str(),
356 allocateCodeSection( uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName) argument
363 allocateDataSection( uintptr_t Size, unsigned Alignment, unsigned SectionID, StringRef SectionName, bool isReadOnly) argument
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp106 StringRef SectionName = local
113 SectionName, ELF::SHT_NOBITS, ELF::SHF_WRITE | ELF::SHF_ALLOC);

Completed in 490 milliseconds

123