Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp22 enum InfoType : uint32_t { enum
75 case InfoType::EndOfList: in decode()
79 case InfoType::LineTableInfo: in decode()
86 case InfoType::InlineInfo: in decode()
93 case InfoType::MergedFunctionsInfo: in decode()
101 case InfoType::CallSiteInfo: in decode()
161 Out.writeU32(InfoType::LineTableInfo); in encode()
179 Out.writeU32(InfoType::InlineInfo); in encode()
197 Out.writeU32(InfoType::MergedFunctionsInfo); in encode()
216 Out.writeU32(InfoType::CallSiteInfo); in encode()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp294 } InfoType = IT_None; member in clang::consumed::PropagationInfo
314 : InfoType(IT_VarTest), VarTest(VarTest) {} in PropagationInfo()
317 : InfoType(IT_VarTest) { in PropagationInfo()
324 : InfoType(IT_BinTest) { in PropagationInfo()
334 : InfoType(IT_BinTest) { in PropagationInfo()
344 : InfoType(IT_State), State(State) {} in PropagationInfo()
345 PropagationInfo(const VarDecl *Var) : InfoType(IT_Var), Var(Var) {} in PropagationInfo()
347 : InfoType(IT_Tmp), Tmp(Tmp) {} in PropagationInfo()
350 assert(InfoType == IT_State); in getState()
355 assert(InfoType == IT_VarTest); in getVarTest()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h202 enum InfoType { enum
223 enum InfoType info_type = eInfoTypeNoArgs;
226 enum InfoType GetInfoType() const { return info_type; } in GetInfoType()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h281 typedef Info InfoType; typedef
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp1041 typename HashTableImpl::InfoType(HashType, Version))); in InstrProfReaderIndex()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-cmp.pod.in260 Set InfoType name to use for requesting specific info in B<genm>,