Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/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.cpp109 uint64_t BaseAddr, uint64_t Addr, SourceLocations &SrcLocs, in lookup()
160 uint64_t BaseAddr, uint64_t Addr, in lookup()
180 uint64_t BaseAddr) { in decode()
223 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.cpp37 uint64_t BaseAddr) { in decode()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRnglists.cpp89 llvm::Optional<object::SectionedAddress> BaseAddr, DWARFUnit &U) const { in getAbsoluteRanges()
96 Optional<object::SectionedAddress> BaseAddr, uint8_t AddressByteSize, in getAbsoluteRanges()
H A DDWARFDebugLoc.cpp124 Optional<SectionedAddress> BaseAddr, in dumpLocationList()
173 uint64_t Offset, Optional<SectionedAddress> BaseAddr, in visitAbsoluteLocationList()
190 auto BaseAddr = None; in dump() local
/llvm-project-15.0.7/llvm/unittests/DebugInfo/GSYM/
H A DGSYMTest.cpp184 const uint64_t BaseAddr = 0x100; in TEST() local
357 const uint64_t BaseAddr = in TestInlineInfoEncodeError() local
501 const uint64_t BaseAddr = 0x100; in TEST() local
618 const uint64_t BaseAddr = 0x1000; in TEST() local
658 const uint64_t BaseAddr = 0x1000; in TEST() local
679 const uint64_t BaseAddr = LT[0].Addr; in TestLineTableHelper() local
769 const uint64_t BaseAddr = 0x100; in TEST() local
799 const uint64_t BaseAddr = 0x1000; in TEST() local
1027 constexpr uint64_t BaseAddr = 0x1000; in TEST() local
1053 constexpr uint64_t BaseAddr = 0x1000; in TEST() local
[all …]
/llvm-project-15.0.7/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.cpp364 Register BaseAddr = MI.getOperand(1).getReg(); in legalizeCustom() local
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h236 llvm::Optional<object::SectionedAddress> BaseAddr; variable
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1745 SDValue BaseAddr( in LowerGlobalTLSAddress() local
1791 SDValue BaseAddr = in LowerGlobalAddress() local
1901 SDValue BaseAddr = in LowerIntrinsic() local
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DPerfReader.cpp819 uint64_t BaseAddr = 0; in readSampleCounters() local
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProf.h561 Error InstrProfSymtab::create(StringRef D, uint64_t BaseAddr) { in create()
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.h272 uint32_t BaseAddr = 0; variable
H A DELFObject.cpp1286 uint64_t SegmentAddr = 0, BaseAddr = 0; in addDataSections() local
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h540 AssertingVH<Value> BaseAddr; variable
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2079 uint64_t BaseAddr = Section.getAddress(); in printSectionContents() local
2538 uint64_t BaseAddr = Section.getAddress(); in checkForInvalidStartStopAddress() local
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp2635 Value *BaseAddr = MA->getOriginalBaseAddr(); in hasNonHoistableBasePtrInScop() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGClass.cpp401 CodeGenFunction::GetAddressOfDerivedClass(Address BaseAddr, in GetAddressOfDerivedClass()
H A DCGCall.cpp1018 Address BaseAddr, in forConstantArrayExpansion()
H A DCGExpr.cpp5518 Address BaseAddr = Address::invalid(); in EmitPointerToDataMemberBinaryExpr() local
H A DCGOpenMPRuntime.cpp4324 enum RTLAffinityInfoFieldsTy { BaseAddr, Len, Flags }; in emitTaskInit() enumerator
4514 enum RTLDependInfoFieldsTy { BaseAddr, Len, Flags }; enumerator
H A DCGStmtOpenMP.cpp1243 Address BaseAddr = RedCG.adjustPrivateAddress( in EmitOMPReductionClauseInit() local
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp21362 Value *BaseAddr = LI->getPointerOperand(); in lowerInterleavedLoad() local
21380 auto createLoadIntrinsic = [&](Value *BaseAddr) { in lowerInterleavedLoad()
21527 Value *BaseAddr = SI->getPointerOperand(); in lowerInterleavedStore() local
21548 SmallVectorImpl<Value *> &Shuffles) { in lowerInterleavedStore()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13073 Value *BaseAddr = LI->getPointerOperand(); in lowerInterleavedLoad() local
13256 Value *BaseAddr = SI->getPointerOperand(); in lowerInterleavedStore() local

12