Home
last modified time | relevance | path

Searched defs:ArgV (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/Support/
HDPrettyStackTrace.h60 const char *const *ArgV; variable
/NextBSD/contrib/llvm/tools/lli/
HDOrcLazyJIT.cpp114 int llvm::runOrcLazyJIT(std::unique_ptr<Module> M, int ArgC, char* ArgV[]) { in runOrcLazyJIT()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDMacOSKeychainAPIChecker.cpp218 SVal ArgV = State->getSVal(Expr, C.getLocationContext()); in getAsPointeeSymbol() local
/NextBSD/contrib/llvm/lib/ExecutionEngine/
HDExecutionEngineBindings.cpp255 unsigned ArgC, const char * const *ArgV, in LLVMRunFunctionAsMain()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDBugReporterVisitors.cpp358 Optional<Loc> ArgV = Call->getArgSVal(I).getAs<Loc>(); in visitNodeMaybeUnsuppress() local