Home
last modified time | relevance | path

Searched refs:SectionBytes (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
DFileAnalysis.cpp439 ArrayRef<uint8_t> SectionBytes((const uint8_t *)SectionContents.data(), in parseCodeSections() local
441 parseSectionContents(SectionBytes, Section.getAddress()); in parseCodeSections()
446 void FileAnalysis::parseSectionContents(ArrayRef<uint8_t> SectionBytes, in parseSectionContents() argument
453 for (uint64_t Byte = 0; Byte < SectionBytes.size();) { in parseSectionContents()
456 SectionBytes.drop_front(Byte), 0, nulls(), in parseSectionContents()
DFileAnalysis.h176 void parseSectionContents(ArrayRef<uint8_t> SectionBytes,
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-cfi-verify/
DGraphBuilder.cpp116 void parseSectionContents(ArrayRef<uint8_t> SectionBytes, in parseSectionContents() argument
118 FileAnalysis::parseSectionContents(SectionBytes, SectionAddress); in parseSectionContents()
DFileAnalysis.cpp54 void parseSectionContents(ArrayRef<uint8_t> SectionBytes, in parseSectionContents() argument
56 FileAnalysis::parseSectionContents(SectionBytes, SectionAddress); in parseSectionContents()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp668 ArrayRef<uint8_t> SectionBytes( in decodeInst()
673 Dis->getInstruction(Inst, Size, SectionBytes, 0, nulls(), nulls()); in decodeInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp668 ArrayRef<uint8_t> SectionBytes( in decodeInst()
673 Dis->getInstruction(Inst, Size, SectionBytes, 0, nulls(), nulls()); in decodeInst()