Home
last modified time | relevance | path

Searched refs:FuncStart (Results 1 – 4 of 4) 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-7.0/llvm/tools/llvm-pdbutil/
DPrettyFunctionDumper.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/bcc/src/cc/
Dbcc_debug.cc184 uint8_t *FuncStart = get<0>(section.second); in dump() local
186 ArrayRef<uint8_t> Data(FuncStart, FuncSize); in dump()
205 (uint64_t)FuncStart + Index, CU->getCompilationDir(), in dump()
/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()