| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ | 
| D | DWARFSection.h | 20 struct SectionName {  struct21   StringRef Name;
 22   bool IsNameUnique;
 
 | 
| D | DWARFListTable.h | 85   StringRef SectionName;  variable91   DWARFListTableHeader(StringRef SectionName, StringRef ListTypeString)  in DWARFListTableHeader()
 149   DWARFListTableBase(StringRef SectionName, StringRef HeaderString,  in DWARFListTableBase()
 220                                             StringRef SectionName,  in extract()
 
 | 
| /external/llvm/lib/ExecutionEngine/ | 
| D | SectionMemoryManager.cpp | 25                                                    StringRef SectionName,  in allocateDataSection()35                                                    StringRef SectionName) {  in allocateCodeSection()
 
 | 
| /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/RuntimeDyld/ | 
| D | RuntimeDyldChecker.cpp | 345     StringRef SectionName;  in evalStubAddr()  local390     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-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/tools/lli/ | 
| D | RemoteJITUtils.h | 92                                StringRef SectionName) override {  in allocateCodeSection()97                                unsigned SectionID, StringRef SectionName,  in allocateDataSection()
 
 | 
| /external/swiftshader/third_party/subzero/src/ | 
| D | IceELFObjectWriter.cpp | 222     std::string SectionName = ".text";  in writeFunctionCode()  local356     const std::string SectionName =  in writeDataOfType()  local
 368     const std::string SectionName = MangleSectionName(".data", SectionSuffix);  in writeDataOfType()  local
 379     const std::string SectionName = MangleSectionName(".bss", SectionSuffix);  in writeDataOfType()  local
 581   const std::string SectionName = MangleSectionName(  in writeJumpTable()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/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
 | 
| D | MCSectionCOFF.h | 28   StringRef SectionName;  variable
 | 
| D | MCContext.h | 197       std::string SectionName;  member216       std::string SectionName;  member
 238       std::string SectionName;  member
 257       std::string SectionName;  member
 
 | 
| D | MCSectionWasm.h | 30   StringRef SectionName;  variable
 | 
| D | MCSectionELF.h | 30   StringRef SectionName;  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
 | 
| D | MCSectionELF.h | 33   StringRef SectionName;  variable
 | 
| /external/llvm/tools/llvm-readobj/ | 
| D | COFFDumper.cpp | 700     StringRef SectionName;  in printCodeViewDebugInfo()  local706     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
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ | 
| D | XCoreTargetObjectFile.cpp | 99   StringRef SectionName = GO->getSection();  in getExplicitSectionGlobal()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ | 
| D | COFFAsmParser.cpp | 158 bool COFFAsmParser::ParseSectionFlags(StringRef SectionName,  in ParseSectionFlags()323 bool COFFAsmParser::ParseSectionName(StringRef &SectionName) {  in ParseSectionName()
 348   StringRef SectionName;  in ParseDirectiveSection()  local
 
 | 
| D | ELFAsmParser.cpp | 239 bool ELFAsmParser::ParseSectionName(StringRef &SectionName) {  in ParseSectionName()482 static bool hasPrefix(StringRef SectionName, StringRef Prefix) {  in hasPrefix()
 487   StringRef SectionName;  in ParseSectionArguments()  local
 
 | 
| /external/llvm/lib/Target/XCore/ | 
| D | XCoreTargetObjectFile.cpp | 102   StringRef SectionName = GV->getSection();  in getExplicitSectionGlobal()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ | 
| D | RemarkLinker.cpp | 34   Expected<StringRef> SectionName = getRemarksSectionName(Obj);  in getRemarksSectionContents()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ | 
| D | XCOFFYAML.h | 35   StringRef SectionName;  member
 |