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
37
ErrorOr<uint64_t>
SymAddr
= SymI->getAddress();
38
if (std::error_code EC =
SymAddr
.getError())
46
Sym->setVariableValue(MCConstantExpr::create(*
SymAddr
, Ctx));
X86MachORelocationInfo.cpp
37
uint64_t
SymAddr
= SymI->getValue();
45
Sym->setVariableValue(MCConstantExpr::create(
SymAddr
, Ctx));
/external/llvm/examples/Kaleidoscope/include/
KaleidoscopeJIT.h
98
if (auto
SymAddr
= RTDyldMemoryManager::getSymbolAddressInProcess(Name))
99
return JITSymbol(
SymAddr
, JITSymbolFlags::Exported);
/external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp
734
uint64_t
SymAddr
= 0;
748
SymAddr
= *SymAddrOrErr;
761
SymAddr
= RSec->getAddress();
766
//
SymAddr
= (Address of Symbol Or Section in File) -
780
SymAddr
+= SectionLoadAddress - RSec->getAddress();
784
object::RelocToApply R(V.visit(Type, Reloc,
SymAddr
));
/external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp
327
std::vector<std::pair<SymbolRef, uint64_t>>
SymAddr
=
331
for (const auto &P :
SymAddr
) {
/external/llvm/tools/llvm-cxxdump/
llvm-cxxdump.cpp
172
std::vector<std::pair<SymbolRef, uint64_t>>
SymAddr
=
175
for (auto &P :
SymAddr
) {
/external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h
459
SDValue LowerELFTLSDescCallSeq(SDValue
SymAddr
, SDLoc DL,
AArch64ISelLowering.cpp
[
all
...]
/external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
[
all
...]
Completed in 1186 milliseconds