Searched defs:FunctionId (Results 1 – 9 of 9) sorted by relevance
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | FunctionId.h | 20 FunctionId() : Index(0) {} in FunctionId() function 22 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
|
/external/llvm/include/llvm/MC/ |
D | MCCodeView.h | 32 uint32_t FunctionId; variable
|
D | MCContext.h | 548 void setCurrentCVLoc(unsigned FunctionId, unsigned FileNo, unsigned Line, in setCurrentCVLoc()
|
/external/v8/src/profiler/ |
D | sampling-heap-profiler.h | 89 typedef uint64_t FunctionId; typedef
|
/external/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 368 void MCObjectStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective() 380 void MCObjectStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective()
|
D | MCStreamer.cpp | 206 void MCStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective() 214 void MCStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective()
|
D | MCAsmStreamer.cpp | 1084 void MCAsmStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective() 1113 void MCAsmStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective()
|
/external/v8/src/runtime/ |
D | runtime.h | 725 enum FunctionId : int32_t { in FOR_EACH_INTRINSIC_RETURN_OBJECT() enum
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 3236 int64_t FunctionId = getTok().getIntVal(); in parseDirectiveCVLoc() local 3299 int64_t FunctionId = getTok().getIntVal(); in parseDirectiveCVLinetable() local
|