Home
last modified time | relevance | path

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

1234

/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DDWARFRecordSectionSplitter.h29 StringRef SectionName; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DUtility.cpp82 Entry->setSection((SectionName + "$OE").str()); in getOffloadEntryArray() argument
61 emitOffloadingEntry(Module & M,Constant * Addr,StringRef Name,uint64_t Size,int32_t Flags,int32_t Data,StringRef SectionName) emitOffloadingEntry() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCAsmInfo.h35 bool shouldOmitSectionDirective(StringRef SectionName) const override { in shouldOmitSectionDirective()
/freebsd-src/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-src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DObjDumper.cpp147 StringRef SectionName, StringRef &SectionContent, in maybeDecompress() argument
166 W.startLine() << "\nString dump of section '" << SectionName << "':\n"; in printSectionsAsString() local
188 maybeDecompress(Obj, SectionName, SectionContent, Out); in printSectionsAsHex() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp173 StringRef FileName, StringRef SectionName) { in getSectionId() argument
266 StringRef SectionName, unsigned SectionID) { in allocateFromSlab() argument
296 StringRef SectionName) { in allocateCodeSection() argument
324 allocateDataSection(uintptr_t Size,unsigned Alignment,unsigned SectionID,StringRef SectionName,bool IsReadOnly) allocateDataSection() argument
362 allocateTLSSection(uintptr_t Size,unsigned Alignment,unsigned SectionID,StringRef SectionName) allocateTLSSection() argument
661 std::string SectionName = SectionIDStr.substr(ComaIdx + 1); applySpecificSectionMappings() local
845 __anonc4b3ab210102(StringRef FilePath, StringRef SectionName, StringRef SymbolName, unsigned SectionID, uint32_t StubOffset) linkAndVerify() argument
917 __anonc4b3ab210502(StringRef FileName, StringRef SectionName) linkAndVerify() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/lli/
H A DForwardingMemoryManager.h35 StringRef SectionName) override { in allocateCodeSection() argument
40 unsigned SectionID, StringRef SectionName, in allocateDataSection() argument
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp228 MCSection *Section = getContext().getCOFFSection(SectionName, Characteristics, in ParseSectionSwitch() argument
249 SectionName = ".text"; in ParseDirectiveSegment() local
220 ParseSectionSwitch(StringRef SectionName,unsigned Characteristics,SectionKind Kind) ParseSectionSwitch() argument
[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...]
H A DCOFFAsmParser.cpp167 ParseSectionFlags(StringRef SectionName,StringRef FlagsString,unsigned * Flags) ParseSectionFlags() argument
344 ParseSectionName(StringRef & SectionName) ParseSectionName() argument
374 StringRef SectionName; parseSectionArguments() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp24 StringRef SectionName, in allocateDataSection()
36 StringRef SectionName) { in allocateCodeSection()
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp64 StringRef SectionName) { in allocateCodeSection()
79 StringRef SectionName, bool IsReadOnly) { in allocateDataSection()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp99 StringRef SectionName = GO->getSection(); in getExplicitSectionGlobal() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h252 std::string SectionName; global() member
274 std::string SectionName; global() member
296 std::string SectionName; global() member
315 std::string SectionName; global() member
388 std::string SectionName; global() member
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkLinker.cpp40 Expected<StringRef> SectionName = getRemarksSectionName(Obj); in getRemarksSectionContents() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DDWARFRecordSectionSplitter.cpp17 DWARFRecordSectionSplitter::DWARFRecordSectionSplitter(StringRef SectionName) in DWARFRecordSectionSplitter()
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp69 void reportSection(llvm::IttEventType EventType, const char *SectionName, in reportSection() argument
90 StringRef SectionName(""); in fillSectionInformation() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DSectionSizes.cpp86 StringRef SectionName; in calculateSectionSizes() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCELFStreamer.cpp104 StringRef SectionName = HexagonMCEmitCommonSymbol() local
/freebsd-src/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-src/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolver.h182 SectionName, enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp641 ELFSeenGenericMergeableSections.insert(SectionName); in getELFUniqueIDForEntsize() argument
614 recordELFMergeableSectionInfo(StringRef SectionName,unsigned Flags,unsigned UniqueID,unsigned EntrySize) recordELFMergeableSectionInfo() argument
630 isELFImplicitMergeableSectionNamePrefix(StringRef SectionName) isELFImplicitMergeableSectionNamePrefix() argument
635 isELFGenericMergeableSection(StringRef SectionName) isELFGenericMergeableSection() argument
[all...]

1234