Home
last modified time | relevance | path

Searched refs:SectionLoadAddress (Results 1 – 25 of 34) sorted by relevance

12

/dports/devel/llvm80/llvm-8.0.1.src/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp385 uint64_t SectionLoadAddress = in printLineInfoForInput() local
387 if (SectionLoadAddress != 0) in printLineInfoForInput()
388 Addr += SectionLoadAddress - Sec->getAddress(); in printLineInfoForInput()
/dports/devel/llvm70/llvm-7.0.1.src/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp380 uint64_t SectionLoadAddress = in printLineInfoForInput() local
382 if (SectionLoadAddress != 0) in printLineInfoForInput()
383 Addr += SectionLoadAddress - Sec->getAddress(); in printLineInfoForInput()
/dports/devel/llvm90/llvm-9.0.1.src/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp447 uint64_t SectionLoadAddress = in printLineInfoForInput() local
449 if (SectionLoadAddress != 0) in printLineInfoForInput()
450 Addr += SectionLoadAddress - Sec->getAddress(); in printLineInfoForInput()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp460 uint64_t SectionLoadAddress = in printLineInfoForInput() local
462 if (SectionLoadAddress != 0) in printLineInfoForInput()
463 Addr += SectionLoadAddress - Sec->getAddress(); in printLineInfoForInput()
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp460 uint64_t SectionLoadAddress = in printLineInfoForInput() local
462 if (SectionLoadAddress != 0) in printLineInfoForInput()
463 Addr += SectionLoadAddress - Sec->getAddress(); in printLineInfoForInput()
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp460 uint64_t SectionLoadAddress = in printLineInfoForInput() local
462 if (SectionLoadAddress != 0) in printLineInfoForInput()
463 Addr += SectionLoadAddress - Sec->getAddress(); in printLineInfoForInput()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp462 uint64_t SectionLoadAddress = in printLineInfoForInput() local
464 if (SectionLoadAddress != 0) in printLineInfoForInput()
465 Addr += SectionLoadAddress - Sec->getAddress(); in printLineInfoForInput()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp460 uint64_t SectionLoadAddress = in printLineInfoForInput() local
462 if (SectionLoadAddress != 0) in printLineInfoForInput()
463 Addr += SectionLoadAddress - Sec->getAddress(); in printLineInfoForInput()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp462 uint64_t SectionLoadAddress = in printLineInfoForInput() local
464 if (SectionLoadAddress != 0) in printLineInfoForInput()
465 Addr += SectionLoadAddress - Sec->getAddress(); in printLineInfoForInput()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp460 uint64_t SectionLoadAddress = in printLineInfoForInput() local
462 if (SectionLoadAddress != 0) in printLineInfoForInput()
463 Addr += SectionLoadAddress - Sec->getAddress(); in printLineInfoForInput()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp460 uint64_t SectionLoadAddress = in printLineInfoForInput() local
462 if (SectionLoadAddress != 0) in printLineInfoForInput()
463 Addr += SectionLoadAddress - Sec->getAddress(); in printLineInfoForInput()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp462 uint64_t SectionLoadAddress = in printLineInfoForInput() local
464 if (SectionLoadAddress != 0) in printLineInfoForInput()
465 Addr += SectionLoadAddress - Sec->getAddress(); in printLineInfoForInput()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp460 uint64_t SectionLoadAddress = in printLineInfoForInput() local
462 if (SectionLoadAddress != 0) in printLineInfoForInput()
463 Addr += SectionLoadAddress - Sec->getAddress(); in printLineInfoForInput()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp462 uint64_t SectionLoadAddress = in printLineInfoForInput() local
464 if (SectionLoadAddress != 0) in printLineInfoForInput()
465 Addr += SectionLoadAddress - Sec->getAddress(); in printLineInfoForInput()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp462 uint64_t SectionLoadAddress = in printLineInfoForInput() local
464 if (SectionLoadAddress != 0) in printLineInfoForInput()
465 Addr += SectionLoadAddress - Sec->getAddress(); in printLineInfoForInput()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp512 uint64_t SectionLoadAddress = in printLineInfoForInput() local
514 if (SectionLoadAddress != 0) in printLineInfoForInput()
515 Addr += SectionLoadAddress - Sec->getAddress(); in printLineInfoForInput()
/dports/devel/llvm70/llvm-7.0.1.src/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1179 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo() local
1180 Ret.Address += SectionLoadAddress - RSec->getAddress(); in getSymbolInfo()
/dports/devel/llvm80/llvm-8.0.1.src/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1208 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo() local
1209 Ret.Address += SectionLoadAddress - RSec->getAddress(); in getSymbolInfo()
/dports/devel/llvm90/llvm-9.0.1.src/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1336 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo() local
1337 Ret.Address += SectionLoadAddress - RSec->getAddress(); in getSymbolInfo()
/dports/devel/binaryen/binaryen-version_98/third_party/llvm-project/
H A DDWARFContext.cpp1348 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo() local
1349 Ret.Address += SectionLoadAddress - RSec->getAddress(); in getSymbolInfo()
/dports/devel/llvm10/llvm-10.0.1.src/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1401 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo() local
1402 Ret.Address += SectionLoadAddress - RSec->getAddress(); in getSymbolInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1401 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo() local
1402 Ret.Address += SectionLoadAddress - RSec->getAddress(); in getSymbolInfo()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1401 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo() local
1402 Ret.Address += SectionLoadAddress - RSec->getAddress(); in getSymbolInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1471 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo() local
1472 Ret.Address += SectionLoadAddress - RSec->getAddress(); in getSymbolInfo()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1464 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo() local
1465 Ret.Address += SectionLoadAddress - RSec->getAddress(); in getSymbolInfo()

12