/external/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUMCAsmInfo.cpp | 40 bool AMDGPUMCAsmInfo::shouldOmitSectionDirective(StringRef SectionName) const { in shouldOmitSectionDirective() 41 return SectionName == ".hsatext" || SectionName == ".hsadata_global_agent" || in shouldOmitSectionDirective() 42 SectionName == ".hsadata_global_program" || in shouldOmitSectionDirective() 43 SectionName == ".hsarodata_readonly_agent" || in shouldOmitSectionDirective() 44 MCAsmInfo::shouldOmitSectionDirective(SectionName); in shouldOmitSectionDirective()
|
/external/llvm/include/llvm/MC/ |
D | MCContext.h | 183 std::string SectionName; member 186 ELFSectionKey(StringRef SectionName, StringRef GroupName, in ELFSectionKey() 188 : SectionName(SectionName), GroupName(GroupName), UniqueID(UniqueID) { in ELFSectionKey() 191 if (SectionName != Other.SectionName) 192 return SectionName < Other.SectionName; 200 std::string SectionName; member 204 COFFSectionKey(StringRef SectionName, StringRef GroupName, in COFFSectionKey() 206 : SectionName(SectionName), GroupName(GroupName), in COFFSectionKey() 209 if (SectionName != Other.SectionName) 210 return SectionName < Other.SectionName;
|
D | MCSectionMachO.h | 27 char SectionName[16]; // Not necessarily null terminated! variable 50 if (SectionName[15]) in getSectionName() 51 return StringRef(SectionName, 16); in getSectionName() 52 return StringRef(SectionName); in getSectionName()
|
D | MCSectionELF.h | 33 StringRef SectionName; variable 58 : MCSection(SV_ELF, K, Begin), SectionName(Section), Type(type), in MCSectionELF() 65 void setSectionName(StringRef Name) { SectionName = Name; } in setSectionName() 74 StringRef getSectionName() const { return SectionName; } in getSectionName()
|
D | MCSectionCOFF.h | 26 StringRef SectionName; variable 55 : MCSection(SV_COFF, K, Begin), SectionName(Section), in MCSectionCOFF() 69 StringRef getSectionName() const { return SectionName; } in getSectionName()
|
/external/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 142 bool ParseSectionName(StringRef &SectionName); 220 bool ELFAsmParser::ParseSectionName(StringRef &SectionName) { in ParseSectionName() argument 227 SectionName = getTok().getIdentifier(); in ParseSectionName() 251 SectionName = StringRef(FirstLoc.getPointer(), Size); in ParseSectionName() 362 StringRef SectionName; in ParseSectionArguments() local 364 if (ParseSectionName(SectionName)) in ParseSectionArguments() 377 if (SectionName == ".fini" || SectionName == ".init" || in ParseSectionArguments() 378 SectionName == ".rodata") in ParseSectionArguments() 380 if (SectionName == ".fini" || SectionName == ".init") in ParseSectionArguments() 485 if (SectionName.startswith(".note")) in ParseSectionArguments() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCSectionMachO.h | 26 char SectionName[16]; // Not necessarily null terminated! variable 142 if (SectionName[15]) in getSectionName() 143 return StringRef(SectionName, 16); in getSectionName() 144 return StringRef(SectionName); in getSectionName()
|
D | MCSectionCOFF.h | 26 StringRef SectionName; variable 40 : MCSection(SV_COFF, K), SectionName(Section), in MCSectionCOFF() 52 StringRef getSectionName() const { return SectionName; } in getSectionName()
|
D | MCSectionELF.h | 29 StringRef SectionName; variable 49 : MCSection(SV_ELF, K), SectionName(Section), Type(type), Flags(flags), in MCSectionELF() 58 StringRef getSectionName() const { return SectionName; } in getSectionName()
|
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 148 bool ParseSectionName(StringRef &SectionName); 221 bool ELFAsmParser::ParseSectionName(StringRef &SectionName) { in ParseSectionName() argument 228 SectionName = getTok().getIdentifier(); in ParseSectionName() 252 SectionName = StringRef(FirstLoc.getPointer(), Size); in ParseSectionName() 331 StringRef SectionName; in ParseDirectiveSection() local 333 if (ParseSectionName(SectionName)) in ParseDirectiveSection() 342 if (SectionName == ".fini" || SectionName == ".init" || in ParseDirectiveSection() 343 SectionName == ".rodata") in ParseDirectiveSection() 345 if (SectionName == ".fini" || SectionName == ".init") in ParseDirectiveSection() 432 getStreamer().SwitchSection(getContext().getELFSection(SectionName, Type, in ParseDirectiveSection()
|
/external/llvm/lib/MC/ |
D | MCAsmInfo.cpp | 163 bool MCAsmInfo::shouldOmitSectionDirective(StringRef SectionName) const { in shouldOmitSectionDirective() 165 return SectionName == ".text" || SectionName == ".data" || in shouldOmitSectionDirective() 166 (SectionName == ".bss" && !usesELFSectionDirectiveForBSS()); in shouldOmitSectionDirective()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldChecker.cpp | 345 StringRef SectionName; in evalStubAddr() local 346 std::tie(SectionName, RemainingExpr) = parseSymbol(RemainingExpr); in evalStubAddr() 364 FileName, SectionName, Symbol, PCtx.IsInsideLoad); in evalStubAddr() 390 StringRef SectionName; in evalSectionAddr() local 391 std::tie(SectionName, RemainingExpr) = parseSymbol(RemainingExpr); in evalSectionAddr() 401 FileName, SectionName, PCtx.IsInsideLoad); in evalSectionAddr() 759 StringRef SectionName) const { in findSectionAddrInfo() 780 auto SectionInfoItr = SectionMapItr->second.find(SectionName); in findSectionAddrInfo() 783 ("Section '" + SectionName + "' not found in file '" + in findSectionAddrInfo() 790 StringRef FileName, StringRef SectionName, bool IsInsideLoad) const { in getSectionAddr() argument [all …]
|
D | RuntimeDyldCheckerImpl.h | 51 StringRef SectionName) const; 54 StringRef SectionName, 58 StringRef SectionName,
|
/external/llvm/test/tools/llvm-readobj/ARM/ |
D | unwind.s | 150 @ 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/tools/lli/ |
D | RemoteJITUtils.h | 92 StringRef SectionName) override { in allocateCodeSection() argument 93 return MemMgr->allocateCodeSection(Size, Alignment, SectionID, SectionName); in allocateCodeSection() 97 unsigned SectionID, StringRef SectionName, in allocateDataSection() argument 99 return MemMgr->allocateDataSection(Size, Alignment, SectionID, SectionName, in allocateDataSection()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceELFObjectWriter.cpp | 229 std::string SectionName = ".text"; in writeFunctionCode() local 231 SectionName += "." + FuncName; in writeFunctionCode() 234 Section = createSection<ELFTextSection>(SectionName, SHT_PROGBITS, ShFlags, in writeFunctionCode() 363 const std::string SectionName = in writeDataOfType() local 366 Section = createSection<ELFDataSection>(SectionName, SHT_PROGBITS, ShFlags, in writeDataOfType() 375 const std::string SectionName = MangleSectionName(".data", SectionSuffix); in writeDataOfType() local 377 Section = createSection<ELFDataSection>(SectionName, SHT_PROGBITS, ShFlags, in writeDataOfType() 386 const std::string SectionName = MangleSectionName(".bss", SectionSuffix); in writeDataOfType() local 388 Section = createSection<ELFDataSection>(SectionName, SHT_NOBITS, ShFlags, in writeDataOfType() 599 const std::string SectionName = MangleSectionName( in writeJumpTable() local [all …]
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 94 void printCodeViewSymbolSection(StringRef SectionName, const SectionRef &Section); 95 void printCodeViewTypeSection(StringRef SectionName, const SectionRef &Section); 700 StringRef SectionName; in printCodeViewDebugInfo() local 701 error(S.getName(SectionName)); in printCodeViewDebugInfo() 702 if (SectionName == ".debug$T") in printCodeViewDebugInfo() 703 printCodeViewTypeSection(SectionName, S); in printCodeViewDebugInfo() 706 StringRef SectionName; in printCodeViewDebugInfo() local 707 error(S.getName(SectionName)); in printCodeViewDebugInfo() 708 if (SectionName == ".debug$S") in printCodeViewDebugInfo() 709 printCodeViewSymbolSection(SectionName, S); in printCodeViewDebugInfo() [all …]
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 328 StringRef SectionName) override; 331 unsigned SectionID, StringRef SectionName, 361 StringRef SectionName) { in allocateCodeSection() argument 363 SectionName.str().c_str()); in allocateCodeSection() 368 StringRef SectionName, bool isReadOnly) { in allocateDataSection() argument 370 SectionName.str().c_str(), in allocateDataSection()
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | SectionMemoryManager.h | 52 StringRef SectionName) override; 60 unsigned SectionID, StringRef SectionName,
|
/external/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 152 StringRef SectionName) override; 154 unsigned SectionID, StringRef SectionName, 219 StringRef SectionName) { in allocateCodeSection() argument 222 << Alignment << ", SectionName = " << SectionName << ")\n"; in allocateCodeSection() 238 StringRef SectionName, in allocateDataSection() argument 242 << Alignment << ", SectionName = " << SectionName << ")\n"; in allocateDataSection() 506 std::string SectionName = SectionIDStr.substr(ComaIdx + 1); in applySpecificSectionMappings() local 511 Checker.getSectionAddr(FileName, SectionName, true); in applySpecificSectionMappings()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 102 StringRef SectionName = GV->getSection(); in getExplicitSectionGlobal() local 104 bool IsCPRel = SectionName.startswith(".cp."); in getExplicitSectionGlobal() 107 return getContext().getELFSection(SectionName, getXCoreSectionType(Kind), in getExplicitSectionGlobal()
|
/external/clang/lib/Sema/ |
D | SemaAttr.cpp | 247 bool Sema::UnifySection(StringRef SectionName, in UnifySection() argument 250 auto Section = Context.SectionInfos.find(SectionName); in UnifySection() 252 Context.SectionInfos[SectionName] = in UnifySection() 274 bool Sema::UnifySection(StringRef SectionName, in UnifySection() argument 277 auto Section = Context.SectionInfos.find(SectionName); in UnifySection() 289 Context.SectionInfos[SectionName] = in UnifySection()
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | ObjectLinkingLayerTest.cpp | 53 StringRef SectionName, in TEST() argument 55 if (SectionName == ".debug_str") in TEST() 59 SectionName, in TEST()
|
/external/llvm/include/llvm-c/ |
D | ExecutionEngine.h | 157 const char *SectionName); 160 const char *SectionName, LLVMBool IsReadOnly);
|
/external/autotest/site_utils/suite_scheduler/ |
D | base_event.py | 25 def SectionName(keyword): function 93 section = SectionName(cls.KEYWORD)
|