Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp129 if (auto DebugEnd = Symbol.findOneChild<PDBSymbolFuncDebugEnd>()) { in start() local
130 uint64_t Epilogue = FuncEnd - DebugEnd->getVirtualAddress(); in start()