/openbsd/gnu/llvm/llvm/lib/DebugInfo/GSYM/ |
H A D | ExtractRanges.cpp | 18 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 D | InlineInfo.cpp | 110 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 D | LineTable.cpp | 54 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 D | FunctionInfo.cpp | 38 uint64_t BaseAddr) { in decode()
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugRnglists.cpp | 89 std::optional<object::SectionedAddress> BaseAddr, DWARFUnit &U) const { in getAbsoluteRanges() 96 std::optional<object::SectionedAddress> BaseAddr, uint8_t AddressByteSize, in getAbsoluteRanges()
|
H A D | DWARFDebugLoc.cpp | 124 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
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsInstructionSelector.cpp | 258 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 D | MipsLegalizerInfo.cpp | 364 Register BaseAddr = MI.getOperand(1).getReg(); in legalizeCustom() local
|
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFUnit.h | 236 std::optional<object::SectionedAddress> BaseAddr; variable
|
/openbsd/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPConstants.h | 259 enum class RTLDependInfoFields { BaseAddr, Len, Flags }; enumerator
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVELFReader.cpp | 1020 uint64_t BaseAddr = 0; in processLocationList() local
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 1648 SDValue BaseAddr( in LowerGlobalTLSAddress() local 1694 SDValue BaseAddr = in LowerGlobalAddress() local 1804 SDValue BaseAddr = in LowerIntrinsic() local
|
/openbsd/gnu/llvm/compiler-rt/lib/orc/ |
H A D | coff_platform.cpp | 692 auto BaseAddr = COFFPlatformRuntimeState::get().findJITDylibBaseByPC( in __orc_rt_coff_cxx_throw_exception() local
|
/openbsd/gnu/llvm/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.h | 272 uint32_t BaseAddr = 0; variable
|
H A D | ELFObject.cpp | 1307 uint64_t SegmentAddr = 0, BaseAddr = 0; in addDataSections() local
|
/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 566 Error InstrProfSymtab::create(StringRef D, uint64_t BaseAddr) { in create()
|
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 2313 uint64_t BaseAddr = Section.getAddress(); in printSectionContents() local 2772 uint64_t BaseAddr = Section.getAddress(); in checkForInvalidStartStopAddress() local
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGClass.cpp | 402 CodeGenFunction::GetAddressOfDerivedClass(Address BaseAddr, in GetAddressOfDerivedClass()
|
H A D | CGCall.cpp | 1024 Address BaseAddr, in forConstantArrayExpansion()
|
H A D | CGExpr.cpp | 5505 Address BaseAddr = Address::invalid(); in EmitPointerToDataMemberBinaryExpr() local
|
H A D | CGStmtOpenMP.cpp | 1245 Address BaseAddr = RedCG.adjustPrivateAddress( in EmitOMPReductionClauseInit() local
|
H A D | TargetInfo.cpp | 6122 Address BaseAddr(CGF.Builder.CreateInBoundsGEP(CGF.Int8Ty, reg_top, reg_offs), in EmitAAPCSVAArg() local
|
H A D | CGOpenMPRuntime.cpp | 4009 enum RTLAffinityInfoFieldsTy { BaseAddr, Len, Flags }; in emitTaskInit() enumerator
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 21478 Value *BaseAddr = LI->getPointerOperand(); in lowerInterleavedLoad() local 21496 auto createLoadIntrinsic = [&](Value *BaseAddr) { in lowerInterleavedLoad() 21643 Value *BaseAddr = SI->getPointerOperand(); in lowerInterleavedStore() local 21664 SmallVectorImpl<Value *> &Shuffles) { in lowerInterleavedStore()
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 14411 Value *BaseAddr = LI->getPointerOperand(); in lowerInterleavedLoad() local 14599 Value *BaseAddr = SI->getPointerOperand(); in lowerInterleavedStore() local
|