/freebsd-src/contrib/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()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | DWARFRecordSectionSplitter.h | 29 StringRef SectionName; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
H A D | Utility.cpp | 82 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 D | NVPTXMCAsmInfo.h | 35 bool shouldOmitSectionDirective(StringRef SectionName) const override { in shouldOmitSectionDirective()
|
/freebsd-src/contrib/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
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ObjDumper.cpp | 147 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 D | llvm-rtdyld.cpp | 173 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 D | ForwardingMemoryManager.h | 35 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 D | COFFMasmParser.cpp | 228 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 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...] |
H A D | COFFAsmParser.cpp | 167 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 D | SectionMemoryManager.cpp | 24 StringRef SectionName, in allocateDataSection() 36 StringRef SectionName) { in allocateCodeSection()
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCGenericRTDyldMemoryManager.cpp | 64 StringRef SectionName) { in allocateCodeSection() 79 StringRef SectionName, bool IsReadOnly) { in allocateDataSection()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreTargetObjectFile.cpp | 99 StringRef SectionName = GO->getSection(); in getExplicitSectionGlobal() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCContext.h | 252 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 D | RemarkLinker.cpp | 40 Expected<StringRef> SectionName = getRemarksSectionName(Obj); in getRemarksSectionContents() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | DWARFRecordSectionSplitter.cpp | 17 DWARFRecordSectionSplitter::DWARFRecordSectionSplitter(StringRef SectionName) in DWARFRecordSectionSplitter()
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | IntelJITEventListener.cpp | 69 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 D | SectionSizes.cpp | 86 StringRef SectionName; in calculateSectionSizes() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCELFStreamer.cpp | 104 StringRef SectionName = HexagonMCEmitCommonSymbol() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips16HardFloat.cpp | 265 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 D | BreakpointResolver.h | 182 SectionName, enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCContext.cpp | 641 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...] |