Searched defs:UniqueID (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCSectionELF.h | 33 unsigned UniqueID; variable 54 unsigned UniqueID, MCSymbol *Begin, in MCSectionELF()
|
H A D | MCSectionWasm.h | 27 unsigned UniqueID; variable 49 const MCSymbolWasm *Group, unsigned UniqueID, MCSymbol *Begin) in MCSectionWasm()
|
H A D | MCContext.h | 255 unsigned UniqueID; member 277 unsigned UniqueID; member 298 unsigned UniqueID; member 656 unsigned UniqueID) { in getWasmSection()
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | MCContext.cpp | 469 bool Comdat, unsigned UniqueID, in createELFSectionImpl() 526 unsigned UniqueID, in getELFSection() 539 bool IsComdat, unsigned UniqueID, in getELFSection() 614 unsigned Flags, unsigned UniqueID, in recordELFMergeableSectionInfo() 664 unsigned UniqueID, in getCOFFSection() 702 unsigned UniqueID) { in getAssociativeCOFFSection() 723 unsigned UniqueID, in getWasmSection() 737 unsigned UniqueID, in getWasmSection()
|
H A D | MCStreamer.cpp | 821 unsigned UniqueID = TextSecCOFF->getOrAssignWinCFISectionID(NextWinCFIID); in getWinCFISection() local
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/FileSystem/ |
H A D | UniqueID.h | 32 UniqueID(uint64_t Device, uint64_t File) : Device(Device), File(File) {} in UniqueID() function
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 818 const unsigned UniqueID = calcUniqueIDUpdateFlagsAndSize( in selectExplicitSectionGlobal() local 875 unsigned UniqueID = MCContext::GenericSectionID; in selectELFSectionForGlobal() local 1039 unsigned UniqueID = MCContext::GenericSectionID; in getSectionForMachineBasicBlock() local 1714 unsigned UniqueID = MCContext::GenericSectionID; in SelectSectionForGlobal() local 1792 unsigned UniqueID = NextUniqueID++; in getSectionForJumpTable() local 2167 unsigned UniqueID = MCContext::GenericSectionID; in selectWasmSectionForGlobal() local
|
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/ |
H A D | ELFAsmParser.cpp | 481 bool ELFAsmParser::maybeParseUniqueID(int64_t &UniqueID) { in maybeParseUniqueID() 540 int64_t UniqueID = ~0; in ParseSectionArguments() local
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | Indexing.cpp | 71 llvm::sys::fs::UniqueID UniqueID; member in __anon0793a8420111::PPRegion 76 PPRegion(llvm::sys::fs::UniqueID UniqueID, unsigned offset, time_t modTime) in PPRegion() 106 const llvm::sys::fs::UniqueID &UniqueID = S.getUniqueID(); in getHashValue() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.h | 48 unsigned UniqueID; variable
|
H A D | AsmPrinter.cpp | 2295 unsigned UniqueID = 0; in doFinalization() local
|