Home
last modified time | relevance | path

Searched defs:BaseAddr (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DExtractRanges.cpp18 void encodeRange(const AddressRange &Range, FileWriter &O, uint64_t BaseAddr) { in encodeRange()
24 AddressRange decodeRange(DataExtractor &Data, uint64_t BaseAddr, in decodeRange()
34 uint64_t BaseAddr) { in encodeRanges()
42 void decodeRanges(AddressRanges &Ranges, DataExtractor &Data, uint64_t BaseAddr, in decodeRanges()
H A DInlineInfo.cpp110 uint64_t BaseAddr, uint64_t Addr, SourceLocations &SrcLocs, in lookup()
161 uint64_t BaseAddr, uint64_t Addr, in lookup()
181 uint64_t BaseAddr) { in decode()
224 uint64_t BaseAddr) { in decode()
H A DLineTable.cpp54 static llvm::Error parse(DataExtractor &Data, uint64_t BaseAddr, in parse()
252 uint64_t BaseAddr) { in decode()
266 Expected<LineEntry> LineTable::lookup(DataExtractor &Data, uint64_t BaseAddr, uint64_t Addr) { in lookup()
H A DFunctionInfo.cpp38 uint64_t BaseAddr) { in decode()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRnglists.cpp89 std::optional<object::SectionedAddress> BaseAddr, DWARFUnit &U) const { in getAbsoluteRanges()
96 std::optional<object::SectionedAddress> BaseAddr, uint8_t AddressByteSize, in getAbsoluteRanges()
H A DDWARFDebugLoc.cpp124 uint64_t *Offset, raw_ostream &OS, std::optional<SectionedAddress> BaseAddr, in dumpLocationList()
171 uint64_t Offset, std::optional<SectionedAddress> BaseAddr, in visitAbsoluteLocationList()
188 auto BaseAddr = std::nullopt; in dump() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp258 MachineInstr &I, unsigned Opc, MachineOperand &BaseAddr, unsigned Offset, in buildUnalignedStore()
272 MachineInstr &I, unsigned Opc, Register Dest, MachineOperand &BaseAddr, in buildUnalignedLoad()
443 MachineOperand BaseAddr = I.getOperand(1); in select() local
H A DMipsLegalizerInfo.cpp366 Register BaseAddr = MI.getOperand(1).getReg(); in legalizeCustom() local
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h241 std::optional<object::SectionedAddress> BaseAddr; variable
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPConstants.h268 enum class RTLDependInfoFields { BaseAddr, Len, Flags }; enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp1010 uint64_t BaseAddr = 0; in processLocationList() local
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp641 Address BaseAddr(CGF.Builder.CreateInBoundsGEP(CGF.Int8Ty, reg_top, reg_offs), in EmitAAPCSVAArg() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1694 SDValue BaseAddr( in LowerGlobalTLSAddress() local
1743 SDValue BaseAddr = in LowerGlobalAddress() local
1853 SDValue BaseAddr = in LowerIntrinsic() local
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/
H A Dcoff_platform.cpp698 auto BaseAddr = COFFPlatformRuntimeState::get().findJITDylibBaseByPC( in __orc_rt_coff_cxx_throw_exception() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h272 uint32_t BaseAddr = 0; variable
H A DELFObject.cpp1322 uint64_t SegmentAddr = 0, BaseAddr = 0; in addDataSections() local
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h543 Error InstrProfSymtab::create(StringRef D, uint64_t BaseAddr) { in create()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2644 uint64_t BaseAddr = Section.getAddress(); in printSectionContents() local
3088 uint64_t BaseAddr = Section.getAddress(); in checkForInvalidStartStopAddress() local
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp399 CodeGenFunction::GetAddressOfDerivedClass(Address BaseAddr, in GetAddressOfDerivedClass()
H A DCGCall.cpp1028 Address BaseAddr, in forConstantArrayExpansion()
H A DCGExpr.cpp5949 Address BaseAddr = Address::invalid(); in EmitPointerToDataMemberBinaryExpr() local
H A DCGStmtOpenMP.cpp1241 Address BaseAddr = RedCG.adjustPrivateAddress( in EmitOMPReductionClauseInit() local
H A DCGOpenMPRuntime.cpp3807 enum RTLAffinityInfoFieldsTy { BaseAddr, Len, Flags }; in emitTaskInit() enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp21684 Value *BaseAddr = LI->getPointerOperand(); in lowerInterleavedLoad() local
21695 auto createLoadIntrinsic = [&](Value *BaseAddr) { in lowerInterleavedLoad()
21841 Value *BaseAddr = SI->getPointerOperand(); in lowerInterleavedStore() local
21855 SmallVectorImpl<Value *> &Shuffles) { in lowerInterleavedStore()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15693 Value *BaseAddr = LI->getPointerOperand(); in lowerInterleavedLoad() local
15879 Value *BaseAddr = SI->getPointerOperand(); in lowerInterleavedStore() local
16013 Value *BaseAddr = LI->getPointerOperand(); in lowerDeinterleaveIntrinsicToLoad() local
16083 Value *BaseAddr = SI->getPointerOperand(); in lowerInterleaveIntrinsicToStore() local

12