| /openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFSection.h | 21 struct SectionName { struct 22 StringRef Name; 23 bool IsNameUnique;
|
| 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()
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-rtdyld/ |
| 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() 915 -> Expected<RuntimeDyldChecker::MemoryRegionInfo> { in linkAndVerify()
|
| /openbsd/src/gnu/llvm/llvm/lib/MC/MCParser/ |
| D | COFFMasmParser.cpp | 220 bool COFFMasmParser::ParseSectionSwitch(StringRef SectionName, in ParseSectionSwitch() 228 StringRef SectionName, unsigned Characteristics, SectionKind Kind, in ParseSectionSwitch() 249 StringRef SectionName = SegmentName; in ParseDirectiveSegment() local
|
| D | ELFAsmParser.cpp | 243 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
|
| D | COFFAsmParser.cpp | 159 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/ |
| D | ForwardingMemoryManager.h | 35 StringRef SectionName) override { in allocateCodeSection() 40 unsigned SectionID, StringRef SectionName, in allocateDataSection()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/ |
| D | DWARFRecordSectionSplitter.h | 29 StringRef SectionName; variable
|
| /openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/ |
| D | SectionMemoryManager.cpp | 24 StringRef SectionName, in allocateDataSection() 36 StringRef SectionName) { in allocateCodeSection()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/NVPTX/MCTargetDesc/ |
| D | NVPTXMCAsmInfo.h | 35 bool shouldOmitSectionDirective(StringRef SectionName) const override { in shouldOmitSectionDirective()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUPTNote.h | 24 const char SectionName[] = ".note"; variable
|
| D | AMDGPUTargetObjectFile.cpp | 32 StringRef SectionName = GO->getSection(); in getExplicitSectionGlobal() local
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/ |
| D | ObjDumper.cpp | 149 StringRef SectionName = unwrapOrError(Obj.getFileName(), Section.getName()); in printSectionsAsString() local 167 StringRef SectionName = unwrapOrError(Obj.getFileName(), Section.getName()); in printSectionsAsHex() local
|
| D | COFFDumper.cpp | 993 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/ |
| D | EPCGenericRTDyldMemoryManager.cpp | 64 StringRef SectionName) { in allocateCodeSection() 79 StringRef SectionName, bool IsReadOnly) { in allocateDataSection()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/MC/ |
| D | MCContext.h | 252 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/ |
| D | IntelJITEventListener.cpp | 69 void reportSection(llvm::IttEventType EventType, const char *SectionName, in reportSection() 90 StringRef SectionName(""); in fillSectionInformation() local
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/XCore/ |
| D | XCoreTargetObjectFile.cpp | 99 StringRef SectionName = GO->getSection(); in getExplicitSectionGlobal() local
|
| /openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
| D | DWARFRecordSectionSplitter.cpp | 17 DWARFRecordSectionSplitter::DWARFRecordSectionSplitter(StringRef SectionName) in DWARFRecordSectionSplitter()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Mips/ |
| D | Mips16HardFloat.cpp | 265 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/ |
| D | RemarkLinker.cpp | 40 Expected<StringRef> SectionName = getRemarksSectionName(Obj); in getRemarksSectionContents() local
|
| /openbsd/src/gnu/llvm/llvm/lib/MC/ |
| D | MCContext.cpp | 613 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/ |
| D | SectionSizes.cpp | 86 StringRef SectionName; in calculateSectionSizes() local
|
| /openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| D | RuntimeDyldChecker.cpp | 404 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/ |
| D | HexagonMCELFStreamer.cpp | 104 StringRef SectionName = in HexagonMCEmitCommonSymbol() local
|