Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-pdbdump/
DFunctionDumper.cpp115 uint64_t FuncStart = Symbol.getVirtualAddress(); in start() local
116 uint64_t FuncEnd = FuncStart + Symbol.getLength(); in start()
119 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(FuncStart, 10); in start()
121 uint64_t Prologue = DebugStart->getVirtualAddress() - FuncStart; in start()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAutoUpgrade.cpp385 if (Function *FuncStart = M->getFunction("llvm.dbg.func.start")) { in CheckDebugInfoIntrinsics() local
386 while (!FuncStart->use_empty()) in CheckDebugInfoIntrinsics()
387 cast<CallInst>(FuncStart->use_back())->eraseFromParent(); in CheckDebugInfoIntrinsics()
388 FuncStart->eraseFromParent(); in CheckDebugInfoIntrinsics()