Home
last modified time | relevance | path

Searched defs:FuncId (Results 1 – 25 of 26) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCCodeView.cpp79 MCCVFunctionInfo *CodeViewContext::getCVFunctionInfo(unsigned FuncId) { in getCVFunctionInfo()
87 bool CodeViewContext::recordFunctionId(unsigned FuncId) { in recordFunctionId()
100 bool CodeViewContext::recordInlinedCallSiteId(unsigned FuncId, unsigned IAFunc, in recordInlinedCallSiteId()
268 CodeViewContext::getFunctionLineEntries(unsigned FuncId) { in getFunctionLineEntries()
303 std::pair<size_t, size_t> CodeViewContext::getLineExtent(unsigned FuncId) { in getLineExtent()
320 unsigned FuncId, in emitLineTableForFunction()
/external/llvm/include/llvm/MC/
DMCCodeView.h127 std::vector<MCCVLineEntry> getFunctionLineEntries(unsigned FuncId) { in getFunctionLineEntries()
139 std::pair<size_t, size_t> getLineExtent(unsigned FuncId) { in getLineExtent()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dtrie-node.h33 int32_t FuncId; member
Dxray-extract.cpp61 auto FuncId = Map.getFunctionId(Sled.Function); in exportAsYAML() local
Dxray-account.h49 void recordLatency(int32_t FuncId, uint64_t Latency) { in recordLatency()
Dxray-account.cpp264 const auto &FuncId = FT.first; in exportStats() local
400 exportStats(Header, [&](int32_t FuncId, size_t Count, const ResultRow &Row) { in exportStatsAsText()
410 exportStats(Header, [&](int32_t FuncId, size_t Count, const ResultRow &Row) { in exportStatsAsCSV()
Dxray-converter.cpp207 StackTrieNode *Parent, int32_t FuncId, uint32_t TId, in findOrCreateStackNode()
237 void writeTraceViewerRecord(uint16_t Version, raw_ostream &OS, int32_t FuncId, in writeTraceViewerRecord()
Dxray-stacks.cpp334 StackTrieNode *createTrieNode(uint32_t ThreadId, int32_t FuncId, in createTrieNode()
344 StackTrieNode *findRootNode(uint32_t ThreadId, int32_t FuncId) { in findRootNode()
462 auto FuncId = FN.SymbolOrNumber(F->FuncId); in printStack() local
Dxray-graph.h76 int32_t FuncId; member
/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFuncId.java38 public class FuncId extends FunctionOneArg class
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/XRay/
DYAMLXRayRecord.h36 int32_t FuncId; member
DXRayRecord.h70 int32_t FuncId; member
DInstrumentationMap.h57 int32_t FuncId; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugInlineeLinesSubsection.cpp116 void DebugInlineeLinesSubsection::addInlineSite(TypeIndex FuncId, in addInlineSite()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/
DInstrumentationMap.cpp92 int32_t FuncId = 1; in loadELF64() local
DTrace.cpp122 int32_t FuncId = RecordExtractor.getSigned(&OffsetPtr, sizeof(int32_t)); in loadNaiveFormatLog() local
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h99 unsigned FuncId = 0; member
DCodeViewDebug.cpp244 FuncIdRecord FuncId(ParentScope, getTypeIndex(SP->getType()), DisplayName); in getFuncIdForSubprogram() local
336 unsigned FuncId = CurFn->FuncId; in maybeRecordLocation() local
/external/llvm/unittests/ExecutionEngine/Orc/
DRPCUtilsTest.cpp66 enum FuncId : uint32_t { enum in DummyRPC
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h145 unsigned FuncId = 0; member
DCodeViewDebug.cpp333 FuncIdRecord FuncId(ParentScope, getTypeIndex(SP->getType()), DisplayName); in getFuncIdForSubprogram() local
426 unsigned FuncId = CurFn->FuncId; in maybeRecordLocation() local
/external/llvm/lib/MC/
DMCCodeView.cpp149 unsigned FuncId, in emitLineTableForFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp174 static FuncIdRecord FuncId(TypeIndex(1), TypeIndex(2), "FuncId"); variable
288 TEST_F(TypeIndexIteratorTest, FuncId) { in TEST_F() argument
/external/llvm/include/llvm/ExecutionEngine/Orc/
DRPCUtils.h508 FunctionIdT FuncId; in expect() local
/external/v8/src/debug/
Dliveedit.cc890 using FuncId = std::pair<int, int>; typedef in v8::internal::__anonc79e164e0111::FunctionDataMap

12