Searched refs:FunctionID (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerDataFlowTrace.cpp | 92 auto FunctionID = It.first; in FunctionWeights() local 94 assert(FunctionID < NumFunctions); in FunctionWeights() 95 auto &Weight = Res[FunctionID]; in FunctionWeights() 97 Weight = FunctionsWithDFT.count(FunctionID) ? 1000. : 1; in FunctionWeights()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
| H A D | Assembler.cpp | 33 static constexpr const char FunctionID[] = "foo"; variable 170 FunctionID, Module.get(), &MMIWP.get()->getMMI()); in getFunctionReservedRegs() 185 FunctionID, Module.get(), &MMIWP.get()->getMMI()); in assembleToStream() 319 const uint64_t FunctionAddress = ExecEngine->getFunctionAddress(FunctionID); in ExecutableFunction()
|
| H A D | Assembler.h | 125 MachineFunction &createVoidVoidPtrMachineFunction(StringRef FunctionID,
|
| /openbsd-src/gnu/llvm/llvm/lib/Remarks/ |
| H A D | YAMLRemarkSerializer.cpp | 67 unsigned FunctionID = StrTab.add(Remark->FunctionName).first; in mapping() local 68 mapRemarkHeader(io, PassID, NameID, Remark->Loc, FunctionID, in mapping()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | FormatEntity.h | 84 FunctionID, enumerator
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 112 Definition("id", EntryType::FunctionID), 344 ENUM_TO_CSTR(FunctionID); in TypeToCString() 1555 case Entry::Type::FunctionID: in Format()
|