Home
last modified time | relevance | path

Searched defs:StartAddress (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DExpression.h78 lldb::addr_t StartAddress() { return m_jit_start_addr; } in StartAddress() function
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRangeList.h31 uint64_t StartAddress; member
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachVMRegion.h26 mach_vm_address_t StartAddress() const { return m_start; } in StartAddress() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DPerfReader.cpp884 uint64_t StartAddress = TargetAddress; in computeCounterFromLBR() local
1102 uint64_t StartAddress = LBR.Target; in warnInvalidRange() local
1115 StringRef Msg) { in warnInvalidRange()
1139 uint64_t StartAddress = I.first.first; in warnInvalidRange() local
H A DProfiledBinary.cpp468 uint64_t StartAddress = Symbols[SI].Addr; in dissassembleSymbol() local
777 uint64_t StartAddress = Range.LowPC; in loadSymbolsFromDWARFUnit() local
H A DProfileGenerator.cpp437 uint64_t StartAddress = Item.first.first; in collectFunctionsFromRawProfile() local
652 uint64_t StartAddress = I.first.first; in preprocessRangeCounter() local
H A DProfiledBinary.h100 uint64_t StartAddress; member
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp149 static LineNumberInfo DILineInfoToIntelJITFormat(uintptr_t StartAddress, in DILineInfoToIntelJITFormat()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DWin64EH.h142 support::ulittle32_t StartAddress; member
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp254 const uint64_t StartAddress = FI.startAddress(); in convertFunctionLineTable() local
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/
H A DDIContext.h44 std::optional<uint64_t> StartAddress; member
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMachObjectWriter.cpp645 uint64_t StartAddress = 0; in computeSectionAddresses() local
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1183 std::optional<uint64_t> &StartAddress) { in getFunctionNameAndStartLineForAddress()
1356 std::optional<uint64_t> StartAddress; in getLineInfoForAddressRange() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp225 static uint64_t StartAddress; variable
1127 uint64_t StartAddress = SectionAddr + Start; in collectBBAddrMapLabels() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18963 int64_t StartAddress = StoreNodes[0].OffsetFromBase; in getConsecutiveStores() local
19257 int64_t StartAddress = LoadNodes[0].OffsetFromBase; in tryStoreMergeOfLoads() local