OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BaseAddr
(Results
1 - 9
of
9
) sorted by null
/external/llvm/lib/DebugInfo/
DWARFCompileUnit.h
41
uint64_t
BaseAddr
;
92
uint64_t getBaseAddress() const { return
BaseAddr
; }
95
BaseAddr
= base_addr;
DWARFCompileUnit.cpp
90
BaseAddr
= 0;
214
uint64_t
BaseAddr
=
216
if (
BaseAddr
== -1U)
217
BaseAddr
= DieArray[0].getAttributeValueAsUnsigned(this, DW_AT_entry_pc, 0);
218
setBaseAddress(
BaseAddr
);
/external/grub/stage2/
common.c
122
&& desc->
BaseAddr
<= top
123
&& desc->
BaseAddr
+ desc->Length > top)
125
top = desc->
BaseAddr
+ desc->Length;
215
&& desc->
BaseAddr
+ desc->Length > max_addr)
216
max_addr = desc->
BaseAddr
+ desc->Length;
mb_info.h
48
unsigned long long
BaseAddr
;
builtins.c
945
(unsigned long) (map->
BaseAddr
>> 32),
946
(unsigned long) (map->
BaseAddr
& 0xFFFFFFFF),
[
all
...]
/external/llvm/tools/llvm-objdump/
llvm-objdump.cpp
580
uint64_t
BaseAddr
;
584
if (error(si->getAddress(
BaseAddr
))) continue;
590
", %04" PRIx64 ")>\n",
BaseAddr
,
591
BaseAddr
+ Contents.size());
597
outs() << format(" %04" PRIx64 " ",
BaseAddr
+ addr);
/external/clang/lib/CodeGen/
CGBlocks.cpp
[
all
...]
TargetInfo.cpp
[
all
...]
CodeGenFunction.h
795
llvm::Value *BuildBlockByrefAddress(llvm::Value *
BaseAddr
,
[
all
...]
Completed in 357 milliseconds