/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFSection.h | 20 struct SectionName { struct 21 StringRef Name; 22 bool IsNameUnique;
|
D | DWARFListTable.h | 85 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/ |
D | DWARFSection.h | 20 struct SectionName { struct 21 StringRef Name; 22 bool IsNameUnique;
|
D | DWARFListTable.h | 81 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/ |
D | NVPTXMCAsmInfo.h | 35 bool shouldOmitSectionDirective(StringRef SectionName) const override { in shouldOmitSectionDirective()
|
/external/llvm-project/llvm/tools/llvm-dwarfdump/ |
D | SectionSizes.cpp | 22 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/ |
D | NVPTXMCAsmInfo.h | 36 bool shouldOmitSectionDirective(StringRef SectionName) const override { in shouldOmitSectionDirective()
|
/external/llvm/lib/ExecutionEngine/ |
D | SectionMemoryManager.cpp | 25 StringRef SectionName, in allocateDataSection() 35 StringRef SectionName) { in allocateCodeSection()
|
/external/llvm-project/llvm/tools/lli/ |
D | RemoteJITUtils.h | 45 StringRef SectionName) override { in allocateCodeSection() 50 unsigned SectionID, StringRef SectionName, in allocateDataSection()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetObjectFile.cpp | 35 StringRef SectionName = GO->getSection(); in getExplicitSectionGlobal() local
|
D | AMDGPUPTNote.h | 23 const char SectionName[] = ".note"; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetObjectFile.cpp | 35 StringRef SectionName = GO->getSection(); in getExplicitSectionGlobal() local
|
D | AMDGPUPTNote.h | 23 const char SectionName[] = ".note"; variable
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldChecker.cpp | 345 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/ |
D | ObjDumper.cpp | 103 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/ |
D | RemoteJITUtils.h | 92 StringRef SectionName) override { in allocateCodeSection() 97 unsigned SectionID, StringRef SectionName, in allocateDataSection()
|
/external/llvm-project/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 172 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/ |
D | SectionMemoryManager.cpp | 24 StringRef SectionName, in allocateDataSection() 36 StringRef SectionName) { in allocateCodeSection()
|
/external/llvm-project/llvm/lib/ExecutionEngine/ |
D | SectionMemoryManager.cpp | 24 StringRef SectionName, in allocateDataSection() 36 StringRef SectionName) { in allocateCodeSection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSectionMachO.h | 26 char SectionName[16]; // Not necessarily null terminated! variable
|
/external/llvm/include/llvm/MC/ |
D | MCSectionMachO.h | 27 char SectionName[16]; // Not necessarily null terminated! variable
|
D | MCSectionCOFF.h | 26 StringRef SectionName; variable
|
/external/swiftshader/third_party/subzero/src/ |
D | IceELFObjectWriter.cpp | 228 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/ |
D | ELFConfig.h | 26 StringRef SectionName; member
|
/external/llvm-project/llvm/unittests/ObjectYAML/ |
D | ELFYAMLTest.cpp | 84 StringRef SectionName = *NameOrErr; in TEST() local
|