Home
last modified time | relevance | path

Searched defs:SectionData (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DDecompressor.h60 StringRef SectionData; variable
/external/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h58 yaml::BinaryRef SectionData; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DCOFFYAML.h67 yaml::BinaryRef SectionData; member
/external/swiftshader/third_party/LLVM/lib/MC/
DWinCOFFObjectWriter.cpp364 void WinCOFFObjectWriter::DefineSection(MCSectionData const &SectionData) { in DefineSection()
646 MCSectionData const *SectionData = Fragment->getParent(); in RecordRelocation() local
DWinCOFFStreamer.cpp154 MCSectionData &SectionData = getAssembler().getOrCreateSectionData(*Section); in AddCommonSymbol() local
/external/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp82 cl::opt<bool> SectionData("section-data", variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp91 cl::opt<bool> SectionData("section-data", variable
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp362 virtual void registerEHFrames(llvm::StringRef SectionData) { in registerEHFrames()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp691 StringRef *SectionData = in DWARFContextInMemory() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1336 if (StringRef *SectionData = mapSectionToMember(SecIt.first())) in DWARFObjInMemory() local
1386 if (StringRef *SectionData = mapSectionToMember(Name)) { in DWARFObjInMemory() local
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAssembler.h637 MCSectionData *SectionData; member