Home
last modified time | relevance | path

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

12345

/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFSection.h21 struct SectionName { struct
22 StringRef Name;
23 bool IsNameUnique;
H A DDWARFListTable.h80 StringRef SectionName; variable
86 DWARFListTableHeader(StringRef SectionName, StringRef ListTypeString) in DWARFListTableHeader()
157 DWARFListTableBase(StringRef SectionName, StringRef HeaderString, in DWARFListTableBase()
232 StringRef SectionName, in extract()
/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaTargetStreamer.cpp27 std::string SectionName; in getLiteralSectionName() local
89 std::string SectionName = getLiteralSectionName(CS->getName()); in emitLiteral() local
109 std::string SectionName = getLiteralSectionName(BaseSection->getName()); in startLiteralSection() local
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DDWARFRecordSectionSplitter.h29 StringRef SectionName; variable
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPTNote.h24 const char SectionName[] = ".note"; variable
H A DAMDGPUTargetObjectFile.cpp32 StringRef SectionName = GO->getSection(); in getExplicitSectionGlobal() local
/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCAsmInfo.h35 bool shouldOmitSectionDirective(StringRef SectionName) const override { in shouldOmitSectionDirective()
/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DDefineExternalSectionStartAndEndSymbols.h140 std::string SectionName = (SegName + "," + SecName).str(); identifyMachOSectionStartAndEndSymbols() local
146 std::string SectionName = (SegName + "," + SecName).str(); identifyMachOSectionStartAndEndSymbols() local
H A DDWARFRecordSectionSplitter.cpp17 DWARFRecordSectionSplitter::DWARFRecordSectionSplitter(StringRef SectionName) in DWARFRecordSectionSplitter() argument
/llvm-project/llvm/tools/llvm-readobj/
H A DObjDumper.cpp147 maybeDecompress(const object::ObjectFile & Obj,StringRef SectionName,StringRef & SectionContent,SmallString<0> & Out) maybeDecompress() argument
165 StringRef SectionName = unwrapOrError(Obj.getFileName(), Section.getName()); printSectionsAsString() local
182 StringRef SectionName = unwrapOrError(Obj.getFileName(), Section.getName()); printSectionsAsHex() local
/llvm-project/llvm/lib/Frontend/Offloading/
H A DUtility.cpp66 emitOffloadingEntry(Module & M,Constant * Addr,StringRef Name,uint64_t Size,int32_t Flags,int32_t Data,StringRef SectionName) emitOffloadingEntry() argument
89 getOffloadEntryArray(Module & M,StringRef SectionName) getOffloadEntryArray() argument
[all...]
/llvm-project/llvm/lib/Target/DirectX/
H A DDXContainerGlobals.cpp110 buildContainerGlobal(Module & M,Constant * Content,StringRef Name,StringRef SectionName) buildContainerGlobal() argument
120 buildSignature(Module & M,Signature & Sig,StringRef Name,StringRef SectionName) buildSignature() argument
/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp213 bool COFFMasmParser::parseSectionSwitch(StringRef SectionName, in ParseSectionSwitch() argument
219 bool COFFMasmParser::parseSectionSwitch(StringRef SectionName, in ParseSectionSwitch() argument
243 StringRef SectionName = SegmentName; in ParseDirectiveSegment() local
[all...]
H A DELFAsmParser.cpp244 bool ELFAsmParser::parseSectionName(StringRef &SectionName) { in ParseSectionName() argument
517 static bool hasPrefix(StringRef SectionName, StringRef Prefix) { in hasPrefix() argument
522 static bool allowSectionTypeMismatch(const Triple &TT, StringRef SectionName, in allowSectionTypeMismatch() argument
540 StringRef SectionName; ParseSectionArguments() local
[all...]
/llvm-project/llvm/tools/lli/
H A DForwardingMemoryManager.h35 StringRef SectionName) override { in allocateCodeSection()
40 unsigned SectionID, StringRef SectionName, in allocateDataSection()
/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp173 StringRef FileName, StringRef SectionName) { in getSectionId()
266 StringRef SectionName, unsigned SectionID) { in allocateFromSlab()
296 StringRef SectionName) { in allocateCodeSection()
324 StringRef SectionName, in allocateDataSection()
362 StringRef SectionName) { in allocateTLSSection()
661 std::string SectionName = SectionIDStr.substr(ComaIdx + 1); in applySpecificSectionMappings() local
845 uint32_t StubOffset) { in linkAndVerify()
917 -> Expected<RuntimeDyldChecker::MemoryRegionInfo> { in linkAndVerify()
/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp24 allocateDataSection(uintptr_t Size,unsigned Alignment,unsigned SectionID,StringRef SectionName,bool IsReadOnly) allocateDataSection() argument
36 allocateCodeSection(uintptr_t Size,unsigned Alignment,unsigned SectionID,StringRef SectionName) allocateCodeSection() argument
/llvm-project/llvm/unittests/ObjectYAML/
H A DELFYAMLTest.cpp84 StringRef SectionName = *NameOrErr; in TEST() local
/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp99 StringRef SectionName = GO->getSection(); in getExplicitSectionGlobal() local
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp64 allocateCodeSection(uintptr_t Size,unsigned Alignment,unsigned SectionID,StringRef SectionName) allocateCodeSection() argument
79 allocateDataSection(uintptr_t Size,unsigned Alignment,unsigned SectionID,StringRef SectionName,bool IsReadOnly) allocateDataSection() argument
/llvm-project/llvm/unittests/MC/
H A DDwarfLineTableHeaders.cpp149 StringRef SectionName = *SectionNameOrErr; verifyDebugLineContents() local
169 StringRef SectionName = *SectionNameOrErr; verifyDebugLineStrContents() local
/llvm-project/bolt/lib/Rewrite/
H A DMachORewriteInstance.cpp129 Expected<StringRef> SectionName = Section.getName();; readSpecialSections() local
363 mapInstrumentationSection(StringRef SectionName,BOLTLinker::SectionMapper MapSection) mapInstrumentationSection() argument
482 writeInstrumentationSection(StringRef SectionName,raw_pwrite_stream & OS) writeInstrumentationSection() argument
[all...]
/llvm-project/llvm/lib/Remarks/
H A DRemarkLinker.cpp40 Expected<StringRef> SectionName = getRemarksSectionName(Obj); in getRemarksSectionContents() local
/llvm-project/llvm/unittests/ObjCopy/
H A DObjCopyTest.cpp150 bool hasSection(ObjectFile &File, StringRef SectionName) { in hasSection()
165 void checkSectionData(ObjectFile &File, StringRef SectionName, in checkSectionData()
335 StringRef SectionWildcard, StringRef SectionName) { in removeSectionByPatternImpl()
/llvm-project/llvm/tools/llvm-dwarfdump/
H A DSectionSizes.cpp86 StringRef SectionName; in calculateSectionSizes() local

12345