HomeSort by relevance Sort by last modified time
    Searched refs:FunctionName (Results 26 - 33 of 33) sorted by null

12

  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 50 const char *FunctionName;
57 : CGM(nullptr), FunctionName(nullptr), Function(nullptr) {}
65 FunctionName = name;
80 if (!FunctionName) return nullptr;
86 cast<llvm::Constant>(CGM->CreateRuntimeFunction(FTy, FunctionName));
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 329 std::string FunctionName = "__msan_maybe_warning_" + itostr(AccessSize);
331 FunctionName, IRB.getVoidTy(), IRB.getIntNTy(AccessSize * 8),
334 FunctionName = "__msan_maybe_store_origin_" + itostr(AccessSize);
336 FunctionName, IRB.getVoidTy(), IRB.getIntNTy(AccessSize * 8),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndis.h     [all...]
video.h 164 IN PUCHAR FunctionName);
    [all...]
  /external/chromium_org/v8/src/
heap-snapshot-generator.cc     [all...]
objects.h     [all...]

Completed in 435 milliseconds

12