Home
last modified time | relevance | path

Searched refs:thunkVA (Results 1 – 5 of 5) sorted by relevance

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/MachO/
H A DConcatOutputSection.cpp278 uint64_t thunkVA = thunkInfo.isec->getVA(); in finalize() local
279 if (lowVA < thunkVA && thunkVA < highVA) { in finalize()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/MachO/
H A DConcatOutputSection.cpp303 uint64_t thunkVA = thunkInfo.isec->getVA(); in finalize() local
304 if (lowVA <= thunkVA && thunkVA <= highVA) { in finalize()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/MachO/
H A DConcatOutputSection.cpp278 uint64_t thunkVA = thunkInfo.isec->getVA(); in finalize() local
279 if (lowVA < thunkVA && thunkVA < highVA) { in finalize()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp278 uint64_t thunkVA = thunkInfo.isec->getVA(); in finalize() local
279 if (lowVA < thunkVA && thunkVA < highVA) { in finalize()
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/MachO/
H A DConcatOutputSection.cpp278 uint64_t thunkVA = thunkInfo.isec->getVA();
279 if (lowVA < thunkVA && thunkVA < highVA) {