HomeSort by relevance Sort by last modified time
    Searched refs:FuncStart (Results 1 - 5 of 5) sorted by null

  /external/llvm/tools/llvm-pdbdump/
FunctionDumper.cpp 115 uint64_t FuncStart = Symbol.getVirtualAddress();
116 uint64_t FuncEnd = FuncStart + Symbol.getLength();
119 WithColor(Printer, PDB_ColorItem::Address).get() << format_hex(FuncStart, 10);
121 uint64_t Prologue = DebugStart->getVirtualAddress() - FuncStart;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AutoUpgrade.cpp 385 if (Function *FuncStart = M->getFunction("llvm.dbg.func.start")) {
386 while (!FuncStart->use_empty())
387 cast<CallInst>(FuncStart->use_back())->eraseFromParent();
388 FuncStart->eraseFromParent();
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 56 if (Function* FuncStart = M->getFunction(name)) {
57 while (!FuncStart->use_empty()) {
58 cast<CallInst>(*FuncStart->use_begin())->eraseFromParent();
60 FuncStart->eraseFromParent();
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 297 if (Function* FuncStart = M->getFunction(name)) {
298 while (!FuncStart->use_empty()) {
299 cast<CallInst>(*FuncStart->use_begin())->eraseFromParent();
301 FuncStart->eraseFromParent();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]

Completed in 231 milliseconds