Home
last modified time | relevance | path

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

1234

/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/lib/ExecutionEngine/
DSectionMemoryManager.cpp25 StringRef SectionName, in allocateDataSection()
35 StringRef SectionName) { in allocateCodeSection()
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXMCAsmInfo.h36 bool shouldOmitSectionDirective(StringRef SectionName) const override { in shouldOmitSectionDirective()
/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/tools/lli/
DRemoteJITUtils.h92 StringRef SectionName) override { in allocateCodeSection()
97 unsigned SectionID, StringRef SectionName, in allocateDataSection()
/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp222 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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp24 StringRef SectionName, in allocateDataSection()
36 StringRef SectionName) { in allocateCodeSection()
/external/llvm/include/llvm/MC/
DMCSectionMachO.h27 char SectionName[16]; // Not necessarily null terminated! variable
DMCSectionCOFF.h26 StringRef SectionName; variable
DMCSectionELF.h33 StringRef SectionName; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSectionMachO.h26 char SectionName[16]; // Not necessarily null terminated! variable
DMCSectionCOFF.h28 StringRef SectionName; variable
DMCContext.h197 std::string SectionName; member
216 std::string SectionName; member
238 std::string SectionName; member
257 std::string SectionName; member
DMCSectionWasm.h30 StringRef SectionName; variable
DMCSectionELF.h30 StringRef SectionName; variable
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp700 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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp158 bool COFFAsmParser::ParseSectionFlags(StringRef SectionName, in ParseSectionFlags()
323 bool COFFAsmParser::ParseSectionName(StringRef &SectionName) { in ParseSectionName()
348 StringRef SectionName; in ParseDirectiveSection() local
DELFAsmParser.cpp239 bool ELFAsmParser::ParseSectionName(StringRef &SectionName) { in ParseSectionName()
482 static bool hasPrefix(StringRef SectionName, StringRef Prefix) { in hasPrefix()
487 StringRef SectionName; in ParseSectionArguments() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp99 StringRef SectionName = GO->getSection(); in getExplicitSectionGlobal() local
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp102 StringRef SectionName = GV->getSection(); in getExplicitSectionGlobal() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DRemarkLinker.cpp34 Expected<StringRef> SectionName = getRemarksSectionName(Obj); in getRemarksSectionContents() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DXCOFFYAML.h35 StringRef SectionName; member

1234