Searched defs:FunctionName (Results 1 - 21 of 21) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/DebugInfo/
H A DDIContext.h33 std::string FunctionName; member in struct:llvm::DILineInfo
/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp60 std::string FunctionName = Info.FunctionName; local
H A DSymbolizableObjectFile.cpp210 std::string FunctionName; local
233 std::string FunctionName; local
/freebsd-11.0-release/contrib/llvm/lib/Object/
H A DFunctionIndexObjectFile.cpp110 findFunctionSummaryInMemBuffer( MemoryBufferRef Object, DiagnosticHandlerFunction DiagnosticHandler, StringRef FunctionName) argument
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DSignals.cpp152 OS << FunctionName << ' '; local
/freebsd-11.0-release/contrib/llvm/include/llvm/ProfileData/
H A DCoverageMappingReader.h35 StringRef FunctionName; member in struct:llvm::coverage::CoverageMappingRecord
144 StringRef FunctionName; member in struct:llvm::coverage::BinaryCoverageReader::ProfileMappingRecord
150 ProfileMappingRecord(CoverageMappingVersion Version, StringRef FunctionName, argument
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp211 std::string FunctionName, BlockName; local
212 In >> FunctionName; local
/freebsd-11.0-release/contrib/llvm/tools/llvm-cov/
H A DSourceCoverageView.h53 StringRef FunctionName; member in struct:llvm::InstantiationView
57 InstantiationView(StringRef FunctionName, unsigned Line, argument
149 void addInstantiation(StringRef FunctionName, unsigned Line, argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/llvm-link/
H A Dllvm-link.cpp165 std::string FunctionName = Import.substr(0, Idx); local
/freebsd-11.0-release/sys/contrib/dev/acpica/components/utilities/
H A Dutdebug.c130 AcpiUtTrimFunctionName( const char *FunctionName) argument
174 AcpiDebugPrint( UINT32 RequestedDebugLevel, UINT32 LineNumber, const char *FunctionName, const char *ModuleName, UINT32 ComponentId, const char *Format, ...) argument
387 AcpiUtTraceStr( UINT32 LineNumber, const char *FunctionName, const char *ModuleName, UINT32 ComponentId, const char *String) argument
427 AcpiUtTraceU32( UINT32 LineNumber, const char *FunctionName, const char *ModuleName, UINT32 ComponentId, UINT32 Integer) argument
466 AcpiUtExit( UINT32 LineNumber, const char *FunctionName, const char *ModuleName, UINT32 ComponentId) argument
651 AcpiUtStrExit( UINT32 LineNumber, const char *FunctionName, const char *ModuleName, UINT32 ComponentId, const char *String) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp668 StringRef FunctionName; local
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DFormatEntity.h78 FunctionName, member in class:lldb_private::FormatEntity::Entry::Type
/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp436 getFunctionNameForAddress(DWARFCompileUnit *CU, uint64_t Address, FunctionNameKind Kind, std::string &FunctionName) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp1074 std::string FunctionName; local
H A DCoverageMappingGen.cpp885 static void dump(llvm::raw_ostream &OS, StringRef FunctionName, argument
888 OS << FunctionName << ":\n"; local
H A DCGObjCGNU.cpp50 const char *FunctionName; member in class:__anon3800::LazyRuntimeFunction
2627 std::string FunctionName = SymbolNameForMethod(ClassName, CategoryName, local
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DLegacyPassManager.cpp120 bool llvm::isFunctionInPrintList(StringRef FunctionName) { argument
/freebsd-11.0-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5979 readFunctionSummary( MemoryBufferRef Buffer, DiagnosticHandlerFunction DiagnosticHandler, StringRef FunctionName, std::unique_ptr<FunctionInfoIndex> Index) argument
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp418 std::string FunctionName = "__msan_maybe_warning_" + itostr(AccessSize); local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp4969 const char *FunctionName = nullptr; local
5044 << FunctionName; local
5087 const char *FunctionName = local
H A DSemaExpr.cpp4534 const IdentifierInfo *const FunctionName; member in class:__anon4022::FunctionCallCCC

Completed in 234 milliseconds