Searched refs:FuncStart (Results 1 – 2 of 2) sorted by relevance
115 uint64_t FuncStart = Symbol.getVirtualAddress(); in start() local116 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()
385 if (Function *FuncStart = M->getFunction("llvm.dbg.func.start")) { in CheckDebugInfoIntrinsics() local386 while (!FuncStart->use_empty()) in CheckDebugInfoIntrinsics()387 cast<CallInst>(FuncStart->use_back())->eraseFromParent(); in CheckDebugInfoIntrinsics()388 FuncStart->eraseFromParent(); in CheckDebugInfoIntrinsics()