OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getAddress
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachORelocation.h
43
uint32_t
getAddress
() const { return r_scattered ? r_value : r_address; }
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
JITLink.h
121
JITTargetAddress
getAddress
() const { return Address; }
267
return
getAddress
() + E.getOffset();
485
JITTargetAddress
getAddress
() const { return Base->
getAddress
() + Offset; }
677
if (B->
getAddress
() < First->
getAddress
())
679
if (B->
getAddress
() > Last->
getAddress
())
696
return First ? First->
getAddress
() : 0;
699
return Last ? Last->
getAddress
() + Last->getSize() : 0
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
GsymReader.cpp
209
Optional<uint64_t> GsymReader::
getAddress
(size_t Index) const {
265
if (Optional<uint64_t> OptAddr =
getAddress
(*AddressIndex)) {
287
if (Optional<uint64_t> OptAddr =
getAddress
(*AddressIndex))
320
OS << " (" << HEX64(*
getAddress
(I)) << ")\n";
342
if (auto FI = getFunctionInfo(*
getAddress
(I)))
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h
262
Value *
getAddress
() const { return Address; }
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
JITSymbol.h
251
JITTargetAddress
getAddress
() const { return Address; }
285
: CachedAddr(Sym.
getAddress
()), Flags(Sym.getFlags()) {}
289
/// @param
GetAddress
A functor to materialize a definition (fixing the
294
/// user can materialize the definition at any time by calling the
getAddress
296
JITSymbol(GetAddressFtor
GetAddress
, JITSymbolFlags Flags)
297
:
GetAddress
(std::move(
GetAddress
)), CachedAddr(0), Flags(Flags) {}
303
:
GetAddress
(std::move(Other.
GetAddress
)), Flags(std::move(Other.Flags)) {
311
GetAddress
= std::move(Other.GetAddress)
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
DataExtractor.h
322
uint64_t
getAddress
(uint64_t *offset_ptr) const {
329
uint64_t
getAddress
(Cursor &C) const { return getUnsigned(C, AddressSize); }
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h
254
uint64_t
getAddress
() const { return *Address; }
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ObjectFile.h
97
uint64_t
getAddress
() const;
186
Expected<uint64_t>
getAddress
() const;
390
inline Expected<uint64_t> SymbolRef::
getAddress
() const {
447
inline uint64_t SectionRef::
getAddress
() const {
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h
86
uint8_t *
getAddress
() const { return Address; }
475
return Sections[SectionID].
getAddress
();
483
reinterpret_cast<char *>(Sections[SectionID].
getAddress
()),
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGValue.h
169
Simple, // This is a normal l-value, use
getAddress
().
329
Address
getAddress
(CodeGenFunction &CGF) const {
466
return RValue::getAggregate(
getAddress
(CGF), isVolatileQualified());
579
return forAddr(LV.
getAddress
(CGF), LV.getQuals(), isDestructed, needsGC,
615
Address
getAddress
() const {
643
return RValue::getAggregate(
getAddress
(), isVolatile());
CGOpenMPRuntime.h
534
llvm::Constant *
getAddress
() const {
/src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
Core.h
1090
JITTargetAddress
getAddress
() const { return Addr; }
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IntrinsicInst.h
310
Value *
getAddress
() const {
330
Value *
getAddress
() const {
Instructions.h
3642
Value *
getAddress
() { return getOperand(0); }
3643
const Value *
getAddress
() const { return getOperand(0); }
/src/external/bsd/elftosb/dist/common/
EncoreBootImage.h
573
inline uint32_t
getAddress
() const { return m_address; }
655
inline uint32_t
getAddress
() const { return m_address; }
Completed in 64 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026