Searched refs:FuncStart (Results 1 – 4 of 4) 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()
184 uint8_t *FuncStart = get<0>(section.second); in dump() local186 ArrayRef<uint8_t> Data(FuncStart, FuncSize); in dump()205 (uint64_t)FuncStart + Index, CU->getCompilationDir(), in dump()
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()