| /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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
| D | MCCodeView.h | 33 uint32_t FunctionId; variable 186 void setCurrentCVLoc(unsigned FunctionId, unsigned FileNo, unsigned Line, in setCurrentCVLoc()
|
| /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/perf_data_converter/src/ |
| D | builder.cc | 50 uint64 Builder::FunctionId(const char *name, const char *system_name, in FunctionId() function in perftools::profiles::Builder
|
| /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 | MCAsmStreamer.cpp | 1084 void MCAsmStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective() 1113 void MCAsmStreamer::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()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
| D | MCStreamer.cpp | 252 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()
|
| D | MCObjectStreamer.cpp | 442 void MCObjectStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective() 454 void MCObjectStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective()
|
| D | MCAsmStreamer.cpp | 1286 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/ |
| D | runtime.h | 652 enum FunctionId : int32_t { in FOR_EACH_INTRINSIC_RETURN_OBJECT() enum
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
| D | AsmParser.cpp | 3558 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/ |
| D | AsmParser.cpp | 3236 int64_t FunctionId = getTok().getIntVal(); in parseDirectiveCVLoc() local 3299 int64_t FunctionId = getTok().getIntVal(); in parseDirectiveCVLinetable() local
|