Home
last modified time | relevance | path

Searched defs:LEB128 (Results 1 – 5 of 5) sorted by relevance

/external/llvm/docs/
DCoverageMappingFormat.rst428 .. _LEB128: target
430 LEB128 subsection
442 ``[length : LEB128, characters...]`` argument
/external/swiftshader/third_party/LLVM/unittests/Support/
DDataExtractorTest.cpp100 TEST(DataExtractorTest, LEB128) { in TEST() argument
/external/llvm/unittests/Support/
DDataExtractorTest.cpp101 TEST(DataExtractorTest, LEB128) { in TEST() argument
/external/google-breakpad/src/common/dwarf/
Dcfi_assembler.h210 CFISection &LEB128(long long v) { Section::LEB128(v); return *this; } in LEB128() function
/external/google-breakpad/src/common/
Dtest_assembler.cc303 Section &Section::LEB128(long long value) { in LEB128() function in google_breakpad::test_assembler::Section