Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValueSymbolTable.cpp75 auto IterBool = vmap.insert(std::make_pair(UniqueName.str(), V)); in makeUniqueName() local
118 auto IterBool = vmap.insert(std::make_pair(Name, V)); in createValueName() local
H A DType.cpp485 auto IterBool = in setName() local
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A 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/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DStringToOffsetTable.h32 auto IterBool = variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.cpp22 auto IterBool = in getIndex() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp679 auto IterBool = in getGOFFSection() local
713 auto IterBool = COFFUniquingMap.insert(std::make_pair(T, nullptr)); in getCOFFSection() local
772 auto IterBool = WasmUniquingMap.insert( in getWasmSection() local
808 auto IterBool = XCOFFUniquingMap.insert(std::make_pair( in getXCOFFSection() local
H A DMCDwarf.cpp616 auto IterBool = SourceIdMap.insert( in tryGetFile() local
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp199 auto IterBool = FilenameIDs.try_emplace(Name, FilenamesByID.size()); in getLineTableFilenameID() local