/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFSection.h | 21 struct SectionName { struct 22 StringRef Name; 23 bool IsNameUnique;
|
D | DWARFListTable.h | 89 StringRef SectionName; variable 95 DWARFListTableHeader(StringRef SectionName, StringRef ListTypeString) in DWARFListTableHeader() 140 DWARFListTableBase(StringRef SectionName, StringRef HeaderString, in DWARFListTableBase() 213 StringRef SectionName, in extract()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | ObjDumper.cpp | 47 StringRef SectionName; in getSecNameOrIndexAsSecRef() local 70 StringRef SectionName; in printSectionAsString() local 104 StringRef SectionName; in printSectionAsHex() local
|
D | DwarfCFIEHPrinter.h | 86 auto SectionName = Obj->getSectionName(&Shdr); in printUnwindInformation() local 106 auto SectionName = Obj->getSectionName(EHFrameHdrShdr); in printEHFrameHdr() local
|
/external/swiftshader/third_party/llvm-7.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/swiftshader/third_party/llvm-7.0/llvm/tools/lli/ |
D | RemoteJITUtils.h | 93 StringRef SectionName) override { in allocateCodeSection() 98 unsigned SectionID, StringRef SectionName, in allocateDataSection()
|
/external/llvm/include/llvm/MC/ |
D | MCSectionMachO.h | 27 char SectionName[16]; // Not necessarily null terminated! variable
|
D | MCSectionCOFF.h | 26 StringRef SectionName; variable
|
D | MCSectionELF.h | 33 StringRef SectionName; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCSectionMachO.h | 27 char SectionName[16]; // Not necessarily null terminated! variable
|
D | MCSectionCOFF.h | 29 StringRef SectionName; variable
|
D | MCSectionWasm.h | 31 StringRef SectionName; variable
|
D | MCSectionELF.h | 31 StringRef SectionName; 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPTNote.h | 24 const char SectionName[] = ".note"; variable
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCSectionCOFF.h | 26 StringRef SectionName; variable
|
D | MCSectionELF.h | 29 StringRef SectionName; variable
|
/external/llvm/tools/lli/ |
D | RemoteJITUtils.h | 92 StringRef SectionName) override { in allocateCodeSection() 97 unsigned SectionID, StringRef SectionName, in allocateDataSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldChecker.cpp | 345 StringRef SectionName; in evalStubAddr() local 390 StringRef SectionName; in evalSectionAddr() local 807 StringRef FileName, StringRef SectionName, bool IsInsideLoad) const { in getSectionAddr() 830 StringRef FileName, StringRef SectionName, StringRef SymbolName, in getStubAddrFor() 894 StringRef SectionName = Section.getName(); in registerSection() local 904 StringRef SectionName = Section.getName(); in registerStubMap() local 960 RuntimeDyldChecker::getSectionAddr(StringRef FileName, StringRef SectionName, in getSectionAddr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/ |
D | SectionMemoryManager.cpp | 25 StringRef SectionName, in allocateDataSection() 37 StringRef SectionName) { in allocateCodeSection()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceELFObjectWriter.cpp | 229 std::string SectionName = ".text"; in writeFunctionCode() local 363 const std::string SectionName = in writeDataOfType() local 375 const std::string SectionName = MangleSectionName(".data", SectionSuffix); in writeDataOfType() local 386 const std::string SectionName = MangleSectionName(".bss", SectionSuffix); in writeDataOfType() local 599 const std::string SectionName = MangleSectionName( in writeJumpTable() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 100 StringRef SectionName = GO->getSection(); in getExplicitSectionGlobal() local
|
/external/llvm/lib/Target/XCore/ |
D | XCoreTargetObjectFile.cpp | 102 StringRef SectionName = GV->getSection(); in getExplicitSectionGlobal() local
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 700 StringRef SectionName; in printCodeViewDebugInfo() local 706 StringRef SectionName; in printCodeViewDebugInfo() local 740 void COFFDumper::printCodeViewSymbolSection(StringRef SectionName, in printCodeViewSymbolSection() 1053 StringRef SectionName; in mergeCodeViewTypes() local 1079 void COFFDumper::printCodeViewTypeSection(StringRef SectionName, in printCodeViewTypeSection() 1220 StringRef SectionName; in getSectionName() local 1249 StringRef SectionName = ""; in printSymbol() local
|