Home
last modified time | relevance | path

Searched refs:FunctionId (Results 1 – 25 of 37) sorted by relevance

12

/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DFunctionId.h17 class FunctionId {
19 FunctionId() : Index(0) {} in FunctionId() function
21 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
29 inline bool operator==(const FunctionId &A, const FunctionId &B) {
33 inline bool operator!=(const FunctionId &A, const FunctionId &B) {
37 inline bool operator<(const FunctionId &A, const FunctionId &B) {
41 inline bool operator<=(const FunctionId &A, const FunctionId &B) {
45 inline bool operator>(const FunctionId &A, const FunctionId &B) {
49 inline bool operator>=(const FunctionId &A, const FunctionId &B) {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DFunctionId.h17 class FunctionId {
19 FunctionId() : Index(0) {} in FunctionId() function
21 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
29 inline bool operator==(const FunctionId &A, const FunctionId &B) {
33 inline bool operator!=(const FunctionId &A, const FunctionId &B) {
37 inline bool operator<(const FunctionId &A, const FunctionId &B) {
41 inline bool operator<=(const FunctionId &A, const FunctionId &B) {
45 inline bool operator>(const FunctionId &A, const FunctionId &B) {
49 inline bool operator>=(const FunctionId &A, const FunctionId &B) {
/external/llvm/include/llvm/DebugInfo/CodeView/
DFunctionId.h18 class FunctionId {
20 FunctionId() : Index(0) {} in FunctionId() function
22 explicit FunctionId(uint32_t Index) : Index(Index) {} in FunctionId() function
30 inline bool operator==(const FunctionId &A, const FunctionId &B) {
34 inline bool operator!=(const FunctionId &A, const FunctionId &B) {
38 inline bool operator<(const FunctionId &A, const FunctionId &B) {
42 inline bool operator<=(const FunctionId &A, const FunctionId &B) {
46 inline bool operator>(const FunctionId &A, const FunctionId &B) {
50 inline bool operator>=(const FunctionId &A, const FunctionId &B) {
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerDataFlowTrace.h51 uint32_t GetCounter(size_t FunctionId, size_t BasicBlockId) { in GetCounter() argument
52 auto It = Functions.find(FunctionId); in GetCounter()
60 uint32_t GetNumberOfBlocks(size_t FunctionId) { in GetNumberOfBlocks() argument
61 auto It = Functions.find(FunctionId); in GetNumberOfBlocks()
67 uint32_t GetNumberOfCoveredBlocks(size_t FunctionId) { in GetNumberOfCoveredBlocks() argument
68 auto It = Functions.find(FunctionId); in GetNumberOfCoveredBlocks()
DFuzzerDataFlowTrace.cpp48 size_t FunctionId = 0; in AppendCoverage() local
49 SS >> FunctionId; in AppendCoverage()
51 FunctionsWithDFT.insert(FunctionId); in AppendCoverage()
67 auto It = Functions.find(FunctionId); in AppendCoverage()
70 ? Functions.insert({FunctionId, Vector<uint32_t>(NumBlocks)}) in AppendCoverage()
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerDataFlowTrace.h51 uint32_t GetCounter(size_t FunctionId, size_t BasicBlockId) { in GetCounter() argument
52 auto It = Functions.find(FunctionId); in GetCounter()
60 uint32_t GetNumberOfBlocks(size_t FunctionId) { in GetNumberOfBlocks() argument
61 auto It = Functions.find(FunctionId); in GetNumberOfBlocks()
67 uint32_t GetNumberOfCoveredBlocks(size_t FunctionId) { in GetNumberOfCoveredBlocks() argument
68 auto It = Functions.find(FunctionId); in GetNumberOfCoveredBlocks()
DFuzzerDataFlowTrace.cpp48 size_t FunctionId = 0; in AppendCoverage() local
49 SS >> FunctionId; in AppendCoverage()
51 FunctionsWithDFT.insert(FunctionId); in AppendCoverage()
67 auto It = Functions.find(FunctionId); in AppendCoverage()
70 ? Functions.insert({FunctionId, Vector<uint32_t>(NumBlocks)}) in AppendCoverage()
/external/llvm-project/llvm/include/llvm/MC/
DMCCodeView.h33 uint32_t FunctionId; variable
44 : Label(Label), FunctionId(functionid), FileNum(fileNum), Line(line), in MCCVLoc()
53 unsigned getFunctionId() const { return FunctionId; } in getFunctionId()
69 void setFunctionId(unsigned FID) { FunctionId = FID; } in setFunctionId()
165 void recordCVLoc(MCContext &Ctx, const MCSymbol *Label, unsigned FunctionId,
DMCObjectStreamer.h152 void emitCVLocDirective(unsigned FunctionId, unsigned FileNo, unsigned Line,
155 void emitCVLinetableDirective(unsigned FunctionId, const MCSymbol *Begin,
DMCStreamer.h905 virtual bool EmitCVFuncIdDirective(unsigned FunctionId);
909 virtual bool EmitCVInlineSiteIdDirective(unsigned FunctionId, unsigned IAFunc,
914 virtual void emitCVLocDirective(unsigned FunctionId, unsigned FileNo,
920 virtual void emitCVLinetableDirective(unsigned FunctionId,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCCodeView.h33 uint32_t FunctionId; variable
44 : Label(Label), FunctionId(functionid), FileNum(fileNum), Line(line), in MCCVLoc()
53 unsigned getFunctionId() const { return FunctionId; } in getFunctionId()
69 void setFunctionId(unsigned FID) { FunctionId = FID; } in setFunctionId()
165 void recordCVLoc(MCContext &Ctx, const MCSymbol *Label, unsigned FunctionId,
DMCObjectStreamer.h152 void EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, unsigned Line,
155 void EmitCVLinetableDirective(unsigned FunctionId, const MCSymbol *Begin,
DMCStreamer.h860 virtual bool EmitCVFuncIdDirective(unsigned FunctionId);
864 virtual bool EmitCVInlineSiteIdDirective(unsigned FunctionId, unsigned IAFunc,
869 virtual void EmitCVLocDirective(unsigned FunctionId, unsigned FileNo,
875 virtual void EmitCVLinetableDirective(unsigned FunctionId,
/external/llvm/include/llvm/MC/
DMCCodeView.h32 uint32_t FunctionId; variable
43 : FunctionId(functionid), FileNum(fileNum), Line(line), Column(column), in MCCVLoc()
50 unsigned getFunctionId() const { return FunctionId; } in getFunctionId()
64 void setFunctionId(unsigned FID) { FunctionId = FID; } in setFunctionId()
DMCObjectStreamer.h125 void EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, unsigned Line,
128 void EmitCVLinetableDirective(unsigned FunctionId, const MCSymbol *Begin,
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DRedundantVoidArgCheck.cpp35 const char FunctionId[] = "function"; variable
49 .bind(FunctionId), in registerMatchers()
75 if (const auto *Function = Nodes.getNodeAs<FunctionDecl>(FunctionId)) { in check()
/external/llvm/lib/MC/
DMCObjectStreamer.cpp368 void MCObjectStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective() argument
376 this->MCStreamer::EmitCVLocDirective(FunctionId, FileNo, Line, Column, in EmitCVLocDirective()
380 void MCObjectStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective() argument
383 getContext().getCVContext().emitLineTableForFunction(*this, FunctionId, Begin, in EmitCVLinetableDirective()
385 this->MCStreamer::EmitCVLinetableDirective(FunctionId, Begin, End); in EmitCVLinetableDirective()
DMCAsmStreamer.cpp219 void EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, unsigned Line,
222 void EmitCVLinetableDirective(unsigned FunctionId, const MCSymbol *FnStart,
1084 void MCAsmStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective() argument
1088 OS << "\t.cv_loc\t" << FunctionId << " " << FileNo << " " << Line << " " in EmitCVLocDirective()
1109 this->MCStreamer::EmitCVLocDirective(FunctionId, FileNo, Line, Column, in EmitCVLocDirective()
1113 void MCAsmStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective() argument
1116 OS << "\t.cv_linetable\t" << FunctionId << ", "; in EmitCVLinetableDirective()
1121 this->MCStreamer::EmitCVLinetableDirective(FunctionId, FnStart, FnEnd); in EmitCVLinetableDirective()
/external/rust/crates/bindgen/src/ir/
Dcomp.rs5 use super::context::{BindgenContext, FunctionId, ItemId, TypeId, VarId};
84 signature: FunctionId,
92 signature: FunctionId, in new() argument
127 pub fn signature(&self) -> FunctionId { in signature() argument
1016 constructors: Vec<FunctionId>,
1020 destructor: Option<(MethodKind, FunctionId)>,
1199 pub fn constructors(&self) -> &[FunctionId] { in constructors() argument
1204 pub fn destructor(&self) -> Option<(MethodKind, FunctionId)> { in destructor() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectStreamer.cpp514 void MCObjectStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective() argument
519 if (!checkCVLocSection(FunctionId, FileNo, Loc)) in EmitCVLocDirective()
525 getContext().getCVContext().recordCVLoc(getContext(), LineSym, FunctionId, in EmitCVLocDirective()
530 void MCObjectStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective() argument
533 getContext().getCVContext().emitLineTableForFunction(*this, FunctionId, Begin, in EmitCVLinetableDirective()
535 this->MCStreamer::EmitCVLinetableDirective(FunctionId, Begin, End); in EmitCVLinetableDirective()
DMCAsmStreamer.cpp251 bool EmitCVInlineSiteIdDirective(unsigned FunctionId, unsigned IAFunc,
254 void EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, unsigned Line,
257 void EmitCVLinetableDirective(unsigned FunctionId, const MCSymbol *FnStart,
1373 bool MCAsmStreamer::EmitCVInlineSiteIdDirective(unsigned FunctionId, in EmitCVInlineSiteIdDirective() argument
1378 OS << "\t.cv_inline_site_id " << FunctionId << " within " << IAFunc in EmitCVInlineSiteIdDirective()
1380 return MCStreamer::EmitCVInlineSiteIdDirective(FunctionId, IAFunc, IAFile, in EmitCVInlineSiteIdDirective()
1384 void MCAsmStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective() argument
1389 if (!checkCVLocSection(FunctionId, FileNo, Loc)) in EmitCVLocDirective()
1392 OS << "\t.cv_loc\t" << FunctionId << " " << FileNo << " " << Line << " " in EmitCVLocDirective()
1408 void MCAsmStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective() argument
[all …]
DMCStreamer.cpp278 bool MCStreamer::EmitCVFuncIdDirective(unsigned FunctionId) { in EmitCVFuncIdDirective() argument
279 return getContext().getCVContext().recordFunctionId(FunctionId); in EmitCVFuncIdDirective()
282 bool MCStreamer::EmitCVInlineSiteIdDirective(unsigned FunctionId, in EmitCVInlineSiteIdDirective() argument
293 FunctionId, IAFunc, IAFile, IALine, IACol); in EmitCVInlineSiteIdDirective()
296 void MCStreamer::EmitCVLocDirective(unsigned FunctionId, unsigned FileNo, in EmitCVLocDirective() argument
323 void MCStreamer::EmitCVLinetableDirective(unsigned FunctionId, in EmitCVLinetableDirective() argument
/external/llvm-project/llvm/lib/MC/
DMCObjectStreamer.cpp519 void MCObjectStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective() argument
524 if (!checkCVLocSection(FunctionId, FileNo, Loc)) in emitCVLocDirective()
530 getContext().getCVContext().recordCVLoc(getContext(), LineSym, FunctionId, in emitCVLocDirective()
535 void MCObjectStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective() argument
538 getContext().getCVContext().emitLineTableForFunction(*this, FunctionId, Begin, in emitCVLinetableDirective()
540 this->MCStreamer::emitCVLinetableDirective(FunctionId, Begin, End); in emitCVLinetableDirective()
DMCAsmStreamer.cpp266 bool EmitCVInlineSiteIdDirective(unsigned FunctionId, unsigned IAFunc,
269 void emitCVLocDirective(unsigned FunctionId, unsigned FileNo, unsigned Line,
272 void emitCVLinetableDirective(unsigned FunctionId, const MCSymbol *FnStart,
1530 bool MCAsmStreamer::EmitCVInlineSiteIdDirective(unsigned FunctionId, in EmitCVInlineSiteIdDirective() argument
1535 OS << "\t.cv_inline_site_id " << FunctionId << " within " << IAFunc in EmitCVInlineSiteIdDirective()
1537 return MCStreamer::EmitCVInlineSiteIdDirective(FunctionId, IAFunc, IAFile, in EmitCVInlineSiteIdDirective()
1541 void MCAsmStreamer::emitCVLocDirective(unsigned FunctionId, unsigned FileNo, in emitCVLocDirective() argument
1546 if (!checkCVLocSection(FunctionId, FileNo, Loc)) in emitCVLocDirective()
1549 OS << "\t.cv_loc\t" << FunctionId << " " << FileNo << " " << Line << " " in emitCVLocDirective()
1565 void MCAsmStreamer::emitCVLinetableDirective(unsigned FunctionId, in emitCVLinetableDirective() argument
[all …]
/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_client.cc184 int FunctionId(PyCodeObject* code);
207 int ProfileBuilder::FunctionId(PyCodeObject* code) { in FunctionId() function in xla::ProfileBuilder
230 line->set_function_id(FunctionId(code)); in LocationId()

12