Home
last modified time | relevance | path

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

1234

/freebsd/contrib/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()
/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DDWARFRecordSectionSplitter.h29 StringRef SectionName; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DObjDumper.cpp147 StringRef SectionName, StringRef &SectionContent, in maybeDecompress()
165 StringRef SectionName = unwrapOrError(Obj.getFileName(), Section.getName()); in printSectionsAsString() local
182 StringRef SectionName = unwrapOrError(Obj.getFileName(), Section.getName()); in printSectionsAsHex() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DDefineExternalSectionStartAndEndSymbols.h140 std::string SectionName = (SegName + "," + SecName).str(); in identifyMachOSectionStartAndEndSymbols() local
146 std::string SectionName = (SegName + "," + SecName).str(); in identifyMachOSectionStartAndEndSymbols() local
H A DDWARFRecordSectionSplitter.cpp17 DWARFRecordSectionSplitter::DWARFRecordSectionSplitter(StringRef SectionName) in DWARFRecordSectionSplitter()
/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCAsmInfo.h35 bool shouldOmitSectionDirective(StringRef SectionName) const override { in shouldOmitSectionDirective()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DUtility.cpp66 StringRef SectionName) { in emitOffloadingEntry()
89 offloading::getOffloadEntryArray(Module &M, StringRef SectionName) { in getOffloadEntryArray()
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp213 bool COFFMasmParser::ParseSectionSwitch(StringRef SectionName, in ParseSectionSwitch()
219 bool COFFMasmParser::ParseSectionSwitch(StringRef SectionName, in ParseSectionSwitch()
243 StringRef SectionName = SegmentName; in ParseDirectiveSegment() local
H A DELFAsmParser.cpp244 bool ELFAsmParser::ParseSectionName(StringRef &SectionName) { in ParseSectionName()
517 static bool hasPrefix(StringRef SectionName, StringRef Prefix) { in hasPrefix()
522 static bool allowSectionTypeMismatch(const Triple &TT, StringRef SectionName, in allowSectionTypeMismatch()
540 StringRef SectionName; in ParseSectionArguments() local
H A DCOFFAsmParser.cpp150 bool COFFAsmParser::ParseSectionFlags(StringRef SectionName, in ParseSectionFlags()
325 bool COFFAsmParser::ParseSectionName(StringRef &SectionName) { in ParseSectionName()
355 StringRef SectionName; in parseSectionArguments() local
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXContainerGlobals.cpp110 Module &M, Constant *Content, StringRef Name, StringRef SectionName) { in buildContainerGlobal()
120 StringRef SectionName) { in buildSignature()
/freebsd/contrib/llvm-project/llvm/tools/lli/
H A DForwardingMemoryManager.h35 StringRef SectionName) override { in allocateCodeSection()
40 unsigned SectionID, StringRef SectionName, in allocateDataSection()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp24 StringRef SectionName, in allocateDataSection()
36 StringRef SectionName) { in allocateCodeSection()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp64 StringRef SectionName) { in allocateCodeSection()
79 StringRef SectionName, bool IsReadOnly) { in allocateDataSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp99 StringRef SectionName = GO->getSection(); in getExplicitSectionGlobal() local
/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkLinker.cpp40 Expected<StringRef> SectionName = getRemarksSectionName(Obj); in getRemarksSectionContents() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp69 void reportSection(llvm::IttEventType EventType, const char *SectionName, in reportSection()
90 StringRef SectionName(""); in fillSectionInformation() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DSectionSizes.cpp86 StringRef SectionName; in calculateSectionSizes() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp265 std::string SectionName = ".mips16.call.fp." + Name; in assureFPCallStub() local
451 std::string SectionName = ".mips16.fn." + Name; in createFPFnStub() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h182 SectionName, enumerator

1234