Searched defs:Addr (Results 1 - 25 of 184) sorted by relevance

12345678

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DDisasm.cpp50 size_t Addr = PC - Start; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCInstrAnalysis.cpp33 MCInstrAnalysis::evaluateMemoryOperandAddress(const MCInst &Inst, uint64_t Addr, argument
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyExternalSymbolDumper.cpp35 uint64_t Addr = Symbol.getVirtualAddress(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DValgrind.cpp38 void llvm::sys::ValgrindDiscardTranslations(const void *Addr, size_t Len) { argument
51 void llvm::sys::ValgrindDiscardTranslations(const void *Addr, size_t Len) { argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_powerpc64.cpp30 void clearCache(void *Addr, size_t Len) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPHITransAddr.h37 Value *Addr; member in class:llvm::PHITransAddr
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLineEntry.h23 uint64_t Addr; ///< Start address of this line entry. member in struct:llvm::gsym::LineEntry
H A DFunctionInfo.h175 void setStartAddress(uint64_t Addr) { Range.Start = Addr; } argument
176 void setEndAddress(uint64_t Addr) { Range.End = Addr; } argument
H A DGsymCreator.h289 void setBaseAddress(uint64_t Addr) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h142 uint8_t *Addr; member in struct:llvm::RTDyldMemoryManager::EHFrame
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.h76 uint64_t Addr; member in struct:llvm::symbolize::SymbolizableObjectFile::SymbolDesc
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DGlobalMappingLayer.h58 void setGlobalMapping(const std::string &Name, JITTargetAddress Addr) { argument
H A DObjectLinkingLayer.h183 JITTargetAddress Addr = 0; member in struct:llvm::orc::EHFrameRegistrationPlugin::EHFrameRange
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h42 Register Addr; member in struct:llvm::IndexedLoadStoreMatchInfo
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_dynamic_shadow.cpp135 typedef ElfW(Addr) (*ifunc_resolver_t)(void); typedef
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp39 static bool getInlineStackHelper(const InlineInfo &II, uint64_t Addr, argument
108 lookup(const GsymReader &GR, DataExtractor &Data, uint64_t &Offset, uint64_t BaseAddr, uint64_t Addr, SourceLocations &SrcLocs, llvm::Error &Err) argument
159 lookup(const GsymReader &GR, DataExtractor &Data, uint64_t BaseAddr, uint64_t Addr, SourceLocations &SrcLocs) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIALineNumber.cpp53 ULONGLONG Addr = 0; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.h84 static JITTargetAddress alignToBlock(JITTargetAddress Addr, Block &B) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp104 uint64_t Addr = *AddrOrErr; local
160 uint64_t Addr local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelDAGToDAG.cpp75 bool ARCDAGToDAGISel::SelectAddrModeImm(SDValue Addr, SDValue &Base, argument
85 bool ARCDAGToDAGISel::SelectAddrModeS9(SDValue Addr, SDValue &Base, argument
127 SelectAddrModeFar(SDValue Addr, SDValue &Base, SDValue &Offset) argument
146 SelectFrameADDR_ri(SDValue Addr, SDValue &Base, SDValue &Offset) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGTargetInfo.h150 EmitTargetCodeForSetTag(SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Addr, SDValue Size, MachinePointerInfo DstPtrInfo, bool ZeroData) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DSymbolCache.h76 uint64_t Addr; member in struct:llvm::pdb::SymbolCache::LineTableEntry
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcommon.h71 uintptr_t Addr = 0; member in struct:gwp_asan::AllocationMetadata
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dfuchsia.cpp51 void *map(void *Addr, uptr Size, const char *Name, uptr Flags, argument
116 void unmap(void *Addr, uptr Size, uptr Flags, MapPlatformData *Data) { argument
H A Dlinux.cpp48 void *map(void *Addr, uptr Size, UNUSED const char *Name, uptr Flags, argument
80 void unmap(void *Addr, uptr Size, UNUSED uptr Flags, argument
88 void *Addr = reinterpret_cast<void *>(BaseAddress + Offset); local

Completed in 241 milliseconds

12345678