/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFSection.h | 21 struct SectionName { struct 22 StringRef Name; 23 bool IsNameUnique;
|
H A D | DWARFListTable.h | 80 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 D | XtensaTargetStreamer.cpp | 27 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 D | DWARFRecordSectionSplitter.h | 29 StringRef SectionName; variable
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPTNote.h | 24 const char SectionName[] = ".note"; variable
|
H A D | AMDGPUTargetObjectFile.cpp | 32 StringRef SectionName = GO->getSection(); in getExplicitSectionGlobal() local
|
/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/ |
H A D | NVPTXMCAsmInfo.h | 35 bool shouldOmitSectionDirective(StringRef SectionName) const override { in shouldOmitSectionDirective()
|
/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | DefineExternalSectionStartAndEndSymbols.h | 140 std::string SectionName = (SegName + "," + SecName).str(); identifyMachOSectionStartAndEndSymbols() local 146 std::string SectionName = (SegName + "," + SecName).str(); identifyMachOSectionStartAndEndSymbols() local
|
H A D | DWARFRecordSectionSplitter.cpp | 17 DWARFRecordSectionSplitter::DWARFRecordSectionSplitter(StringRef SectionName) in DWARFRecordSectionSplitter() argument
|
/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ObjDumper.cpp | 147 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 D | Utility.cpp | 66 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 D | DXContainerGlobals.cpp | 110 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 D | COFFMasmParser.cpp | 213 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 D | ELFAsmParser.cpp | 244 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 D | ForwardingMemoryManager.h | 35 StringRef SectionName) override { in allocateCodeSection() 40 unsigned SectionID, StringRef SectionName, in allocateDataSection()
|
/llvm-project/llvm/tools/llvm-rtdyld/ |
H A D | llvm-rtdyld.cpp | 173 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 D | SectionMemoryManager.cpp | 24 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 D | ELFYAMLTest.cpp | 84 StringRef SectionName = *NameOrErr; in TEST() local
|
/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreTargetObjectFile.cpp | 99 StringRef SectionName = GO->getSection(); in getExplicitSectionGlobal() local
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCGenericRTDyldMemoryManager.cpp | 64 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 D | DwarfLineTableHeaders.cpp | 149 StringRef SectionName = *SectionNameOrErr; verifyDebugLineContents() local 169 StringRef SectionName = *SectionNameOrErr; verifyDebugLineStrContents() local
|
/llvm-project/bolt/lib/Rewrite/ |
H A D | MachORewriteInstance.cpp | 129 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 D | RemarkLinker.cpp | 40 Expected<StringRef> SectionName = getRemarksSectionName(Obj); in getRemarksSectionContents() local
|
/llvm-project/llvm/unittests/ObjCopy/ |
H A D | ObjCopyTest.cpp | 150 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 D | SectionSizes.cpp | 86 StringRef SectionName; in calculateSectionSizes() local
|