Home
last modified time | relevance | path

Searched refs:FunctionID (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.cpp92 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 DAssembler.cpp33 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 DAssembler.h125 MachineFunction &createVoidVoidPtrMachineFunction(StringRef FunctionID,
/openbsd-src/gnu/llvm/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp67 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 DFormatEntity.h84 FunctionID, enumerator
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp112 Definition("id", EntryType::FunctionID),
344 ENUM_TO_CSTR(FunctionID); in TypeToCString()
1555 case Entry::Type::FunctionID: in Format()