OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Ptr64
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp
625
const uint64_t *
Ptr64
= Val.getRawData();
634
c =
Ptr64
[i / 8] >> (8 * (i & 7));
636
c =
Ptr64
[(NumBytes - 1 - i) / 8] >> (8 * ((NumBytes - 1 - i) & 7));
[
all
...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp
530
const uint64_t *
Ptr64
= Val.getRawData();
539
c =
Ptr64
[i / 8] >> (8 * (i & 7));
541
c =
Ptr64
[(NumBytes - 1 - i) / 8] >> (8 * ((NumBytes - 1 - i) & 7));
[
all
...]
Completed in 142 milliseconds