Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp22 enum InfoType : uint32_t { enum
71 case InfoType::EndOfList: in decode()
75 case InfoType::LineTableInfo: in decode()
82 case InfoType::InlineInfo: in decode()
113 O.writeU32(InfoType::LineTableInfo); in encode()
131 O.writeU32(InfoType::InlineInfo); in encode()
148 O.writeU32(InfoType::EndOfList); in encode()
197 case InfoType::EndOfList: in lookup()
201 case InfoType::LineTableInfo: in lookup()
208 case InfoType::InlineInfo: in lookup()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DConsumed.cpp301 } InfoType = IT_None; member in clang::consumed::PropagationInfo
321 : InfoType(IT_VarTest), VarTest(VarTest) {} in PropagationInfo()
324 : InfoType(IT_VarTest) { in PropagationInfo()
331 : InfoType(IT_BinTest) { in PropagationInfo()
341 : InfoType(IT_BinTest) { in PropagationInfo()
351 : InfoType(IT_State), State(State) {} in PropagationInfo()
352 PropagationInfo(const VarDecl *Var) : InfoType(IT_Var), Var(Var) {} in PropagationInfo()
354 : InfoType(IT_Tmp), Tmp(Tmp) {} in PropagationInfo()
357 assert(InfoType == IT_State); in getState()
362 assert(InfoType == IT_VarTest); in getVarTest()
[all …]
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DEmulateInstruction.h168 enum InfoType { enum
189 enum InfoType info_type = eInfoTypeNoArgs;
192 enum InfoType GetInfoType() const { return info_type; } in GetInfoType()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DOnDiskHashTable.h281 typedef Info InfoType; typedef
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfReader.cpp788 typename HashTableImpl::InfoType(HashType, Version))); in InstrProfReaderIndex()