Home
last modified time | relevance | path

Searched refs:getStorageClassForGlobal (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h264 static XCOFF::StorageClass getStorageClassForGlobal(const GlobalValue *GV);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp2422 TargetLoweringObjectFileXCOFF::getStorageClassForGlobal(const GlobalValue *GV) { in getStorageClassForGlobal() function in TargetLoweringObjectFileXCOFF
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2209 TargetLoweringObjectFileXCOFF::getStorageClassForGlobal(GV)); in emitGlobalVariableHelper()