Home
last modified time | relevance | path

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

/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/apache-xml/src/main/java/org/apache/xpath/functions/
DFuncId.java38 public class FuncId extends FunctionOneArg class
/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/llvm/lib/MC/
DMCCodeView.cpp149 unsigned FuncId, in emitLineTableForFunction()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DRPCUtils.h508 FunctionIdT FuncId; in expect() local