Searched refs:loh (Results 1 - 3 of 3) sorted by relevance

/external/llvm/test/MC/AArch64/
H A Darm64-directive_loh.s16 # CHECK: .loh AdrpAdrp L1, L2
17 # CHECK: .loh AdrpAdrp L1, L2
18 .loh AdrpAdrp L1, L2
19 .loh 1 L1, L2
21 # CHECK: .loh AdrpLdr L1, L2
22 # CHECK: .loh AdrpLdr L1, L2
23 .loh AdrpLdr L1, L2
24 .loh 2 L1, L2
26 # CHECK: .loh AdrpAddLdr L1, L2, L3
27 # CHECK: .loh AdrpAddLd
[all...]
H A Darm64-leaf-compact-unwind.s187 .loh AdrpLdrGot Lloh0, Lloh1
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp508 const char *loh = O->getData().substr(LohLC.dataoff, 1).data(); local
513 uint64_t identifier = decodeULEB128((const uint8_t *)(loh + i), &n);
547 uint64_t narguments = decodeULEB128((const uint8_t *)(loh + i), &n);
554 uint64_t value = decodeULEB128((const uint8_t *)(loh + i), &n);

Completed in 102 milliseconds