HomeSort by relevance Sort by last modified time
    Searched refs:encodeULEB128 (Results 1 - 24 of 24) sorted by null

  /external/llvm/lib/ProfileData/
SampleProfWriter.cpp 87 encodeULEB128(ret->second, *OutputStream);
117 encodeULEB128(SPMagic(), OS);
118 encodeULEB128(SPVersion(), OS);
131 encodeULEB128(NameTable.size(), OS);
134 encodeULEB128(0, OS);
141 encodeULEB128(Summary->getTotalCount(), OS);
142 encodeULEB128(Summary->getMaxCount(), OS);
143 encodeULEB128(Summary->getMaxFunctionCount(), OS);
144 encodeULEB128(Summary->getNumCounts(), OS);
145 encodeULEB128(Summary->getNumFunctions(), OS)
    [all...]
InstrProf.cpp 250 unsigned EncLen = encodeULEB128(UncompressedNameStrings.length(), P);
254 EncLen = encodeULEB128(CompressedLen, P);
  /external/llvm/lib/ProfileData/Coverage/
CoverageMappingWriter.cpp 22 encodeULEB128(Filenames.size(), OS);
24 encodeULEB128(Filename.size(), OS);
106 encodeULEB128(encodeCounter(Expressions, C), OS);
115 encodeULEB128(VirtualFileMapping.size(), OS);
117 encodeULEB128(FileID, OS);
122 encodeULEB128(MinExpressions.size(), OS);
142 encodeULEB128(RegionCount, OS);
163 encodeULEB128(EncodedTagExpandedFileID, OS);
168 encodeULEB128(unsigned(I->Kind)
174 encodeULEB128(I->LineStart - PrevLineStart, OS)
    [all...]
  /external/llvm/lib/MC/
MCLinkerOptimizationHint.cpp 29 encodeULEB128(Kind, OutStream);
30 encodeULEB128(Args.size(), OutStream);
32 encodeULEB128(ObjWriter.getSymbolAddress(*Arg, Layout), OutStream);
MCDwarf.cpp 442 encodeULEB128(AddrDelta, OS);
494 encodeULEB128(AddrDelta, OS);
    [all...]
MCAssembler.cpp 799 encodeULEB128(Value, OSE);
MCStreamer.cpp 102 encodeULEB128(Value, OSE, Padding);
MCAsmStreamer.cpp     [all...]
  /external/llvm/include/llvm/Support/
LEB128.h 38 inline void encodeULEB128(uint64_t Value, raw_ostream &OS,
58 inline unsigned encodeULEB128(uint64_t Value, uint8_t *p,
  /external/llvm/tools/llvm-cov/
TestingSupport.cpp 83 encodeULEB128(ProfileNamesData.size(), OS);
84 encodeULEB128(ProfileNamesAddress, OS);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 74 inline void encodeULEB128(uint64_t Value, raw_ostream &OS,
94 inline unsigned encodeULEB128(uint64_t Value, uint8_t *p,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 74 inline void encodeULEB128(uint64_t Value, raw_ostream &OS,
94 inline unsigned encodeULEB128(uint64_t Value, uint8_t *p,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 74 inline void encodeULEB128(uint64_t Value, raw_ostream &OS,
94 inline unsigned encodeULEB128(uint64_t Value, uint8_t *p,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 74 inline void encodeULEB128(uint64_t Value, raw_ostream &OS,
94 inline unsigned encodeULEB128(uint64_t Value, uint8_t *p,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 74 inline void encodeULEB128(uint64_t Value, raw_ostream &OS,
94 inline unsigned encodeULEB128(uint64_t Value, uint8_t *p,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 74 inline void encodeULEB128(uint64_t Value, raw_ostream &OS,
94 inline unsigned encodeULEB128(uint64_t Value, uint8_t *p,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 74 inline void encodeULEB128(uint64_t Value, raw_ostream &OS,
94 inline unsigned encodeULEB128(uint64_t Value, uint8_t *p,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
LEB128.h 74 inline void encodeULEB128(uint64_t Value, raw_ostream &OS,
94 inline unsigned encodeULEB128(uint64_t Value, uint8_t *p,
  /external/llvm/lib/CodeGen/AsmPrinter/
ByteStreamer.h 102 encodeULEB128(DWord, OSE);
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMUnwindOpAsm.cpp 135 size_t ULEBSize = encodeULEB128((Offset - 0x204) >> 2, Buff + 1);
  /external/llvm/unittests/DebugInfo/DWARF/
DWARFFormValueTest.cpp 69 encodeULEB128(Value, OS);
  /external/llvm/unittests/Support/
LEB128Test.cpp 44 TEST(LEB128Test, EncodeULEB128) {
49 /* encodeULEB128(uint64_t, raw_ostream &, unsigned) */ \
52 encodeULEB128(VALUE, Stream, PAD); \
56 /* encodeULEB128(uint64_t, uint8_t *, unsigned) */ \
58 unsigned Size = encodeULEB128(VALUE, Buffer, PAD); \
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 636 unsigned Len = encodeULEB128(Filter.first, Buffer);
    [all...]
  /external/llvm/tools/yaml2obj/
yaml2macho.cpp 282 encodeULEB128(Data, OS);
388 encodeULEB128(Data, OS);

Completed in 617 milliseconds