Home
last modified time | relevance | path

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

1234

/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
DDWARFSection.h21 struct SectionName { struct
22 StringRef Name;
23 bool IsNameUnique;
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()
/openbsd/src/gnu/llvm/llvm/tools/llvm-rtdyld/
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()
915 -> Expected<RuntimeDyldChecker::MemoryRegionInfo> { in linkAndVerify()
/openbsd/src/gnu/llvm/llvm/lib/MC/MCParser/
DCOFFMasmParser.cpp220 bool COFFMasmParser::ParseSectionSwitch(StringRef SectionName, in ParseSectionSwitch()
228 StringRef SectionName, unsigned Characteristics, SectionKind Kind, in ParseSectionSwitch()
249 StringRef SectionName = SegmentName; in ParseDirectiveSegment() local
DELFAsmParser.cpp243 bool ELFAsmParser::ParseSectionName(StringRef &SectionName) { in ParseSectionName()
503 static bool hasPrefix(StringRef SectionName, StringRef Prefix) { in hasPrefix()
508 static bool allowSectionTypeMismatch(const Triple &TT, StringRef SectionName, in allowSectionTypeMismatch()
526 StringRef SectionName; in ParseSectionArguments() local
DCOFFAsmParser.cpp159 bool COFFAsmParser::ParseSectionFlags(StringRef SectionName, in ParseSectionFlags()
335 bool COFFAsmParser::ParseSectionName(StringRef &SectionName) { in ParseSectionName()
360 StringRef SectionName; in ParseDirectiveSection() local
/openbsd/src/gnu/llvm/llvm/tools/lli/
DForwardingMemoryManager.h35 StringRef SectionName) override { in allocateCodeSection()
40 unsigned SectionID, StringRef SectionName, in allocateDataSection()
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
DDWARFRecordSectionSplitter.h29 StringRef SectionName; variable
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp24 StringRef SectionName, in allocateDataSection()
36 StringRef SectionName) { in allocateCodeSection()
/openbsd/src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXMCAsmInfo.h35 bool shouldOmitSectionDirective(StringRef SectionName) const override { in shouldOmitSectionDirective()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUPTNote.h24 const char SectionName[] = ".note"; variable
DAMDGPUTargetObjectFile.cpp32 StringRef SectionName = GO->getSection(); in getExplicitSectionGlobal() local
/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DObjDumper.cpp149 StringRef SectionName = unwrapOrError(Obj.getFileName(), Section.getName()); in printSectionsAsString() local
167 StringRef SectionName = unwrapOrError(Obj.getFileName(), Section.getName()); in printSectionsAsHex() local
DCOFFDumper.cpp993 StringRef SectionName = unwrapOrError(Obj->getFileName(), S.getName()); in printCodeViewDebugInfo() local
1000 StringRef SectionName = unwrapOrError(Obj->getFileName(), S.getName()); in printCodeViewDebugInfo() local
1042 void COFFDumper::printCodeViewSymbolSection(StringRef SectionName, in printCodeViewSymbolSection()
1353 StringRef SectionName = unwrapOrError(Obj->getFileName(), S.getName()); in mergeCodeViewTypes() local
1390 void COFFDumper::printCodeViewTypeSection(StringRef SectionName, in printCodeViewTypeSection()
1567 StringRef SectionName; in printSymbol() local
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DEPCGenericRTDyldMemoryManager.cpp64 StringRef SectionName) { in allocateCodeSection()
79 StringRef SectionName, bool IsReadOnly) { in allocateDataSection()
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCContext.h252 std::string SectionName; member
274 std::string SectionName; member
296 std::string SectionName; member
315 std::string SectionName; member
388 std::string SectionName; member
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp69 void reportSection(llvm::IttEventType EventType, const char *SectionName, in reportSection()
90 StringRef SectionName(""); in fillSectionInformation() local
/openbsd/src/gnu/llvm/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp99 StringRef SectionName = GO->getSection(); in getExplicitSectionGlobal() local
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
DDWARFRecordSectionSplitter.cpp17 DWARFRecordSectionSplitter::DWARFRecordSectionSplitter(StringRef SectionName) in DWARFRecordSectionSplitter()
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMips16HardFloat.cpp265 std::string SectionName = ".mips16.call.fp." + Name; in assureFPCallStub() local
451 std::string SectionName = ".mips16.fn." + Name; in createFPFnStub() local
/openbsd/src/gnu/llvm/llvm/lib/Remarks/
DRemarkLinker.cpp40 Expected<StringRef> SectionName = getRemarksSectionName(Obj); in getRemarksSectionContents() local
/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCContext.cpp613 void MCContext::recordELFMergeableSectionInfo(StringRef SectionName, in recordELFMergeableSectionInfo()
629 bool MCContext::isELFImplicitMergeableSectionNamePrefix(StringRef SectionName) { in isELFImplicitMergeableSectionNamePrefix()
634 bool MCContext::isELFGenericMergeableSection(StringRef SectionName) { in isELFGenericMergeableSection()
640 MCContext::getELFUniqueIDForEntsize(StringRef SectionName, unsigned Flags, in getELFUniqueIDForEntsize()
/openbsd/src/gnu/llvm/llvm/tools/llvm-dwarfdump/
DSectionSizes.cpp86 StringRef SectionName; in calculateSectionSizes() local
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp404 StringRef SectionName; in evalSectionAddr() local
826 StringRef FileName, StringRef SectionName, bool IsInsideLoad) const { in getSectionAddr()
908 RuntimeDyldChecker::getSectionAddr(StringRef FileName, StringRef SectionName, in getSectionAddr()
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCELFStreamer.cpp104 StringRef SectionName = in HexagonMCEmitCommonSymbol() local

1234