| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
| D | FunctionId.h | 19 FunctionId() : Index(0) {} in FunctionId() function 21 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
|
| /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/rust/crates/libfuzzer-sys/libfuzzer/ |
| D | FuzzerDataFlowTrace.h | 52 uint32_t GetCounter(size_t FunctionId, size_t BasicBlockId) { in GetCounter() 62 uint32_t GetNumberOfBlocks(size_t FunctionId) { in GetNumberOfBlocks() 69 uint32_t GetNumberOfCoveredBlocks(size_t FunctionId) { in GetNumberOfCoveredBlocks()
|
| D | FuzzerDataFlowTrace.cpp | 48 size_t FunctionId = 0; in AppendCoverage() local
|
| /external/tensorflow/tensorflow/compiler/xla/python/ |
| D | pprof_profile_builder.cc | 38 int PprofProfileBuilder::FunctionId(PyCodeObject* code) { in FunctionId() function in xla::PprofProfileBuilder
|
| /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/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
| D | MCCodeView.h | 33 uint32_t FunctionId; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| D | MCObjectStreamer.cpp | 514 void MCObjectStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective() 530 void MCObjectStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective()
|
| D | MCStreamer.cpp | 278 bool MCStreamer::EmitCVFuncIdDirective(unsigned FunctionId) { in EmitCVFuncIdDirective() 282 bool MCStreamer::EmitCVInlineSiteIdDirective(unsigned FunctionId, in EmitCVInlineSiteIdDirective() 296 void MCStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective() 323 void MCStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective()
|
| D | MCAsmStreamer.cpp | 1373 bool MCAsmStreamer::EmitCVInlineSiteIdDirective(unsigned FunctionId, in EmitCVInlineSiteIdDirective() 1384 void MCAsmStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective() 1408 void MCAsmStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective()
|
| D | MCCodeView.cpp | 131 unsigned FunctionId, unsigned FileNo, in recordCVLoc()
|
| /external/rust/crates/bindgen/ir/ |
| D | comp.rs | 91 signature: FunctionId, in new() 125 pub fn signature(&self) -> FunctionId { in signature() 1222 pub fn constructors(&self) -> &[FunctionId] { in constructors() 1227 pub fn destructor(&self) -> Option<(MethodKind, FunctionId)> { in destructor() argument
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
| D | AsmParser.cpp | 3628 bool AsmParser::parseCVFunctionId(int64_t &FunctionId, in parseCVFunctionId() 3655 int64_t FunctionId; in parseDirectiveCVFuncId() local 3678 int64_t FunctionId; in parseDirectiveCVInlineSiteId() local 3738 int64_t FunctionId, FileNumber; in parseDirectiveCVLoc() local 3799 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
|