Home
last modified time | relevance | path

Searched refs:readULEB128 (Results 1 – 9 of 9) sorted by relevance

/external/compiler-rt/lib/builtins/
Dgcc_personality_v0.c43 static uintptr_t readULEB128(const uint8_t** data) in readULEB128() function
74 result = readULEB128(&p); in readEncodedPointer()
177 readULEB128(&lsda); in __gcc_personality_sj0()
181 uint32_t callSiteTableLength = readULEB128(&lsda); in __gcc_personality_sj0()
189 readULEB128(&p); /* action value not used for C code */ in __gcc_personality_sj0()
/external/libcxxabi/src/
Dcxa_personality.cpp179 readULEB128(const uint8_t** data) in readULEB128() function
242 result = readULEB128(&p); in readEncodedPointer()
463 uint64_t ttypeIndex = readULEB128(&temp); in exception_spec_can_catch()
625 uintptr_t classInfoOffset = readULEB128(&lsda); in scan_eh_tab()
634 uint32_t callSiteTableLength = static_cast<uint32_t>(readULEB128(&lsda)); in scan_eh_tab()
648 uintptr_t actionEntry = readULEB128(&callSitePtr); in scan_eh_tab()
652 uintptr_t landingPad = readULEB128(&callSitePtr); in scan_eh_tab()
653 uintptr_t actionEntry = readULEB128(&callSitePtr); in scan_eh_tab()
1252 uintptr_t classInfoOffset = readULEB128(&lsda); in __cxa_call_unexpected()
/external/llvm/lib/Object/
DMachOObjectFile.cpp1550 uint64_t ExportEntry::readULEB128(const uint8_t *&Ptr) { in readULEB128() function in ExportEntry
1597 uint64_t ExportInfoSize = readULEB128(State.Current); in pushNode()
1601 State.Flags = readULEB128(State.Current); in pushNode()
1604 State.Other = readULEB128(State.Current); // dylib ordinal in pushNode()
1607 State.Address = readULEB128(State.Current); in pushNode()
1609 State.Other = readULEB128(State.Current); in pushNode()
1628 uint64_t childNodeIndex = readULEB128(Top.Current); in pushDownUntilBottom()
1748 SegmentOffset = readULEB128(); in moveNext()
1757 SegmentOffset += readULEB128(); in moveNext()
1783 RemainingLoopCount = readULEB128() - 1; in moveNext()
[all …]
/external/llvm/lib/ProfileData/
DCoverageMappingReader.cpp37 std::error_code RawCoverageReader::readULEB128(uint64_t &Result) { in readULEB128() function in RawCoverageReader
50 if (auto Err = readULEB128(Result)) in readIntMax()
58 if (auto Err = readULEB128(Result)) in readSize()
183 if (auto Err = readULEB128(ColumnStart)) in readMappingRegionsSubArray()
/external/llvm/include/llvm/Object/
DMachO.h76 uint64_t readULEB128(const uint8_t *&p);
124 uint64_t readULEB128();
166 uint64_t readULEB128();
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp376 static uintptr_t readULEB128(const uint8_t **data) { in readULEB128() function
467 result = readULEB128(&p); in readEncodedPointer()
687 classInfoOffset = readULEB128(&lsda); in handleLsda()
695 uint32_t callSiteTableLength = readULEB128(&lsda); in handleLsda()
711 uintptr_t actionEntry = readULEB128(&callSitePtr); in handleLsda()
/external/llvm/include/llvm/ProfileData/
DCoverageMappingReader.h91 std::error_code readULEB128(uint64_t &Result);
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/
Dbreakpad_unittests.sym50354 FUNC 636d8 24 0 __cxxabiv1::readULEB128
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/
Dbreakpad_unittests.sym51611 FUNC 98660 30 0 __cxxabiv1::readULEB128