Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDIBuilder.h205 DIBasicType *createUnspecifiedType(StringRef Name);
/openbsd/gnu/llvm/llvm/lib/IR/
H A DDIBuilder.cpp274 DIBasicType *DIBuilder::createUnspecifiedType(StringRef Name) { in createUnspecifiedType() function in DIBuilder
280 return createUnspecifiedType("decltype(nullptr)"); in createNullPtrType()
H A DDebugInfo.cpp1277 return wrap(unwrap(Builder)->createUnspecifiedType({Name, NameLen})); in LLVMDIBuilderCreateUnspecifiedType()
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp964 /*LineNo=*/0, DB.createUnspecifiedType("Profile Data Type"), in getOrCreateRegionCounters()