Home
last modified time | relevance | path

Searched refs:hasAtLeastLocalUnnamedAddr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h226 bool hasAtLeastLocalUnnamedAddr() const { in hasAtLeastLocalUnnamedAddr() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp458 return hasAtLeastLocalUnnamedAddr(); in canBeOmittedFromSymbolTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DConstant.h920 bool hasAtLeastLocalUnnamedAddr() const { in hasAtLeastLocalUnnamedAddr() function
921 return cast<llvm::GlobalValue>(Val)->hasAtLeastLocalUnnamedAddr(); in hasAtLeastLocalUnnamedAddr()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2746 !GV.hasAtLeastLocalUnnamedAddr()) in doFinalization()