Searched defs:FuncName (Results 1 - 20 of 20) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/llvm-cov/
H A DCoverageFilters.cpp21 StringRef FuncName = Function.Name; local
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DFunctionInfo.cpp26 std::string FuncName = OtherFuncInfoLists.getKey(); local
/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DAttributes.cpp96 std::string FuncName = Rule->getValueAsString("CompatFunc"); local
97 OS << " Ret &= " << FuncName << "(Caller, Callee);\n"; local
110 std::string FuncName = Rule->getValueAsString("MergeFunc"); local
111 OS << " " << FuncName << "(Caller, Callee);\n"; local
H A DDFAPacketizerEmitter.cpp722 std::string FuncName = FuncList[k]->getName(); local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenPGO.h32 std::string FuncName; member in class:clang::CodeGen::CodeGenPGO
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp272 std::string &FuncName = BlocksToNotExtractByName.back().first; local
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DFunctionInfo.h182 const FunctionInfoList &getFunctionInfoList(StringRef FuncName) { argument
192 void addFunctionInfo(StringRef FuncName, std::unique_ptr<FunctionInfo> Info) { argument
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DWinCodeViewLineTables.cpp203 StringRef FuncName; local
/freebsd-11.0-release/contrib/llvm/lib/ProfileData/
H A DCoverageMappingReader.cpp376 StringRef FuncName; local
H A DInstrProf.cpp89 std::string FuncName = RawFuncName; local
119 static std::string getPGOFuncNameVarName(StringRef FuncName, argument
137 createPGOFuncNameVar(Module &M, GlobalValue::LinkageTypes Linkage, StringRef FuncName) argument
164 createPGOFuncNameVar(Function &F, StringRef FuncName) argument
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/ProfileData/
H A DInstrProf.h284 void addFuncName(StringRef FuncName) { argument
/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCContext.cpp145 MCSymbol *MCContext::getOrCreateFrameAllocSymbol(StringRef FuncName, argument
151 MCSymbol *MCContext::getOrCreateParentFrameOffsetSymbol(StringRef FuncName) { argument
156 MCSymbol *MCContext::getOrCreateLSDASymbol(StringRef FuncName) { argument
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp210 std::string FuncName; member in class:__anon3158::FuncPGOInstrumentation
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp145 const char *FuncName = Arg->getValue(); local
/freebsd-11.0-release/contrib/ntp/sntp/unity/
H A Dunity.c1199 void UnityDefaultTestRun(UnityTestFunction Func, const char* FuncName, const int FuncLineNum) argument
/freebsd-11.0-release/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2382 StringRef FuncName = FII.first(); local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DTools.cpp4785 StringRef FuncName = Arg->getValue(); local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp3629 StringRef FuncName = FD->getName(); local
3649 std::string FuncName; local
4409 std::string FuncName; local
[all...]
H A DRewriteModernObjC.cpp4507 StringRef FuncName = FD->getName(); local
4527 std::string FuncName; local
5325 std::string FuncName; local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp4519 FunctionCallCCC(Sema &SemaRef, const IdentifierInfo *FuncName, argument
4542 DeclarationName FuncName = FDecl->getDeclName(); local

Completed in 389 milliseconds