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

  /external/chromium_org/third_party/lcov/contrib/galaxy/
conglomerate_functions.pl 133 my $FuncName = $Filename;
134 $FuncName =~ s/^[^.]+\.c\.(.+?)\..*$/$1/;
136 push (@Output, Box ('dashed', 'Helvetica', 24, $FuncName, $LastLine));
  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 270 std::string &FuncName = BlocksToNotExtractByName.back().first;
275 if (F.getName() != FuncName) continue;
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 334 StringRef FuncName, uint64_t &FuncHash, std::vector<uint64_t> &Counts) {
335 const auto &Iter = Index->find(FuncName);
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 290 std::error_code getFunctionCounts(StringRef FuncName, uint64_t &FuncHash,
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmInstrumentation.cpp 39 std::string FuncName(unsigned AccessSize, bool IsWrite) {
169 const std::string& Fn = FuncName(AccessSize, IsWrite);
345 const std::string& Fn = FuncName(AccessSize, IsWrite);
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 481 StringRef funcName, std::string Tag);
483 StringRef funcName, std::string Tag);
488 int i, StringRef funcName,
    [all...]
RewriteObjC.cpp 385 StringRef funcName, std::string Tag);
387 StringRef funcName, std::string Tag);
392 int i, StringRef funcName,
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 509 StringRef FuncName("<unknown>");
512 FuncName = G->getSymbol();
514 FuncName = G->getGlobal()->getName();
516 DiagnosticInfoUnsupported NoCalls(Fn, "call to function " + FuncName);
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 43 FuncName("cppfname", cl::desc("Specify the name of the generated function"),
118 void printFunction(const std::string& fname, const std::string& funcName );
120 void printInline(const std::string& fname, const std::string& funcName );
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 1225 milliseconds