HomeSort by: relevance | last modified time | path
    Searched refs:EmitKeyDataLength (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
OnDiskHashTable.h 48 /// EmitKeyDataLength(raw_ostream &Out, key_type_ref Key, data_type_ref Data);
49 /// /// Write Key to Out. KeyLen is the length from EmitKeyDataLength.
52 /// /// Write Data to Out. DataLen is the length from EmitKeyDataLength.
189 InfoObj.EmitKeyDataLength(Out, I->Key, I->Data);
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfWriter.cpp 113 EmitKeyDataLength(raw_ostream &Out, key_type_ref K, data_type_ref V) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
GlobalModuleIndex.cpp 734 EmitKeyDataLength(raw_ostream& Out, key_type_ref Key, data_type_ref Data) {
ASTWriter.cpp 1669 EmitKeyDataLength(raw_ostream& Out, key_type_ref key, data_type_ref Data) {
3014 EmitKeyDataLength(raw_ostream& Out, Selector Sel,
3322 EmitKeyDataLength(raw_ostream& Out, IdentifierInfo* II, IdentID ID) {
3562 std::pair<unsigned, unsigned> EmitKeyDataLength(raw_ostream &Out,

Completed in 21 milliseconds