Home
last modified time | relevance | path

Searched defs:GVEs (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp197 SmallVector<DIGlobalVariableExpression *, 1> GVEs; stripDeadDebugInfoImpl() local
H A DSCCP.cpp366 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in runIPSCCP() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp1463 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in LLVMGetDebugLocDirectory() local
1487 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in LLVMGetDebugLocFilename() local
1510 SmallVector<DIGlobalVariableExpression *, 1> GVEs; in LLVMGetDebugLocLine() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3206 SmallVector<DIGlobalVariableExpression *, 1> GVEs; collectGlobalVariableInfo() local
H A DDwarfDebug.cpp1117 sortGlobalExprs(SmallVectorImpl<DwarfCompileUnit::GlobalExpr> &GVEs) { in sortGlobalExprs()