Home
last modified time | relevance | path

Searched refs:MergedFunctionsInfo (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DMergedFunctionsInfo.cpp17 void MergedFunctionsInfo::clear() { MergedFunctions.clear(); } in clear()
19 llvm::Error MergedFunctionsInfo::encode(FileWriter &Out) const { in encode()
35 llvm::Expected<MergedFunctionsInfo>
36 MergedFunctionsInfo::decode(DataExtractor &Data, uint64_t BaseAddr) { in decode()
37 MergedFunctionsInfo MFI; in decode()
54 MergedFunctionsInfo::getFuncsDataExtractors(DataExtractor &Data) { in getFuncsDataExtractors()
93 bool operator==(const MergedFunctionsInfo &LHS, in operator ==()
94 const MergedFunctionsInfo &RHS) { in operator ==()
H A DFunctionInfo.cpp26 MergedFunctionsInfo = 3u, enumerator
93 case InfoType::MergedFunctionsInfo: in decode()
94 if (Expected<MergedFunctionsInfo> MI = in decode()
95 MergedFunctionsInfo::decode(InfoData, BaseAddr)) in decode()
197 Out.writeU32(InfoType::MergedFunctionsInfo); in encode()
292 case InfoType::MergedFunctionsInfo: in lookup()
H A DGsymReader.cpp365 MergedFunctionsInfo::getFuncsDataExtractors(*MergedFunctionsData); in lookupAll()
456 void GsymReader::dump(raw_ostream &OS, const MergedFunctionsInfo &MFI) { in dump()
H A DGsymCreator.cpp219 TopFunc.MergedFunctions = MergedFunctionsInfo(); in prepareMergedFunctions()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DMergedFunctionsInfo.h25 struct MergedFunctionsInfo { struct
57 LLVM_ABI static llvm::Expected<MergedFunctionsInfo>
69 LLVM_ABI bool operator==(const MergedFunctionsInfo &LHS,
70 const MergedFunctionsInfo &RHS);
H A DFunctionInfo.h98 std::optional<MergedFunctionsInfo> MergedFunctions;
H A DGsymReader.h205 LLVM_ABI void dump(raw_ostream &OS, const MergedFunctionsInfo &MFI);
/freebsd/lib/clang/libllvm/
H A DMakefile650 SRCS_MIW+= DebugInfo/GSYM/MergedFunctionsInfo.cpp