Searched refs:FuncId (Results 1 - 9 of 9) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCCodeView.h127 std::vector<MCCVLineEntry> getFunctionLineEntries(unsigned FuncId) { argument
130 auto I = MCCVLineStartStop.find(FuncId);
134 if (MCCVLines[Idx].getFunctionId() == FuncId)
139 std::pair<size_t, size_t> getLineExtent(unsigned FuncId) { argument
140 auto I = MCCVLineStartStop.find(FuncId);
156 void emitLineTableForFunction(MCObjectStreamer &OS, unsigned FuncId,
/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DRPCUtils.h79 template <typename FunctionIdT, FunctionIdT FuncId, typename FnT>
83 template <typename FunctionIdT, FunctionIdT FuncId, typename RetT,
85 class FunctionHelper<FunctionIdT, FuncId, RetT(ArgTs...)> {
87 static_assert(FuncId != RPCFunctionIdTraits<FunctionIdT>::InvalidId &&
88 FuncId != RPCFunctionIdTraits<FunctionIdT>::ResponseId,
92 static const FunctionIdT Id = FuncId;
141 template <typename FunctionIdT, FunctionIdT FuncId, typename... ArgTs>
142 class FunctionHelper<FunctionIdT, FuncId, void(ArgTs...)> {
144 static_assert(FuncId != RPCFunctionIdTraits<FunctionIdT>::InvalidId &&
145 FuncId !
508 FunctionIdT FuncId; local
[all...]
/external/llvm/unittests/ExecutionEngine/Orc/
H A DRPCUtilsTest.cpp66 enum FuncId : uint32_t {
67 VoidBoolId = RPCFunctionIdTraits<FuncId>::FirstValidId,
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncId.java19 * $Id: FuncId.java 468655 2006-10-28 07:12:06Z minchau $
38 public class FuncId extends FunctionOneArg class in inherits:FunctionOneArg
/external/llvm/lib/MC/
H A DMCCodeView.cpp149 unsigned FuncId,
163 std::vector<MCCVLineEntry> Locs = getFunctionLineEntries(FuncId);
148 emitLineTableForFunction(MCObjectStreamer &OS, unsigned FuncId, const MCSymbol *FuncBegin, const MCSymbol *FuncEnd) argument
/external/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h99 unsigned FuncId = 0; member in struct:llvm::CodeViewDebug::FunctionInfo
H A DCodeViewDebug.cpp217 // It's possible to ask for the FuncId of a function which doesn't have a
244 FuncIdRecord FuncId(ParentScope, getTypeIndex(SP->getType()), DisplayName);
245 TI = TypeTable.writeFuncId(FuncId);
336 unsigned FuncId = CurFn->FuncId; local
342 FuncId =
358 OS.EmitCVLocDirective(FuncId, FileId, DL.getLine(), DL.getCol(),
707 OS.EmitCVLinetableDirective(FI.FuncId, Fn, FI.End);
875 CurFn->FuncId = NextFuncId++;
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DFunctionTable.java182 m_functions[FUNC_ID] = org.apache.xpath.functions.FuncId.class;
/external/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h716 : TypeRecord(TypeRecordKind::FuncId), ParentScope(ParentScope),

Completed in 870 milliseconds