Home
last modified time | relevance | path

Searched defs:SectionName (Results 1 – 25 of 73) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFSection.h21 struct SectionName { struct
22 StringRef Name;
23 bool IsNameUnique;
H A DDWARFListTable.h81 StringRef SectionName; variable
87 DWARFListTableHeader(StringRef SectionName, StringRef ListTypeString) in DWARFListTableHeader()
157 DWARFListTableBase(StringRef SectionName, StringRef HeaderString, in DWARFListTableBase()
230 StringRef SectionName, in extract()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPTNote.h24 const char SectionName[] = ".note"; variable
H A DAMDGPUTargetObjectFile.cpp32 StringRef SectionName = GO->getSection(); in getExplicitSectionGlobal() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCAsmInfo.h35 bool shouldOmitSectionDirective(StringRef SectionName) const override { in shouldOmitSectionDirective()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A DRemoteJITUtils.h45 StringRef SectionName) override { in allocateCodeSection()
50 unsigned SectionID, StringRef SectionName, in allocateDataSection()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DObjDumper.cpp103 StringRef SectionName = unwrapOrError(Obj.getFileName(), Section.getName()); in printSectionsAsString() local
137 StringRef SectionName = unwrapOrError(Obj.getFileName(), Section.getName()); in printSectionsAsHex() local
H A DObjDumper.h66 virtual void printSectionAsHex(StringRef SectionName) {} in printSectionAsHex()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp173 StringRef FileName, StringRef SectionName) { in getSectionId()
262 StringRef SectionName, unsigned SectionID) { in allocateFromSlab()
289 StringRef SectionName) { in allocateCodeSection()
316 StringRef SectionName, in allocateDataSection()
611 std::string SectionName = SectionIDStr.substr(ComaIdx + 1); in applySpecificSectionMappings() local
795 uint32_t StubOffset) { in linkAndVerify()
865 -> Expected<RuntimeDyldChecker::MemoryRegionInfo> { in linkAndVerify()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp24 StringRef SectionName, in allocateDataSection()
36 StringRef SectionName) { in allocateCodeSection()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DELFConfig.h22 StringRef SectionName; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp99 StringRef SectionName = GO->getSection(); in getExplicitSectionGlobal() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h228 std::string SectionName; member
250 std::string SectionName; member
272 std::string SectionName; member
292 std::string SectionName; member
364 std::string SectionName; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp162 bool COFFAsmParser::ParseSectionFlags(StringRef SectionName, in ParseSectionFlags()
331 bool COFFAsmParser::ParseSectionName(StringRef &SectionName) { in ParseSectionName()
356 StringRef SectionName; in ParseDirectiveSection() local
H A DELFAsmParser.cpp245 bool ELFAsmParser::ParseSectionName(StringRef &SectionName) { in ParseSectionName()
501 static bool hasPrefix(StringRef SectionName, StringRef Prefix) { in hasPrefix()
506 StringRef SectionName; in ParseSectionArguments() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DRemarkLinker.cpp34 Expected<StringRef> SectionName = getRemarksSectionName(Obj); in getRemarksSectionContents() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h35 StringRef SectionName; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp68 void reportSection(llvm::IttEventType EventType, const char *SectionName, in reportSection()
89 StringRef SectionName(""); in fillSectionInformation() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A DSectionSizes.cpp86 StringRef SectionName; in calculateSectionSizes() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp103 StringRef SectionName = in HexagonMCEmitCommonSymbol() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp264 std::string SectionName = ".mips16.call.fp." + Name; in assureFPCallStub() local
452 std::string SectionName = ".mips16.fn." + Name; in createFPFnStub() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp192 StringRef SectionName = unwrapOrError(Section.getName(), FileName); in decodePseudoProbe() local
391 StringRef SectionName = unwrapOrError(Section.getName(), FileName); in disassemble() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp579 void MCContext::recordELFMergeableSectionInfo(StringRef SectionName, in recordELFMergeableSectionInfo()
595 bool MCContext::isELFImplicitMergeableSectionNamePrefix(StringRef SectionName) { in isELFImplicitMergeableSectionNamePrefix()
600 bool MCContext::isELFGenericMergeableSection(StringRef SectionName) { in isELFGenericMergeableSection()
605 Optional<unsigned> MCContext::getELFUniqueIDForEntsize(StringRef SectionName, in getELFUniqueIDForEntsize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp383 StringRef SectionName; in evalSectionAddr() local
803 StringRef FileName, StringRef SectionName, bool IsInsideLoad) const { in getSectionAddr()
885 RuntimeDyldChecker::getSectionAddr(StringRef FileName, StringRef SectionName, in getSectionAddr()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp311 StringRef SectionName; member
551 StringRef SectionName; in darwinPrintSymbol() local
1056 StringRef SectionName; in getSymbolNMTypeChar() local
1200 StringRef SectionName; in getNsectForSegSect() local
1323 StringRef SectionName = StringRef(); in dumpSymbolsFromDLInfoMachO() local
1643 StringRef SectionName = StringRef(); in dumpSymbolsFromDLInfoMachO() local

123