OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpcodeBase
(Results
1 - 25
of
33
) sorted by null
1
2
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFDebugLine.h
36
DefaultIsStmt(0), LineBase(0), LineRange(0),
OpcodeBase
(0) {}
57
uint8_t
OpcodeBase
;
77
MinInstLength = LineBase = LineRange =
OpcodeBase
= 0;
DWARFDebugLine.cpp
27
<< format(" opcode_base: %u\n",
OpcodeBase
);
148
prologue->
OpcodeBase
= debug_line_data.getU8(offset_ptr);
150
prologue->StandardOpcodeLengths.reserve(prologue->
OpcodeBase
-1);
151
for (uint32_t i = 1; i < prologue->
OpcodeBase
; ++i) {
276
} else if (opcode < prologue->
OpcodeBase
) {
337
uint8_t adjust_opcode = 255 - prologue->
OpcodeBase
;
421
uint8_t adjust_opcode = opcode - prologue->
OpcodeBase
;
/external/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp
25
OpcodeBase
= 0;
42
<< format(" opcode_base: %u\n",
OpcodeBase
);
92
OpcodeBase
= debug_line_data.getU8(offset_ptr);
94
StandardOpcodeLengths.reserve(
OpcodeBase
- 1);
95
for (uint32_t i = 1; i <
OpcodeBase
; ++i) {
349
} else if (opcode < Prologue.
OpcodeBase
) {
410
uint8_t adjust_opcode = 255 - Prologue.
OpcodeBase
;
494
uint8_t adjust_opcode = opcode - Prologue.
OpcodeBase
;
/external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h
61
uint8_t
OpcodeBase
;
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h
63
uint8_t
OpcodeBase
;
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h
68
uint8_t
OpcodeBase
;
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h
68
uint8_t
OpcodeBase
;
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h
67
uint8_t
OpcodeBase
;
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h
67
uint8_t
OpcodeBase
;
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h
67
uint8_t
OpcodeBase
;
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h
67
uint8_t
OpcodeBase
;
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h
63
uint8_t
OpcodeBase
;
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h
68
uint8_t
OpcodeBase
;
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h
68
uint8_t
OpcodeBase
;
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h
67
uint8_t
OpcodeBase
;
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h
67
uint8_t
OpcodeBase
;
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h
67
uint8_t
OpcodeBase
;
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h
67
uint8_t
OpcodeBase
;
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
DWARFYAML.h
136
uint8_t
OpcodeBase
;
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ObjectYAML/
DWARFYAML.h
136
uint8_t
OpcodeBase
;
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ObjectYAML/
DWARFYAML.h
136
uint8_t
OpcodeBase
;
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ObjectYAML/
DWARFYAML.h
137
uint8_t
OpcodeBase
;
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ObjectYAML/
DWARFYAML.h
137
uint8_t
OpcodeBase
;
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ObjectYAML/
DWARFYAML.h
137
uint8_t
OpcodeBase
;
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ObjectYAML/
DWARFYAML.h
137
uint8_t
OpcodeBase
;
Completed in 3707 milliseconds
1
2