/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCCodeView.cpp | 79 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/ |
D | MCCodeView.h | 127 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/ |
D | trie-node.h | 33 int32_t FuncId; member
|
D | xray-extract.cpp | 61 auto FuncId = Map.getFunctionId(Sled.Function); in exportAsYAML() local
|
D | xray-account.h | 49 void recordLatency(int32_t FuncId, uint64_t Latency) { in recordLatency()
|
D | xray-account.cpp | 264 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()
|
D | xray-converter.cpp | 207 StackTrieNode *Parent, int32_t FuncId, uint32_t TId, in findOrCreateStackNode() 237 void writeTraceViewerRecord(uint16_t Version, raw_ostream &OS, int32_t FuncId, in writeTraceViewerRecord()
|
D | xray-stacks.cpp | 334 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
|
D | xray-graph.h | 76 int32_t FuncId; member
|
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
D | FuncId.java | 38 public class FuncId extends FunctionOneArg class
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/XRay/ |
D | YAMLXRayRecord.h | 36 int32_t FuncId; member
|
D | XRayRecord.h | 70 int32_t FuncId; member
|
D | InstrumentationMap.h | 57 int32_t FuncId; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | DebugInlineeLinesSubsection.cpp | 116 void DebugInlineeLinesSubsection::addInlineSite(TypeIndex FuncId, in addInlineSite()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/ |
D | InstrumentationMap.cpp | 92 int32_t FuncId = 1; in loadELF64() local
|
D | Trace.cpp | 122 int32_t FuncId = RecordExtractor.getSigned(&OffsetPtr, sizeof(int32_t)); in loadNaiveFormatLog() local
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.h | 99 unsigned FuncId = 0; member
|
D | CodeViewDebug.cpp | 244 FuncIdRecord FuncId(ParentScope, getTypeIndex(SP->getType()), DisplayName); in getFuncIdForSubprogram() local 336 unsigned FuncId = CurFn->FuncId; in maybeRecordLocation() local
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | RPCUtilsTest.cpp | 66 enum FuncId : uint32_t { enum in DummyRPC
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.h | 145 unsigned FuncId = 0; member
|
D | CodeViewDebug.cpp | 333 FuncIdRecord FuncId(ParentScope, getTypeIndex(SP->getType()), DisplayName); in getFuncIdForSubprogram() local 426 unsigned FuncId = CurFn->FuncId; in maybeRecordLocation() local
|
/external/llvm/lib/MC/ |
D | MCCodeView.cpp | 149 unsigned FuncId, in emitLineTableForFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 174 static FuncIdRecord FuncId(TypeIndex(1), TypeIndex(2), "FuncId"); variable 288 TEST_F(TypeIndexIteratorTest, FuncId) { in TEST_F() argument
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | RPCUtils.h | 508 FunctionIdT FuncId; in expect() local
|
/external/v8/src/debug/ |
D | liveedit.cc | 890 using FuncId = std::pair<int, int>; typedef in v8::internal::__anonc79e164e0111::FunctionDataMap
|