/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGNonTrivialStruct.cpp | 456 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 D | CodeGenPGO.h | 30 std::string FuncName; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | Attributes.cpp | 76 StringRef FuncName = Rule->getValueAsString("CompatFunc"); in emitFnAttrCompatCheck() local 90 StringRef FuncName = Rule->getValueAsString("MergeFunc"); in emitFnAttrCompatCheck() local
|
H A D | SubtargetFeatureInfo.cpp | 90 StringRef TargetName, StringRef ClassName, StringRef FuncName, in emitComputeAvailableFeatures() 112 StringRef TargetName, StringRef ClassName, StringRef FuncName, in emitComputeAssemblerAvailableFeatures()
|
H A D | DFAPacketizerEmitter.cpp | 161 std::string FuncName = std::string(K->getName()); in collectAllComboFuncs() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/ |
H A D | SampleContextTracker.h | 75 StringRef FuncName; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | LookupResult.h | 44 StringRef FuncName; ///< The concrete function name that contains LookupAddr. member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
H A D | InstrProfReader.cpp | 587 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 D | SampleProfReader.cpp | 731 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 D | PseudoProbe.cpp | 47 StringRef FuncName = in getInlineContext() local 84 StringRef FuncName = getProbeFNameForGUID(GUID2FuncMAP, GUID); in print() local
|
H A D | CSPreInliner.cpp | 208 for (StringRef FuncName : buildTopDownOrder()) { in run() local
|
H A D | PseudoProbe.h | 86 std::string FuncName; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
H A D | CoverageFilters.cpp | 23 StringRef FuncName = Function.Name; in matches() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
H A D | LeonPasses.cpp | 89 StringRef FuncName = MO.getGlobal()->getName(); in runOnMachineFunction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibFunc.cpp | 674 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 D | Builtins.cpp | 50 bool Builtin::Context::isBuiltinFunc(llvm::StringRef FuncName) { in isBuiltinFunc()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCContext.cpp | 200 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 D | BasicBlockSections.cpp | 202 auto FuncName = MF.getName(); in getBBClusterInfoForFunction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-opt-report/ |
H A D | OptReport.cpp | 331 for (const auto &FuncName : FuncNameSet) { in writeReport() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/ |
H A D | opt.cpp | 766 for (auto &FuncName : DisableBuiltins) in main() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 475 Error addFuncName(StringRef FuncName) { in addFuncName() 624 StringRef FuncName; member
|
/netbsd-src/external/bsd/ntp/dist/sntp/unity/ |
H A D | unity.c | 1201 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 D | RetainCountDiagnostics.cpp | 829 std::string FuncName = FD->getNameAsString(); in getEndPath() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
H A D | FuzzerTracePC.cpp | 301 void TracePC::SetFocusFunction(const std::string &FuncName) { in SetFocusFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingReader.cpp | 566 StringRef FuncName; in insertFunctionRecordIfNeeded() local
|