OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SymAddr
(Results
1 - 9
of
9
) sorted by null
/external/llvm/lib/Target/X86/MCTargetDesc/
X86ELFRelocationInfo.cpp
33
uint64_t
SymAddr
; SymI->getAddress(
SymAddr
);
40
Sym->setVariableValue(MCConstantExpr::Create(
SymAddr
, Ctx));
X86MachORelocationInfo.cpp
34
uint64_t
SymAddr
; SymI->getAddress(
SymAddr
);
42
Sym->setVariableValue(MCConstantExpr::Create(
SymAddr
, Ctx));
/external/llvm/lib/MC/
MCObjectSymbolizer.cpp
141
uint64_t
SymAddr
; SI->getAddress(
SymAddr
);
145
if (
SymAddr
== UnknownAddressOrSize || SymSize == UnknownAddressOrSize
149
if (
SymAddr
== UValue ||
150
(
SymAddr
<= UValue &&
SymAddr
+ SymSize > UValue)) {
153
if (
SymAddr
!= UValue) {
154
const MCExpr *Off = MCConstantExpr::Create(UValue -
SymAddr
, Ctx);
/external/llvm/lib/Target/ARM/
ARMJITInfo.h
171
void addIndirectSymAddr(void *
SymAddr
, intptr_t IndSymAddr) {
172
Sym2IndirectSymMap.insert(std::make_pair(
SymAddr
, IndSymAddr));
/external/llvm/lib/DebugInfo/
DWARFContext.cpp
615
uint64_t
SymAddr
= 0;
619
Sym->getAddress(
SymAddr
);
624
object::RelocToApply R(V.visit(Type, *reloc_i, 0,
SymAddr
));
/external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h
242
SDValue LowerTLSDescCall(SDValue
SymAddr
, SDValue DescAddr, SDLoc DL,
AArch64ISelLowering.cpp
[
all
...]
/external/llvm/lib/Object/
MachOObjectFile.cpp
810
uint64_t
SymAddr
;
811
getSymbolAddress(Symb,
SymAddr
);
812
Result = (
SymAddr
>= SectBegin) && (
SymAddr
< SectEnd);
[
all
...]
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
[
all
...]
Completed in 460 milliseconds