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

  /external/llvm/test/MC/AArch64/
arm64-directive_loh.s 16 # 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 AdrpAddLdr L1, L2, L
    [all...]
arm64-leaf-compact-unwind.s 162 .loh AdrpLdrGot Lloh0, Lloh1
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 493 const char *loh = O->getData().substr(LohLC.dataoff, 1).data(); local
498 uint64_t identifier = decodeULEB128((const uint8_t *)(loh + i), &n);
532 uint64_t narguments = decodeULEB128((const uint8_t *)(loh + i), &n);
539 uint64_t value = decodeULEB128((const uint8_t *)(loh + i), &n);
    [all...]

Completed in 218 milliseconds