Home
last modified time | relevance | path

Searched refs:SectionDRI (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFReader.cpp23 DataRefImpl SectionDRI; in readSections() local
24 SectionDRI.p = reinterpret_cast<uintptr_t>(&Sec); in readSections()
29 XCOFFObj.getSectionContents(SectionDRI); in readSections()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dxcoff2yaml.cpp81 DataRefImpl SectionDRI; in dumpSections() local
82 SectionDRI.p = reinterpret_cast<uintptr_t>(&S); in dumpSections()
84 Obj.getSectionContents(SectionDRI); in dumpSections()