Home
last modified time | relevance | path

Searched refs:NameSize (Results 1 – 10 of 10) sorted by relevance

/external/compiler-rt/lib/profile/
DInstrProfilingPlatformOther.c37 NamesLast = Data->Name + Data->NameSize; in __llvm_profile_register_function()
53 UPDATE_LAST(NamesLast, Data->Name + Data->NameSize); in __llvm_profile_register_function()
DInstrProfiling.h33 const uint32_t NameSize; member
/external/llvm/include/llvm/Support/
DCOFF.h42 NameSize = 8, enumerator
125 char Name[NameSize];
220 char Name[NameSize];
/external/llvm/tools/yaml2obj/
Dyaml2coff.cpp48 if (Name.size() <= COFF::NameSize) { in parseSections()
75 if (Name.size() <= COFF::NameSize) { in parseSymbols()
238 OS.write(i->Header.Name, COFF::NameSize); in writeCOFF()
278 OS.write(i->Header.Name, COFF::NameSize); in writeCOFF()
/external/llvm/lib/Object/
DArchive.cpp96 uint64_t NameSize; in Child() local
97 if (Name.substr(3).rtrim(" ").getAsInteger(10, NameSize)) in Child()
99 StartOfFile += NameSize; in Child()
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp40 typedef SmallString<COFF::NameSize> name;
514 if (S.Name.size() > COFF::NameSize) { in MakeSectionReal()
540 if (S.Name.size() > COFF::NameSize) { in MakeSymbolReal()
580 WriteBytes(StringRef(S.Data.Name, COFF::NameSize)); in WriteSymbol()
631 WriteBytes(StringRef(S.Name, COFF::NameSize)); in WriteSectionHeader()
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h146 const uint32_t NameSize; member
/external/lzma/
D7zFormat.txt414 wchar_t Names[NameSize];
/external/llvm/lib/IR/
DType.cpp464 unsigned NameSize = Name.size(); in setName() local
467 TempStr.resize(NameSize + 1); in setName()
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp245 StringRef RawName(getName(Data->NamePtr), swap(Data->NameSize)); in readNextRecord()