Home
last modified time | relevance | path

Searched defs:FunctionId (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DFunctionId.h20 FunctionId() : Index(0) {} in FunctionId() function
22 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
/external/llvm/include/llvm/MC/
DMCCodeView.h32 uint32_t FunctionId; variable
DMCContext.h548 void setCurrentCVLoc(unsigned FunctionId, unsigned FileNo, unsigned Line, in setCurrentCVLoc()
/external/v8/src/profiler/
Dsampling-heap-profiler.h89 typedef uint64_t FunctionId; typedef
/external/llvm/lib/MC/
DMCObjectStreamer.cpp368 void MCObjectStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective()
380 void MCObjectStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective()
DMCStreamer.cpp206 void MCStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective()
214 void MCStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective()
DMCAsmStreamer.cpp1084 void MCAsmStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective()
1113 void MCAsmStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective()
/external/v8/src/runtime/
Druntime.h725 enum FunctionId : int32_t { in FOR_EACH_INTRINSIC_RETURN_OBJECT() enum
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp3236 int64_t FunctionId = getTok().getIntVal(); in parseDirectiveCVLoc() local
3299 int64_t FunctionId = getTok().getIntVal(); in parseDirectiveCVLinetable() local