Home
last modified time | relevance | path

Searched defs:NameSize (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DObjectFileTransformer.cpp54 const uint32_t NameSize = Decoder.getU32(&Offset); in getUUID() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp402 uint32_t NameSize = std::move(*ErrorOrNameSize); in buildGUID2FuncDescMap() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp650 ArrayRef<uint8_t> NameSize = Data.slice(0, 4); in verifyNoteSection() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp493 unsigned NameSize = Name.size(); in setName() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp721 static void coffnamecpy(char (&Dest)[COFF::NameSize], StringRef Src) { in coffnamecpy()
H A DArchive.cpp528 uint64_t NameSize; in Child() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1226 size_t NameSize = OutName.size(); in emitPPA1Name() local
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h29 constexpr size_t NameSize = 8; variable
H A DCOFF.h57 NameSize = 8, enumerator
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1109 size_t NameSize = Text.find_first_of('}'); in parseDiagText() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp2107 size_t NameSize = Name.empty() ? EmptyOption.size() : Name.size(); in getOptionWidth() local