Home
last modified time | relevance | path

Searched defs:IterBool (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DValueSymbolTable.cpp64 auto IterBool = vmap.insert(std::make_pair(UniqueName.str(), V)); in makeUniqueName() local
107 auto IterBool = vmap.insert(std::make_pair(Name, V)); in createValueName() local
DType.cpp451 auto IterBool = in setName() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
DLTOModule.cpp275 auto IterBool = in addObjCClass() local
311 auto IterBool = in addObjCCategory() local
330 auto IterBool = in addObjCClassRef() local
480 auto IterBool = _defines.insert(name); in addAsmGlobalSymbol() local
521 auto IterBool = _undefines.insert(std::make_pair(name, NameAndAttributes())); in addAsmGlobalSymbolUndef() local
548 auto IterBool = in addPotentialUndefinedSymbol() local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
DStringToOffsetTable.h32 auto IterBool = variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAddressPool.cpp21 auto IterBool = in getIndex() local
DAsmPrinter.cpp3423 auto IterBool = GCMap.insert(std::make_pair(&S, std::move(GMP))); in GetOrCreateGCPrinter() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCContext.cpp549 auto IterBool = ELFUniquingMap.insert(std::make_pair( in getELFSection() local
643 auto IterBool = COFFUniquingMap.insert(std::make_pair(T, nullptr)); in getCOFFSection() local
711 auto IterBool = WasmUniquingMap.insert( in getWasmSection() local
744 auto IterBool = XCOFFUniquingMap.insert(std::make_pair( in getXCOFFSection() local
DMCDwarf.cpp576 auto IterBool = SourceIdMap.insert( in tryGetFile() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
DSourceManager.cpp193 auto IterBool = FilenameIDs.try_emplace(Name, FilenamesByID.size()); in getLineTableFilenameID() local