Home
last modified time | relevance | path

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

1234567

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFSection.h20 struct SectionName { struct
21 StringRef Name;
22 bool IsNameUnique;
DDWARFListTable.h85 StringRef SectionName; variable
91 DWARFListTableHeader(StringRef SectionName, StringRef ListTypeString) in DWARFListTableHeader()
149 DWARFListTableBase(StringRef SectionName, StringRef HeaderString, in DWARFListTableBase()
220 StringRef SectionName, in extract()
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFSection.h20 struct SectionName { struct
21 StringRef Name;
22 bool IsNameUnique;
DDWARFListTable.h81 StringRef SectionName; variable
87 DWARFListTableHeader(StringRef SectionName, StringRef ListTypeString) in DWARFListTableHeader()
156 DWARFListTableBase(StringRef SectionName, StringRef HeaderString, in DWARFListTableBase()
227 StringRef SectionName, in extract()
/external/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXMCAsmInfo.h35 bool shouldOmitSectionDirective(StringRef SectionName) const override { in shouldOmitSectionDirective()
/external/llvm-project/llvm/tools/llvm-dwarfdump/
DSectionSizes.cpp22 StringRef SectionName = DebugSec.getKey(); in getNameColumnWidth() local
88 StringRef SectionName; in calculateSectionSizes() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXMCAsmInfo.h36 bool shouldOmitSectionDirective(StringRef SectionName) const override { in shouldOmitSectionDirective()
/external/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp25 StringRef SectionName, in allocateDataSection()
35 StringRef SectionName) { in allocateCodeSection()
/external/llvm-project/llvm/tools/lli/
DRemoteJITUtils.h45 StringRef SectionName) override { in allocateCodeSection()
50 unsigned SectionID, StringRef SectionName, in allocateDataSection()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUTargetObjectFile.cpp35 StringRef SectionName = GO->getSection(); in getExplicitSectionGlobal() local
DAMDGPUPTNote.h23 const char SectionName[] = ".note"; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetObjectFile.cpp35 StringRef SectionName = GO->getSection(); in getExplicitSectionGlobal() local
DAMDGPUPTNote.h23 const char SectionName[] = ".note"; variable
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp345 StringRef SectionName; in evalStubAddr() local
390 StringRef SectionName; in evalSectionAddr() local
790 StringRef FileName, StringRef SectionName, bool IsInsideLoad) const { in getSectionAddr()
813 StringRef FileName, StringRef SectionName, StringRef SymbolName, in getStubAddrFor()
868 StringRef SectionName = Section.getName(); in registerSection() local
878 StringRef SectionName = Section.getName(); in registerStubMap() local
934 RuntimeDyldChecker::getSectionAddr(StringRef FileName, StringRef SectionName, in getSectionAddr()
/external/llvm-project/llvm/tools/llvm-readobj/
DObjDumper.cpp103 StringRef SectionName = unwrapOrError(Obj.getFileName(), Section.getName()); in printSectionsAsString() local
137 StringRef SectionName = unwrapOrError(Obj.getFileName(), Section.getName()); in printSectionsAsHex() local
/external/llvm/tools/lli/
DRemoteJITUtils.h92 StringRef SectionName) override { in allocateCodeSection()
97 unsigned SectionID, StringRef SectionName, in allocateDataSection()
/external/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp172 StringRef FileName, StringRef SectionName) { in getSectionId()
261 StringRef SectionName, unsigned SectionID) { in allocateFromSlab()
288 StringRef SectionName) { in allocateCodeSection()
315 StringRef SectionName, in allocateDataSection()
610 std::string SectionName = SectionIDStr.substr(ComaIdx + 1); in applySpecificSectionMappings() local
794 uint32_t StubOffset) { in linkAndVerify()
864 -> Expected<RuntimeDyldChecker::MemoryRegionInfo> { in linkAndVerify()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp24 StringRef SectionName, in allocateDataSection()
36 StringRef SectionName) { in allocateCodeSection()
/external/llvm-project/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp24 StringRef SectionName, in allocateDataSection()
36 StringRef SectionName) { in allocateCodeSection()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSectionMachO.h26 char SectionName[16]; // Not necessarily null terminated! variable
/external/llvm/include/llvm/MC/
DMCSectionMachO.h27 char SectionName[16]; // Not necessarily null terminated! variable
DMCSectionCOFF.h26 StringRef SectionName; variable
/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp228 std::string SectionName = ".text"; in writeFunctionCode() local
362 const std::string SectionName = in writeDataOfType() local
374 const std::string SectionName = MangleSectionName(".data", SectionSuffix); in writeDataOfType() local
385 const std::string SectionName = MangleSectionName(".bss", SectionSuffix); in writeDataOfType() local
587 const std::string SectionName = MangleSectionName( in writeJumpTable() local
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DELFConfig.h26 StringRef SectionName; member
/external/llvm-project/llvm/unittests/ObjectYAML/
DELFYAMLTest.cpp84 StringRef SectionName = *NameOrErr; in TEST() local

1234567