Searched refs:SectionBytes (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/ |
D | FileAnalysis.cpp | 439 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()
|
D | FileAnalysis.h | 176 void parseSectionContents(ArrayRef<uint8_t> SectionBytes,
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-cfi-verify/ |
D | GraphBuilder.cpp | 116 void parseSectionContents(ArrayRef<uint8_t> SectionBytes, in parseSectionContents() argument 118 FileAnalysis::parseSectionContents(SectionBytes, SectionAddress); in parseSectionContents()
|
D | FileAnalysis.cpp | 54 void parseSectionContents(ArrayRef<uint8_t> SectionBytes, in parseSectionContents() argument 56 FileAnalysis::parseSectionContents(SectionBytes, SectionAddress); in parseSectionContents()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldChecker.cpp | 668 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/ |
D | RuntimeDyldChecker.cpp | 668 ArrayRef<uint8_t> SectionBytes( in decodeInst() 673 Dis->getInstruction(Inst, Size, SectionBytes, 0, nulls(), nulls()); in decodeInst()
|