Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/IR/
H A 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
H A DType.cpp487 auto IterBool = in setName() local
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/llvm/include/llvm/TableGen/
H A DStringToOffsetTable.h32 auto IterBool = variable
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.cpp21 auto IterBool = in getIndex() local
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp546 auto IterBool = ELFUniquingMap.insert(std::make_pair( in getELFSection() local
675 auto IterBool = COFFUniquingMap.insert(std::make_pair(T, nullptr)); in getCOFFSection() local
743 auto IterBool = WasmUniquingMap.insert( in getWasmSection() local
782 auto IterBool = XCOFFUniquingMap.insert(std::make_pair( in getXCOFFSection() local
H A DMCDwarf.cpp603 auto IterBool = SourceIdMap.insert( in tryGetFile() local
/openbsd/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp191 auto IterBool = FilenameIDs.try_emplace(Name, FilenamesByID.size()); in getLineTableFilenameID() local