Home
last modified time | relevance | path

Searched defs:SectionType (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSectionMachO.cpp115 MachO::SectionType SectionType = getType(); in PrintSwitchToSection() local
198 StringRef SectionType = GetEmptyOrTrim(2); in ParseSectionSpecifier() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.h94 enum SectionType { ROData = 0, Data, BSS, NumSectionTypes }; enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.cpp142 unsigned SectionType = NSec.Flags & MachO::SECTION_TYPE; in createNormalizedSections() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp163 WasmYAML::SectionType SectionType; in mapping() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp2019 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionData() local
2027 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionBSS() local
2039 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionVirtual() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp554 MachO::SectionType SectionType = Current->getType(); in parseDirectiveIndirectSymbol() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp508 unsigned SectionType = MachO->getSectionType(Section); in isZeroInit() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h115 enum SectionType : uint32_t { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h114 enum SectionType : uint32_t { enum