OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compressAnnotation
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/MC/
MCCodeView.cpp
206
static bool
compressAnnotation
(uint32_t Data, SmallVectorImpl<char> &Buffer) {
229
static bool
compressAnnotation
(BinaryAnnotationsOpCode Annotation,
231
return
compressAnnotation
(static_cast<uint32_t>(Annotation), Buffer);
316
compressAnnotation
(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer);
317
compressAnnotation
(Length, Buffer);
328
compressAnnotation
(BinaryAnnotationsOpCode::ChangeFile, Buffer);
329
compressAnnotation
(FileOffset, Buffer);
340
compressAnnotation
(BinaryAnnotationsOpCode::ChangeLineOffset, Buffer);
341
compressAnnotation
(EncodedLineDelta, Buffer);
347
compressAnnotation
(BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCCodeView.cpp
380
static bool
compressAnnotation
(uint32_t Data, SmallVectorImpl<char> &Buffer) {
403
static bool
compressAnnotation
(BinaryAnnotationsOpCode Annotation,
405
return
compressAnnotation
(static_cast<uint32_t>(Annotation), Buffer);
528
compressAnnotation
(BinaryAnnotationsOpCode::ChangeCodeLength, Buffer);
529
compressAnnotation
(Length, Buffer);
551
compressAnnotation
(BinaryAnnotationsOpCode::ChangeFile, Buffer);
552
compressAnnotation
(FileOffset, Buffer);
559
compressAnnotation
(BinaryAnnotationsOpCode::ChangeLineOffset, Buffer);
560
compressAnnotation
(EncodedLineDelta, Buffer);
566
compressAnnotation
(BinaryAnnotationsOpCode::ChangeCodeOffsetAndLineOffset
[
all
...]
Completed in 528 milliseconds