Home
last modified time | relevance | path

Searched defs:InlineInfo (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DInlineInfo.h59 struct InlineInfo { struct
65 std::vector<InlineInfo> Children; argument
66 InlineInfo() : Name(0), CallFile(0), CallLine(0) {} in InlineInfo() argument
76 using InlineArray = std::vector<const InlineInfo *>; argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp97 DIInliningInfo InlineInfo; in getInliningInfoForAddress() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp25 InlineInfo = 2u enumerator
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp868 InlineFunctionInfo InlineInfo; in deriveNewFramePointer() local