Home
last modified time | relevance | path

Searched defs:FuncName (Results 1 – 25 of 48) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp456 std::string FuncName = std::string(F->getName()); in getFunction() local
832 static void callSpecialFunction(G &&Gen, StringRef FuncName, QualType QT, in callSpecialFunction()
844 getSpecialFunction(G &&Gen, StringRef FuncName, QualType QT, bool IsVolatile, in getSpecialFunction()
859 std::string FuncName = GenName.getName(QT, IsVolatile); in callCStructDefaultConstructor() local
884 std::string FuncName = GenName.getName(QT, IsVolatile); in callCStructDestructor() local
895 std::string FuncName = GenName.getName(QT, IsVolatile); in callCStructCopyConstructor() local
909 std::string FuncName = GenName.getName(QT, IsVolatile); in callCStructCopyAssignmentOperator() local
920 std::string FuncName = GenName.getName(QT, IsVolatile); in callCStructMoveConstructor() local
934 std::string FuncName = GenName.getName(QT, IsVolatile); in callCStructMoveAssignmentOperator() local
943 std::string FuncName = GenName.getName(QT, IsVolatile); in getNonTrivialCStructDefaultConstructor() local
[all …]
H A DCodeGenPGO.h30 std::string FuncName; variable
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DAttributes.cpp76 StringRef FuncName = Rule->getValueAsString("CompatFunc"); in emitFnAttrCompatCheck() local
90 StringRef FuncName = Rule->getValueAsString("MergeFunc"); in emitFnAttrCompatCheck() local
H A DSubtargetFeatureInfo.cpp90 StringRef TargetName, StringRef ClassName, StringRef FuncName, in emitComputeAvailableFeatures()
112 StringRef TargetName, StringRef ClassName, StringRef FuncName, in emitComputeAssemblerAvailableFeatures()
H A DDFAPacketizerEmitter.cpp161 std::string FuncName = std::string(K->getName()); in collectAllComboFuncs() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h75 StringRef FuncName; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DLookupResult.h44 StringRef FuncName; ///< The concrete function name that contains LookupAddr. member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfReader.cpp587 StringRef FuncName, ArrayRef<NamedInstrProfRecord> &Data) { in getRecords()
634 Error getRecords(StringRef FuncName, in getRecords()
693 Error getRecords(StringRef FuncName, in getRecords()
879 IndexedInstrProfReader::getInstrProfRecord(StringRef FuncName, in getInstrProfRecord()
895 Error IndexedInstrProfReader::getFunctionCounts(StringRef FuncName, in getFunctionCounts()
H A DSampleProfReader.cpp731 auto FuncName = FContext.getNameWithoutContext(); in readFuncProfiles() local
754 auto FuncName = FContext.getNameWithoutContext(); in readFuncProfiles() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DPseudoProbe.cpp47 StringRef FuncName = in getInlineContext() local
84 StringRef FuncName = getProbeFNameForGUID(GUID2FuncMAP, GUID); in print() local
H A DCSPreInliner.cpp208 for (StringRef FuncName : buildTopDownOrder()) { in run() local
H A DPseudoProbe.h86 std::string FuncName; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageFilters.cpp23 StringRef FuncName = Function.Name; in matches() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DLeonPasses.cpp89 StringRef FuncName = MO.getGlobal()->getName(); in runOnMachineFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp674 bool AMDGPULibFunc::parse(StringRef FuncName, AMDGPULibFunc &F) { in parse()
939 std::string FuncName = fInfo.mangle(); in getFunction() local
954 std::string const FuncName = fInfo.mangle(); in getOrInsertFunction() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DBuiltins.cpp50 bool Builtin::Context::isBuiltinFunc(llvm::StringRef FuncName) { in isBuiltinFunc()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp200 MCSymbol *MCContext::getOrCreateFrameAllocSymbol(StringRef FuncName, in getOrCreateFrameAllocSymbol()
206 MCSymbol *MCContext::getOrCreateParentFrameOffsetSymbol(StringRef FuncName) { in getOrCreateParentFrameOffsetSymbol()
211 MCSymbol *MCContext::getOrCreateLSDASymbol(StringRef FuncName) { in getOrCreateLSDASymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp202 auto FuncName = MF.getName(); in getBBClusterInfoForFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-opt-report/
H A DOptReport.cpp331 for (const auto &FuncName : FuncNameSet) { in writeReport() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A Dopt.cpp766 for (auto &FuncName : DisableBuiltins) in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h475 Error addFuncName(StringRef FuncName) { in addFuncName()
624 StringRef FuncName; member
/netbsd-src/external/bsd/ntp/dist/sntp/unity/
H A Dunity.c1201 void UnityDefaultTestRun(UnityTestFunction Func, const char* FuncName, const int FuncLineNum) in UnityDefaultTestRun()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp829 std::string FuncName = FD->getNameAsString(); in getEndPath() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerTracePC.cpp301 void TracePC::SetFocusFunction(const std::string &FuncName) { in SetFocusFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp566 StringRef FuncName; in insertFunctionRecordIfNeeded() local

12