/aosp_15_r20/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFSection.h | 20 struct SectionName { struct 21 StringRef Name; 22 bool IsNameUnique;
|
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFSection.h | 21 struct SectionName { struct 22 StringRef Name; 23 bool IsNameUnique;
|
H A 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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/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()
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceELFObjectWriter.cpp | 222 std::string SectionName = ".text"; in writeFunctionCode() local 356 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
|
/aosp_15_r20/external/llvm/tools/llvm-readobj/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCParser/ |
H A 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
|
H A 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
|
H A 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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/ |
D | MCContext.h | 259 std::string SectionName; member 281 std::string SectionName; member 303 std::string SectionName; member 322 std::string SectionName; member 395 std::string SectionName; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/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
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCContext.h | 197 std::string SectionName; member 216 std::string SectionName; member 238 std::string SectionName; member 257 std::string SectionName; member
|
/aosp_15_r20/external/llvm/lib/ExecutionEngine/ |
H A D | SectionMemoryManager.cpp | 25 StringRef SectionName, in allocateDataSection() 35 StringRef SectionName) { in allocateCodeSection()
|