Home
last modified time | relevance | path

Searched defs:FunctionId (Results 1 – 16 of 16) 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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCCodeView.h33 uint32_t FunctionId; variable
186 void setCurrentCVLoc(unsigned FunctionId, unsigned FileNo, unsigned Line, in setCurrentCVLoc()
/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/perf_data_converter/src/
Dbuilder.cc50 uint64 Builder::FunctionId(const char *name, const char *system_name, in FunctionId() function in perftools::profiles::Builder
/external/llvm/lib/MC/
DMCObjectStreamer.cpp368 void MCObjectStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective()
380 void MCObjectStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective()
DMCAsmStreamer.cpp1084 void MCAsmStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective()
1113 void MCAsmStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective()
DMCStreamer.cpp206 void MCStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective()
214 void MCStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCStreamer.cpp252 bool MCStreamer::EmitCVFuncIdDirective(unsigned FunctionId) { in EmitCVFuncIdDirective()
256 bool MCStreamer::EmitCVInlineSiteIdDirective(unsigned FunctionId, in EmitCVInlineSiteIdDirective()
270 void MCStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective()
291 void MCStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective()
DMCObjectStreamer.cpp442 void MCObjectStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective()
454 void MCObjectStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective()
DMCAsmStreamer.cpp1286 bool MCAsmStreamer::EmitCVInlineSiteIdDirective(unsigned FunctionId, in EmitCVInlineSiteIdDirective()
1297 void MCAsmStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective()
1326 void MCAsmStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective()
/external/v8/src/runtime/
Druntime.h652 enum FunctionId : int32_t { in FOR_EACH_INTRINSIC_RETURN_OBJECT() enum
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3558 bool AsmParser::parseCVFunctionId(int64_t &FunctionId, in parseCVFunctionId()
3585 int64_t FunctionId; in parseDirectiveCVFuncId() local
3608 int64_t FunctionId; in parseDirectiveCVInlineSiteId() local
3668 int64_t FunctionId, FileNumber; in parseDirectiveCVLoc() local
3729 int64_t FunctionId; in parseDirectiveCVLinetable() local
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp3236 int64_t FunctionId = getTok().getIntVal(); in parseDirectiveCVLoc() local
3299 int64_t FunctionId = getTok().getIntVal(); in parseDirectiveCVLinetable() local